Package org.somda.dsl.biceps.context
Class SystemContext
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class SystemContext extends DeviceComponent<SystemContextState>
-
-
Field Summary
Fields Modifier and Type Field Description private final PatientContextpatientContextprivate final LocationContextlocationContextprivate final List<EnsembleContext>ensembleContextsprivate final List<MeansContext>meansContextsprivate final List<OperatorContext>operatorContextsprivate final List<WorkflowContext>workflowContextsprivate final List<ProductionSpecification>productionSpecificationsprivate final SystemContextStatestateprivate final CodedValuetypeprivate final SafetyClassificationsafetyClassificationprivate final Cursorcursorprivate final Handlehandleprivate final BigIntegerversionprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description SystemContext(Handle handle)
-
Method Summary
Modifier and Type Method Description final PatientContextgetPatientContext()final LocationContextgetLocationContext()final List<EnsembleContext>getEnsembleContexts()final List<MeansContext>getMeansContexts()final List<OperatorContext>getOperatorContexts()final List<WorkflowContext>getWorkflowContexts()final PatientContextpatientContext(Handle handle, Function1<PatientContext, Unit> init)final LocationContextlocationContext(Handle handle, Function1<LocationContext, Unit> init)final EnsembleContextensembleContext(Handle handle, Function1<EnsembleContext, Unit> init)final MeansContextmeansContext(Handle handle, Function1<MeansContext, Unit> init)final OperatorContextoperatorContext(Handle handle, Function1<OperatorContext, Unit> init)final WorkflowContextworkflowContext(Handle handle, Function1<WorkflowContext, Unit> init)-
Methods inherited from class org.somda.dsl.biceps.base.tree.DeviceComponent
getProductionSpecifications, productionSpecification -
Methods inherited from class org.somda.dsl.biceps.base.tree.Descriptor
getSafetyClassification, getState, getType, safetyClassification, state, toString, type -
Methods inherited from class org.somda.dsl.biceps.base.tree.IdentifiableMdibComponent
getCursor, getHandle -
Methods inherited from class org.somda.dsl.biceps.base.tree.VersionedMdibComponent
getVersion, version, version, version -
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SystemContext
SystemContext(Handle handle)
-
-
Method Detail
-
getPatientContext
final PatientContext getPatientContext()
-
getLocationContext
final LocationContext getLocationContext()
-
getEnsembleContexts
final List<EnsembleContext> getEnsembleContexts()
-
getMeansContexts
final List<MeansContext> getMeansContexts()
-
getOperatorContexts
final List<OperatorContext> getOperatorContexts()
-
getWorkflowContexts
final List<WorkflowContext> getWorkflowContexts()
-
patientContext
final PatientContext patientContext(Handle handle, Function1<PatientContext, Unit> init)
-
locationContext
final LocationContext locationContext(Handle handle, Function1<LocationContext, Unit> init)
-
ensembleContext
final EnsembleContext ensembleContext(Handle handle, Function1<EnsembleContext, Unit> init)
-
meansContext
final MeansContext meansContext(Handle handle, Function1<MeansContext, Unit> init)
-
operatorContext
final OperatorContext operatorContext(Handle handle, Function1<OperatorContext, Unit> init)
-
workflowContext
final WorkflowContext workflowContext(Handle handle, Function1<WorkflowContext, Unit> init)
-
-
-
-