public static class WorkflowContextState.WorkflowDetail
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Patient" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference"/>
<element name="AssignedLocation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocationReference" minOccurs="0"/>
<element name="VisitNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
<element name="DangerCode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelevantClinicalInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="RequestedOrderDetail" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OrderDetail">
<sequence>
<element name="ReferringPhysician" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference" minOccurs="0"/>
<element name="RequestingPhysician" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference" minOccurs="0"/>
<element name="PlacerOrderNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="PerformedOrderDetail" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OrderDetail">
<sequence>
<element name="FillerOrderNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
<element name="ResultingClinicalInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowContextState.WorkflowDetail.PerformedOrderDetail
Java class for anonymous complex type.
|
static class |
WorkflowContextState.WorkflowDetail.RequestedOrderDetail
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocationReference |
assignedLocation |
protected java.util.List<CodedValue> |
dangerCode |
protected ExtensionTypeFixed |
extension |
protected PersonReference |
patient |
protected WorkflowContextState.WorkflowDetail.PerformedOrderDetail |
performedOrderDetail |
protected java.util.List<ClinicalInfo> |
relevantClinicalInfo |
protected WorkflowContextState.WorkflowDetail.RequestedOrderDetail |
requestedOrderDetail |
protected InstanceIdentifier |
visitNumber |
| Constructor and Description |
|---|
WorkflowDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
LocationReference |
getAssignedLocation()
Gets the value of the assignedLocation property.
|
java.util.List<CodedValue> |
getDangerCode()
Gets the value of the dangerCode property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
PersonReference |
getPatient()
Gets the value of the patient property.
|
WorkflowContextState.WorkflowDetail.PerformedOrderDetail |
getPerformedOrderDetail()
Gets the value of the performedOrderDetail property.
|
java.util.List<ClinicalInfo> |
getRelevantClinicalInfo()
Gets the value of the relevantClinicalInfo property.
|
WorkflowContextState.WorkflowDetail.RequestedOrderDetail |
getRequestedOrderDetail()
Gets the value of the requestedOrderDetail property.
|
InstanceIdentifier |
getVisitNumber()
Gets the value of the visitNumber property.
|
int |
hashCode() |
void |
setAssignedLocation(LocationReference value)
Sets the value of the assignedLocation property.
|
void |
setDangerCode(java.util.List<CodedValue> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setPatient(PersonReference value)
Sets the value of the patient property.
|
void |
setPerformedOrderDetail(WorkflowContextState.WorkflowDetail.PerformedOrderDetail value)
Sets the value of the performedOrderDetail property.
|
void |
setRelevantClinicalInfo(java.util.List<ClinicalInfo> value) |
void |
setRequestedOrderDetail(WorkflowContextState.WorkflowDetail.RequestedOrderDetail value)
Sets the value of the requestedOrderDetail property.
|
void |
setVisitNumber(InstanceIdentifier value)
Sets the value of the visitNumber property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected PersonReference patient
protected LocationReference assignedLocation
protected InstanceIdentifier visitNumber
protected java.util.List<CodedValue> dangerCode
protected java.util.List<ClinicalInfo> relevantClinicalInfo
protected WorkflowContextState.WorkflowDetail.RequestedOrderDetail requestedOrderDetail
protected WorkflowContextState.WorkflowDetail.PerformedOrderDetail performedOrderDetail
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic PersonReference getPatient()
PersonReferencepublic void setPatient(PersonReference value)
value - allowed object is
PersonReferencepublic LocationReference getAssignedLocation()
LocationReferencepublic void setAssignedLocation(LocationReference value)
value - allowed object is
LocationReferencepublic InstanceIdentifier getVisitNumber()
InstanceIdentifierpublic void setVisitNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic java.util.List<CodedValue> getDangerCode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dangerCode property.
For example, to add a new item, do as follows:
getDangerCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValue
public java.util.List<ClinicalInfo> getRelevantClinicalInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relevantClinicalInfo property.
For example, to add a new item, do as follows:
getRelevantClinicalInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ClinicalInfo
public WorkflowContextState.WorkflowDetail.RequestedOrderDetail getRequestedOrderDetail()
WorkflowContextState.WorkflowDetail.RequestedOrderDetailpublic void setRequestedOrderDetail(WorkflowContextState.WorkflowDetail.RequestedOrderDetail value)
value - allowed object is
WorkflowContextState.WorkflowDetail.RequestedOrderDetailpublic WorkflowContextState.WorkflowDetail.PerformedOrderDetail getPerformedOrderDetail()
WorkflowContextState.WorkflowDetail.PerformedOrderDetailpublic void setPerformedOrderDetail(WorkflowContextState.WorkflowDetail.PerformedOrderDetail value)
value - allowed object is
WorkflowContextState.WorkflowDetail.PerformedOrderDetailpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setDangerCode(java.util.List<CodedValue> value)
public void setRelevantClinicalInfo(java.util.List<ClinicalInfo> value)