public static class WorkflowContextState.WorkflowDetail.RequestedOrderDetail 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected InstanceIdentifier |
placerOrderNumber |
protected PersonReference |
referringPhysician |
protected PersonReference |
requestingPhysician |
end, extension, imagingProcedure, performer, service, start| Constructor and Description |
|---|
RequestedOrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
InstanceIdentifier |
getPlacerOrderNumber()
Gets the value of the placerOrderNumber property.
|
PersonReference |
getReferringPhysician()
Gets the value of the referringPhysician property.
|
PersonReference |
getRequestingPhysician()
Gets the value of the requestingPhysician property.
|
int |
hashCode() |
void |
setPlacerOrderNumber(InstanceIdentifier value)
Sets the value of the placerOrderNumber property.
|
void |
setReferringPhysician(PersonReference value)
Sets the value of the referringPhysician property.
|
void |
setRequestingPhysician(PersonReference value)
Sets the value of the requestingPhysician property.
|
String |
toString() |
getEnd, getExtension, getImagingProcedure, getPerformer, getService, getStart, setEnd, setExtension, setImagingProcedure, setPerformer, setService, setStartprotected PersonReference referringPhysician
protected PersonReference requestingPhysician
protected InstanceIdentifier placerOrderNumber
public PersonReference getReferringPhysician()
PersonReferencepublic void setReferringPhysician(PersonReference value)
value - allowed object is
PersonReferencepublic PersonReference getRequestingPhysician()
PersonReferencepublic void setRequestingPhysician(PersonReference value)
value - allowed object is
PersonReferencepublic InstanceIdentifier getPlacerOrderNumber()
InstanceIdentifierpublic void setPlacerOrderNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic String toString()
toString in class OrderDetailpublic boolean equals(Object that)
equals in class OrderDetailpublic int hashCode()
hashCode in class OrderDetailCopyright © 2018. All rights reserved.