public static class WorkflowContextState.OrderDetail extends 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://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>
| Modifier and Type | Field and Description |
|---|---|
protected List<CodedValue> |
dangerCode |
protected ExtensionType |
extension |
protected InstanceIdentifier |
fillerOrderNumber |
protected List<ImagingProcedure> |
imagingProcedure |
protected PersonReference |
patient |
protected OrderDetail |
performedOrderDetail |
protected InstanceIdentifier |
placerOrderNumber |
protected List<ClinicalInfo> |
reason |
protected PersonReference |
referringPhysician |
protected List<ClinicalInfo> |
relevantClinicalInfo |
protected OrderDetail |
requestedOrderDetail |
protected PersonReference |
requestingPhysician |
protected InstanceIdentifier |
visitNumber |
| Constructor and Description |
|---|
OrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<CodedValue> |
getDangerCode()
Gets the value of the dangerCode property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
InstanceIdentifier |
getFillerOrderNumber()
Gets the value of the fillerOrderNumber property.
|
List<ImagingProcedure> |
getImagingProcedure()
Gets the value of the imagingProcedure property.
|
PersonReference |
getPatient()
Gets the value of the patient property.
|
OrderDetail |
getPerformedOrderDetail()
Gets the value of the performedOrderDetail property.
|
InstanceIdentifier |
getPlacerOrderNumber()
Gets the value of the placerOrderNumber property.
|
List<ClinicalInfo> |
getReason()
Gets the value of the reason property.
|
PersonReference |
getReferringPhysician()
Gets the value of the referringPhysician property.
|
List<ClinicalInfo> |
getRelevantClinicalInfo()
Gets the value of the relevantClinicalInfo property.
|
OrderDetail |
getRequestedOrderDetail()
Gets the value of the requestedOrderDetail property.
|
PersonReference |
getRequestingPhysician()
Gets the value of the requestingPhysician property.
|
InstanceIdentifier |
getVisitNumber()
Gets the value of the visitNumber property.
|
int |
hashCode() |
void |
setDangerCode(List<CodedValue> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setFillerOrderNumber(InstanceIdentifier value)
Sets the value of the fillerOrderNumber property.
|
void |
setImagingProcedure(List<ImagingProcedure> value) |
void |
setPatient(PersonReference value)
Sets the value of the patient property.
|
void |
setPerformedOrderDetail(OrderDetail value)
Sets the value of the performedOrderDetail property.
|
void |
setPlacerOrderNumber(InstanceIdentifier value)
Sets the value of the placerOrderNumber property.
|
void |
setReason(List<ClinicalInfo> value) |
void |
setReferringPhysician(PersonReference value)
Sets the value of the referringPhysician property.
|
void |
setRelevantClinicalInfo(List<ClinicalInfo> value) |
void |
setRequestedOrderDetail(OrderDetail value)
Sets the value of the requestedOrderDetail property.
|
void |
setRequestingPhysician(PersonReference value)
Sets the value of the requestingPhysician property.
|
void |
setVisitNumber(InstanceIdentifier value)
Sets the value of the visitNumber property.
|
String |
toString() |
protected ExtensionType extension
protected InstanceIdentifier visitNumber
protected InstanceIdentifier placerOrderNumber
protected InstanceIdentifier fillerOrderNumber
protected PersonReference patient
protected PersonReference referringPhysician
protected PersonReference requestingPhysician
protected List<ClinicalInfo> reason
protected List<CodedValue> dangerCode
protected List<ClinicalInfo> relevantClinicalInfo
protected List<ImagingProcedure> imagingProcedure
protected OrderDetail requestedOrderDetail
protected OrderDetail performedOrderDetail
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic InstanceIdentifier getVisitNumber()
InstanceIdentifierpublic void setVisitNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic InstanceIdentifier getPlacerOrderNumber()
InstanceIdentifierpublic void setPlacerOrderNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic InstanceIdentifier getFillerOrderNumber()
InstanceIdentifierpublic void setFillerOrderNumber(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic PersonReference getPatient()
PersonReferencepublic void setPatient(PersonReference value)
value - allowed object is
PersonReferencepublic PersonReference getReferringPhysician()
PersonReferencepublic void setReferringPhysician(PersonReference value)
value - allowed object is
PersonReferencepublic PersonReference getRequestingPhysician()
PersonReferencepublic void setRequestingPhysician(PersonReference value)
value - allowed object is
PersonReferencepublic List<ClinicalInfo> getReason()
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 reason property.
For example, to add a new item, do as follows:
getReason().add(newItem);
Objects of the following type(s) are allowed in the list
ClinicalInfo
public 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 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 List<ImagingProcedure> getImagingProcedure()
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 imagingProcedure property.
For example, to add a new item, do as follows:
getImagingProcedure().add(newItem);
Objects of the following type(s) are allowed in the list
ImagingProcedure
public OrderDetail getRequestedOrderDetail()
OrderDetailpublic void setRequestedOrderDetail(OrderDetail value)
value - allowed object is
OrderDetailpublic OrderDetail getPerformedOrderDetail()
OrderDetailpublic void setPerformedOrderDetail(OrderDetail value)
value - allowed object is
OrderDetailpublic void setReason(List<ClinicalInfo> value)
public void setDangerCode(List<CodedValue> value)
public void setRelevantClinicalInfo(List<ClinicalInfo> value)
public void setImagingProcedure(List<ImagingProcedure> value)
Copyright © 2018. All rights reserved.