| 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 AbstractState) |
void |
DefaultMedicalDeviceInformationBase.createWithExistingLock(MdDescription mdib,
MdState AbstractState,
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 © 2018. All rights reserved.