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://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>
| Modifier and Type | Field and Description |
|---|---|
protected InstanceIdentifier |
fillerOrderNumber |
protected List<ClinicalInfo> |
resultingClinicalInfo |
end, extension, imagingProcedure, performer, service, start| Constructor and Description |
|---|
PerformedOrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
InstanceIdentifier |
getFillerOrderNumber()
Gets the value of the fillerOrderNumber property.
|
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(List<ClinicalInfo> value) |
String |
toString() |
getEnd, getExtension, getImagingProcedure, getPerformer, getService, getStart, setEnd, setExtension, setImagingProcedure, setPerformer, setService, setStartprotected InstanceIdentifier fillerOrderNumber
protected List<ClinicalInfo> resultingClinicalInfo
public InstanceIdentifier getFillerOrderNumber()
InstanceIdentifierpublic void setFillerOrderNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic 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 void setResultingClinicalInfo(List<ClinicalInfo> value)
public String toString()
toString in class OrderDetailpublic boolean equals(Object that)
equals in class OrderDetailpublic int hashCode()
hashCode in class OrderDetailCopyright © 2018. All rights reserved.