| Modifier and Type | Method and Description |
|---|---|
CommunicationContainer<MDDescription,HashMap<String,BICEPSSafetyInformationPolicyElement>> |
CommunicationAdapter.retrieveMDDescription(org.ws4d.java.service.reference.DeviceReference devRef) |
| Modifier and Type | Method and Description |
|---|---|
CommunicationContainer<MDDescription,HashMap<String,BICEPSSafetyInformationPolicyElement>> |
DefaultMDPWSClientAdapter.retrieveMDDescription(org.ws4d.java.service.reference.DeviceReference devRef) |
| Modifier and Type | Field and Description |
|---|---|
protected MDDescription |
MDIB.mdDescription |
protected MDDescription |
GetMDDescriptionResponse.mdDescription |
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
ObjectFactory.createMDDescription()
Create an instance of
MDDescription |
MDDescription |
MDIB.getMdDescription()
Gets the value of the mdDescription property.
|
MDDescription |
GetMDDescriptionResponse.getMdDescription()
Gets the value of the mdDescription property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDIB.setMdDescription(MDDescription value)
Sets the value of the mdDescription property.
|
void |
GetMDDescriptionResponse.setMdDescription(MDDescription value)
Sets the value of the mdDescription property.
|
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
MDIBFileReaderUtil.getDescriptionFromFile(File file)
Gets the
MDDescription from a file. |
MDDescription |
MDIBFileReaderUtil.getDescriptionFromFile(org.ws4d.java.types.URI descriptionFileUri)
Gets the
MDDescription from a file identified by an URI. |
MDDescription |
MDIBFileReaderUtil.getDescriptionFromInputStream(InputStream descriptionFileStream)
Gets the
MDDescription from an input stream. |
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
BICEPSDeviceNodeInterfaceDescription.getMDIB() |
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
FileInterfaceDescription.getMDIB() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMDIStateBuilder.buildStatesForDescription(MDDescription description) |
void |
DefaultMDIStateBuilder.initializeStatesForDescription(MDDescription description) |
| Modifier and Type | Method and Description |
|---|---|
void |
MDIStateBuilder.initializeStatesForDescription(MDDescription description) |
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
MDIBStructureModified.getModifiedMDIB() |
| Constructor and Description |
|---|
MDIBStructureModified(HashMap<String,StructureModificationType> modifications,
MDDescription modifiedMDIB) |
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
MedicalDeviceInformationBase.getDeviceDescriptions()
Returns the current descriptions of the medical devices contained in the MDIB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicalDeviceInformationBase.create(MDDescription mdDescription)
Create a MDIB using the provided description.
|
void |
MedicalDeviceInformationBase.create(MDDescription mdib,
MDState initialMDState)
Create a MDIB using the provided description and the initial state.
|
void |
MedicalDeviceInformationBase.createWithExistingLock(MDDescription mdDescription,
MDState initialMDState,
ReadWriteLock mdibLock)
Create a MDIB using the provided description and the initial state and uses the provided lock for all read or write access to the MDIB.
|
void |
MedicalDeviceInformationBase.createWithExistingLock(MDDescription mdDescription,
ReadWriteLock mdibLock)
Create a MDIB using the provided description and uses the provided lock for all read or write access to the MDIB.
|
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
DefaultMedicalDeviceInformationBase.getDeviceDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMedicalDeviceInformationBase.create(MDDescription mdib) |
void |
DefaultMedicalDeviceInformationBase.create(MDDescription mdib,
MDState state) |
void |
DefaultMedicalDeviceInformationBase.createWithExistingLock(MDDescription mdib,
MDState state,
ReadWriteLock lock) |
void |
DefaultMedicalDeviceInformationBase.createWithExistingLock(MDDescription mdib,
ReadWriteLock lock) |
| Constructor and Description |
|---|
MdibRepresentation(MDDescription description,
org.ws4d.java.types.EndpointReference endpointReference) |
MdibRepresentation(MDDescription description,
org.ws4d.java.types.EndpointReference endpointReference,
CommunicationAdapter communicationAdapter) |
Copyright © 2017. All rights reserved.