Class WorkflowContextState.WorkflowDetail
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.WorkflowContextState.WorkflowDetail
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- WorkflowContextState
public static class WorkflowContextState.WorkflowDetail extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/> <element name="Patient" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference"/> <element name="AssignedLocation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocationReference" minOccurs="0"/> <element name="VisitNumber" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/> <element name="DangerCode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" maxOccurs="unbounded" minOccurs="0"/> <element name="RelevantClinicalInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClinicalInfo" maxOccurs="unbounded" minOccurs="0"/> <element name="RequestedOrderDetail" minOccurs="0"> <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> </element> <element name="PerformedOrderDetail" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowContextState.WorkflowDetail.PerformedOrderDetailJava class for anonymous complex type.static classWorkflowContextState.WorkflowDetail.RequestedOrderDetailJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected LocationReferenceassignedLocationprotected List<CodedValue>dangerCodeprotected ExtensionTypeextensionprotected PersonReferencepatientprotected WorkflowContextState.WorkflowDetail.PerformedOrderDetailperformedOrderDetailprotected List<ClinicalInfo>relevantClinicalInfoprotected WorkflowContextState.WorkflowDetail.RequestedOrderDetailrequestedOrderDetailprotected InstanceIdentifiervisitNumber
-
Constructor Summary
Constructors Constructor Description WorkflowDetail()
-
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)LocationReferencegetAssignedLocation()Gets the value of the assignedLocation property.List<CodedValue>getDangerCode()Gets the value of the dangerCode property.ExtensionTypegetExtension()Gets the value of the extension property.PersonReferencegetPatient()Gets the value of the patient property.WorkflowContextState.WorkflowDetail.PerformedOrderDetailgetPerformedOrderDetail()Gets the value of the performedOrderDetail property.List<ClinicalInfo>getRelevantClinicalInfo()Gets the value of the relevantClinicalInfo property.WorkflowContextState.WorkflowDetail.RequestedOrderDetailgetRequestedOrderDetail()Gets the value of the requestedOrderDetail property.InstanceIdentifiergetVisitNumber()Gets the value of the visitNumber property.inthashCode()voidsetAssignedLocation(LocationReference value)Sets the value of the assignedLocation property.voidsetDangerCode(List<CodedValue> value)voidsetExtension(ExtensionType value)Sets the value of the extension property.voidsetPatient(PersonReference value)Sets the value of the patient property.voidsetPerformedOrderDetail(WorkflowContextState.WorkflowDetail.PerformedOrderDetail value)Sets the value of the performedOrderDetail property.voidsetRelevantClinicalInfo(List<ClinicalInfo> value)voidsetRequestedOrderDetail(WorkflowContextState.WorkflowDetail.RequestedOrderDetail value)Sets the value of the requestedOrderDetail property.voidsetVisitNumber(InstanceIdentifier value)Sets the value of the visitNumber property.StringtoString()
-
-
-
Field Detail
-
extension
protected ExtensionType extension
-
patient
protected PersonReference patient
-
assignedLocation
protected LocationReference assignedLocation
-
visitNumber
protected InstanceIdentifier visitNumber
-
dangerCode
protected List<CodedValue> dangerCode
-
relevantClinicalInfo
protected List<ClinicalInfo> relevantClinicalInfo
-
requestedOrderDetail
protected WorkflowContextState.WorkflowDetail.RequestedOrderDetail requestedOrderDetail
-
performedOrderDetail
protected WorkflowContextState.WorkflowDetail.PerformedOrderDetail performedOrderDetail
-
-
Method Detail
-
getExtension
public ExtensionType getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ExtensionType
-
setExtension
public void setExtension(ExtensionType value)
Sets the value of the extension property.- Parameters:
value- allowed object isExtensionType
-
getPatient
public PersonReference getPatient()
Gets the value of the patient property.- Returns:
- possible object is
PersonReference
-
setPatient
public void setPatient(PersonReference value)
Sets the value of the patient property.- Parameters:
value- allowed object isPersonReference
-
getAssignedLocation
public LocationReference getAssignedLocation()
Gets the value of the assignedLocation property.- Returns:
- possible object is
LocationReference
-
setAssignedLocation
public void setAssignedLocation(LocationReference value)
Sets the value of the assignedLocation property.- Parameters:
value- allowed object isLocationReference
-
getVisitNumber
public InstanceIdentifier getVisitNumber()
Gets the value of the visitNumber property.- Returns:
- possible object is
InstanceIdentifier
-
setVisitNumber
public void setVisitNumber(InstanceIdentifier value)
Sets the value of the visitNumber property.- Parameters:
value- allowed object isInstanceIdentifier
-
getDangerCode
public List<CodedValue> getDangerCode()
Gets the value of the dangerCode 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 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
-
getRelevantClinicalInfo
public List<ClinicalInfo> getRelevantClinicalInfo()
Gets the value of the relevantClinicalInfo 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 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
-
getRequestedOrderDetail
public WorkflowContextState.WorkflowDetail.RequestedOrderDetail getRequestedOrderDetail()
Gets the value of the requestedOrderDetail property.- Returns:
- possible object is
WorkflowContextState.WorkflowDetail.RequestedOrderDetail
-
setRequestedOrderDetail
public void setRequestedOrderDetail(WorkflowContextState.WorkflowDetail.RequestedOrderDetail value)
Sets the value of the requestedOrderDetail property.- Parameters:
value- allowed object isWorkflowContextState.WorkflowDetail.RequestedOrderDetail
-
getPerformedOrderDetail
public WorkflowContextState.WorkflowDetail.PerformedOrderDetail getPerformedOrderDetail()
Gets the value of the performedOrderDetail property.- Returns:
- possible object is
WorkflowContextState.WorkflowDetail.PerformedOrderDetail
-
setPerformedOrderDetail
public void setPerformedOrderDetail(WorkflowContextState.WorkflowDetail.PerformedOrderDetail value)
Sets the value of the performedOrderDetail property.- Parameters:
value- allowed object isWorkflowContextState.WorkflowDetail.PerformedOrderDetail
-
setDangerCode
public void setDangerCode(List<CodedValue> value)
-
setRelevantClinicalInfo
public void setRelevantClinicalInfo(List<ClinicalInfo> value)
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
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
-
-