public static class WorkflowContextState.WorkflowDetail.PerformedOrderDetail extends OrderDetail
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected InstanceIdentifier |
fillerOrderNumber |
protected java.util.List<ClinicalInfo> |
resultingClinicalInfo |
end, extension, imagingProcedure, performer, service, start| Constructor and Description |
|---|
PerformedOrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
InstanceIdentifier |
getFillerOrderNumber()
Gets the value of the fillerOrderNumber property.
|
java.util.List<ClinicalInfo> |
getResultingClinicalInfo()
Gets the value of the resultingClinicalInfo property.
|
int |
hashCode() |
void |
setFillerOrderNumber(InstanceIdentifier value)
Sets the value of the fillerOrderNumber property.
|
void |
setResultingClinicalInfo(java.util.List<ClinicalInfo> value) |
java.lang.String |
toString() |
getEnd, getExtension, getImagingProcedure, getPerformer, getService, getStart, setEnd, setExtension, setImagingProcedure, setPerformer, setService, setStartprotected InstanceIdentifier fillerOrderNumber
protected java.util.List<ClinicalInfo> resultingClinicalInfo
public InstanceIdentifier getFillerOrderNumber()
InstanceIdentifierpublic void setFillerOrderNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic java.util.List<ClinicalInfo> getResultingClinicalInfo()
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 resultingClinicalInfo property.
For example, to add a new item, do as follows:
getResultingClinicalInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ClinicalInfo
public java.lang.String toString()
toString in class OrderDetailpublic boolean equals(java.lang.Object that)
equals in class OrderDetailpublic int hashCode()
hashCode in class OrderDetailpublic void setResultingClinicalInfo(java.util.List<ClinicalInfo> value)