Class WorkflowContextState.WorkflowDetail.PerformedOrderDetail
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.OrderDetail
-
- org.somda.sdc.biceps.model.participant.WorkflowContextState.WorkflowDetail.PerformedOrderDetail
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- WorkflowContextState.WorkflowDetail
public static class WorkflowContextState.WorkflowDetail.PerformedOrderDetail extends OrderDetail implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected InstanceIdentifierfillerOrderNumberprotected List<ClinicalInfo>resultingClinicalInfo-
Fields inherited from class org.somda.sdc.biceps.model.participant.OrderDetail
end, extension, imagingProcedure, performer, service, start
-
-
Constructor Summary
Constructors Constructor Description PerformedOrderDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)InstanceIdentifiergetFillerOrderNumber()Gets the value of the fillerOrderNumber property.List<ClinicalInfo>getResultingClinicalInfo()Gets the value of the resultingClinicalInfo property.inthashCode()voidsetFillerOrderNumber(InstanceIdentifier value)Sets the value of the fillerOrderNumber property.voidsetResultingClinicalInfo(List<ClinicalInfo> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.OrderDetail
getEnd, getExtension, getImagingProcedure, getPerformer, getService, getStart, setEnd, setExtension, setImagingProcedure, setPerformer, setService, setStart
-
-
-
-
Field Detail
-
fillerOrderNumber
protected InstanceIdentifier fillerOrderNumber
-
resultingClinicalInfo
protected List<ClinicalInfo> resultingClinicalInfo
-
-
Method Detail
-
getFillerOrderNumber
public InstanceIdentifier getFillerOrderNumber()
Gets the value of the fillerOrderNumber property.- Returns:
- possible object is
InstanceIdentifier
-
setFillerOrderNumber
public void setFillerOrderNumber(InstanceIdentifier value)
Sets the value of the fillerOrderNumber property.- Parameters:
value- allowed object isInstanceIdentifier
-
getResultingClinicalInfo
public List<ClinicalInfo> getResultingClinicalInfo()
Gets the value of the resultingClinicalInfo property.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
setmethod 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
-
setResultingClinicalInfo
public void setResultingClinicalInfo(List<ClinicalInfo> value)
-
clone
public Object clone()
- Overrides:
clonein classOrderDetail
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classOrderDetail
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classOrderDetail
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classOrderDetail
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classOrderDetail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOrderDetail
-
toString
public String toString()
- Overrides:
toStringin classOrderDetail
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classOrderDetail
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classOrderDetail
-
-