public class SystemContext extends Descriptor
Java class for SystemContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemContext">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDescriptor">
<sequence>
<element name="PatientContext" type="{http://domain-model-uri/15/04}PatientContextDescriptor" minOccurs="0"/>
<element name="LocationContext" type="{http://domain-model-uri/15/04}LocationContextDescriptor" minOccurs="0"/>
<element name="EnsembleContext" type="{http://domain-model-uri/15/04}EnsembleContextDescriptor" minOccurs="0"/>
<element name="OperatorContext" type="{http://domain-model-uri/15/04}OperatorContextDescriptor" minOccurs="0"/>
<element name="WorkflowContext" type="{http://domain-model-uri/15/04}WorkflowContextDescriptor" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnsembleContextDescriptor |
ensembleContext |
protected LocationContextDescriptor |
locationContext |
protected OperatorContextDescriptor |
operatorContext |
protected PatientAssociationDescriptor |
patientContext |
protected WorkflowContextDescriptor |
workflowContext |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
SystemContext() |
| Modifier and Type | Method and Description |
|---|---|
EnsembleContextDescriptor |
getEnsembleContext()
Gets the value of the ensembleContext property.
|
LocationContextDescriptor |
getLocationContext()
Gets the value of the locationContext property.
|
OperatorContextDescriptor |
getOperatorContext()
Gets the value of the operatorContext property.
|
PatientAssociationDescriptor |
getPatientContext()
Gets the value of the patientContext property.
|
WorkflowContextDescriptor |
getWorkflowContext()
Gets the value of the workflowContext property.
|
void |
setEnsembleContext(EnsembleContextDescriptor value)
Sets the value of the ensembleContext property.
|
void |
setLocationContext(LocationContextDescriptor value)
Sets the value of the locationContext property.
|
void |
setOperatorContext(OperatorContextDescriptor value)
Sets the value of the operatorContext property.
|
void |
setPatientContext(PatientAssociationDescriptor value)
Sets the value of the patientContext property.
|
void |
setWorkflowContext(WorkflowContextDescriptor value)
Sets the value of the workflowContext property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected PatientAssociationDescriptor patientContext
protected LocationContextDescriptor locationContext
protected EnsembleContextDescriptor ensembleContext
protected OperatorContextDescriptor operatorContext
protected WorkflowContextDescriptor workflowContext
public PatientAssociationDescriptor getPatientContext()
PatientAssociationDescriptorpublic void setPatientContext(PatientAssociationDescriptor value)
value - allowed object is
PatientAssociationDescriptorpublic LocationContextDescriptor getLocationContext()
LocationContextDescriptorpublic void setLocationContext(LocationContextDescriptor value)
value - allowed object is
LocationContextDescriptorpublic EnsembleContextDescriptor getEnsembleContext()
EnsembleContextDescriptorpublic void setEnsembleContext(EnsembleContextDescriptor value)
value - allowed object is
EnsembleContextDescriptorpublic OperatorContextDescriptor getOperatorContext()
OperatorContextDescriptorpublic void setOperatorContext(OperatorContextDescriptor value)
value - allowed object is
OperatorContextDescriptorpublic WorkflowContextDescriptor getWorkflowContext()
WorkflowContextDescriptorpublic void setWorkflowContext(WorkflowContextDescriptor value)
value - allowed object is
WorkflowContextDescriptorCopyright © 2016. All rights reserved.