public class WorkflowContextState extends AbstractContextState
Java class for WorkflowContextState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowContextState">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractContextState">
<sequence>
<element name="WorkflowDetail" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Patient" type="{http://p11073-10207/draft10/pm/2017/10/05}PersonReference"/>
<element name="AssignedLocation" type="{http://p11073-10207/draft10/pm/2017/10/05}LocationReference" minOccurs="0"/>
<element name="VisitNumber" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" minOccurs="0"/>
<element name="DangerCode" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelevantClinicalInfo" type="{http://p11073-10207/draft10/pm/2017/10/05}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="RequestedOrderDetail" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}OrderDetail">
<sequence>
<element name="ReferringPhysician" type="{http://p11073-10207/draft10/pm/2017/10/05}PersonReference" minOccurs="0"/>
<element name="RequestingPhysician" type="{http://p11073-10207/draft10/pm/2017/10/05}PersonReference" minOccurs="0"/>
<element name="PlacerOrderNumber" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="PerformedOrderDetail" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}OrderDetail">
<sequence>
<element name="FillerOrderNumber" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" minOccurs="0"/>
<element name="ResultingClinicalInfo" type="{http://p11073-10207/draft10/pm/2017/10/05}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowContextState.WorkflowDetail
A workflow step for a clinical treatment or diagnostic procedure or monitoring procedure.
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowContextState.WorkflowDetail |
workflowDetail |
bindingEndTime, bindingMdibVersion, bindingStartTime, contextAssociation, identification, unbindingMdibVersion, validatorcategory, handledescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
WorkflowContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
WorkflowContextState.WorkflowDetail |
getWorkflowDetail()
Gets the value of the workflowDetail property.
|
int |
hashCode() |
void |
setWorkflowDetail(WorkflowContextState.WorkflowDetail value)
Sets the value of the workflowDetail property.
|
String |
toString() |
getBindingEndTime, getBindingMdibVersion, getBindingStartTime, getContextAssociation, getIdentification, getUnbindingMdibVersion, getValidator, setBindingEndTime, setBindingMdibVersion, setBindingStartTime, setContextAssociation, setIdentification, setUnbindingMdibVersion, setValidatorgetCategory, getHandle, setCategory, setHandlegetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected WorkflowContextState.WorkflowDetail workflowDetail
public WorkflowContextState.WorkflowDetail getWorkflowDetail()
WorkflowContextState.WorkflowDetailpublic void setWorkflowDetail(WorkflowContextState.WorkflowDetail value)
value - allowed object is
WorkflowContextState.WorkflowDetailpublic String toString()
toString in class AbstractContextStatepublic boolean equals(Object that)
equals in class AbstractContextStatepublic int hashCode()
hashCode in class AbstractContextStateCopyright © 2018. All rights reserved.