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/draft6/pm/2016/12/08}AbstractContextState">
<sequence>
<element name="OrderDetail" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="VisitNumber" type="{http://p11073-10207/draft6/pm/2016/12/08}InstanceIdentifier" minOccurs="0"/>
<element name="PlacerOrderNumber" type="{http://p11073-10207/draft6/pm/2016/12/08}InstanceIdentifier"/>
<element name="FillerOrderNumber" type="{http://p11073-10207/draft6/pm/2016/12/08}InstanceIdentifier" minOccurs="0"/>
<element name="Patient" type="{http://p11073-10207/draft6/pm/2016/12/08}PersonReference"/>
<element name="ReferringPhysician" type="{http://p11073-10207/draft6/pm/2016/12/08}PersonReference" minOccurs="0"/>
<element name="RequestingPhysician" type="{http://p11073-10207/draft6/pm/2016/12/08}PersonReference" minOccurs="0"/>
<element name="Reason" type="{http://p11073-10207/draft6/pm/2016/12/08}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="DangerCode" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelevantClinicalInfo" type="{http://p11073-10207/draft6/pm/2016/12/08}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="ImagingProcedure" type="{http://p11073-10207/draft6/pm/2016/12/08}ImagingProcedure" maxOccurs="unbounded" minOccurs="0"/>
<element name="RequestedOrderDetail" type="{http://p11073-10207/draft6/pm/2016/12/08}OrderDetail" minOccurs="0"/>
<element name="PerformedOrderDetail" type="{http://p11073-10207/draft6/pm/2016/12/08}OrderDetail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowContextState.OrderDetail
An order for a clinical treatment or diagnostic procedure or
monitoring procedure.
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowContextState.OrderDetail |
orderDetail |
bindingEndTime, bindingMDIBVersion, bindingStartTime, contextAssociation, identification, unbindingMDIBVersion, validatorcategory, handledescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
WorkflowContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
WorkflowContextState.OrderDetail |
getOrderDetail()
Gets the value of the orderDetail property.
|
int |
hashCode() |
void |
setOrderDetail(WorkflowContextState.OrderDetail value)
Sets the value of the orderDetail property.
|
String |
toString() |
getBindingEndTime, getBindingMDIBVersion, getBindingStartTime, getContextAssociation, getIdentification, getUnbindingMDIBVersion, getValidator, setBindingEndTime, setBindingMDIBVersion, setBindingStartTime, setContextAssociation, setIdentification, setUnbindingMDIBVersion, setValidatorgetCategory, getHandle, setCategory, setHandlegetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected WorkflowContextState.OrderDetail orderDetail
public WorkflowContextState.OrderDetail getOrderDetail()
WorkflowContextState.OrderDetailpublic void setOrderDetail(WorkflowContextState.OrderDetail value)
value - allowed object is
WorkflowContextState.OrderDetailpublic String toString()
toString in class AbstractContextStatepublic boolean equals(Object that)
equals in class AbstractContextStatepublic int hashCode()
hashCode in class AbstractContextStateCopyright © 2017. All rights reserved.