public interface MedicalDeviceInformationBase
void create(MdDescription mdDescription)
void create(MdDescription mdib, MdState initialMDState)
void createWithExistingLock(MdDescription mdDescription, ReadWriteLock mdibLock)
void createWithExistingLock(MdDescription mdDescription, MdState initialMDState, ReadWriteLock mdibLock)
MedicalDeviceInformationBaseManager getManager()
ReadWriteLock getMdibLock()
MdDescription getDeviceDescriptions()
MdState getDeviceStates()
Collection<? extends AbstractMetricDescriptor> getMetricDescriptors(Collection<String> handles)
Collection<? extends AbstractMetricState> getMetricStates(Collection<String> handles)
AbstractOperationDescriptor getOperationDescriptor(String operationHandle)
Collection<? extends AlertSystemDescriptor> getAlertSystemDescriptions(Collection<String> handles)
AlertSystemDescriptor getAlertSystemDescriptor(String handle)
AlertConditionDescriptor getAlertConditionDescriptor(String handle)
AlertSignalDescriptor getAlertSignalDescriptor(String handle)
Collection<? extends AbstractAlertState> getAlertStates(Collection<String> handles)
Collection<? extends AbstractAlertDescriptor> getAlertDescriptors(Collection<String> handles)
Collection<? extends MdsDescriptor> getMDSDescriptions(Collection<String> handles, boolean onlyNonComposite)
Collection<? extends MdsState> getMDSStates(Collection<String> handles, boolean onlyNonComposite)
MdsDescriptor getMDSForDescriptor(String handle)
Collection<? extends AbstractOperationDescriptor> getOperationForOperationTarget(String operationTargetHandle)
AbstractState getState(String stateHandle)
AbstractDescriptor getDescriptor(String referencedDescriptor)
Collection<AbstractDescriptor> getAllDescriptors()
ContainmentTreeEntry getContainmentTreeEntry(String referencedDescriptor)
ContainmentTree getContainmentTree(String referencedDescriptor)
<T extends AbstractContextState> Collection<T> getIdentifiableContextState(List<String> handles, Class<T> contentClass)
Collection<? extends ContextAssociation> getContextAssociationStateValues(List<String> handles)
BigInteger getMdibStateVersion()
Copyright © 2018. All rights reserved.