Class WorkflowContextState
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractState
-
- org.somda.sdc.biceps.model.participant.AbstractMultiState
-
- org.somda.sdc.biceps.model.participant.AbstractContextState
-
- org.somda.sdc.biceps.model.participant.WorkflowContextState
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class WorkflowContextState extends AbstractContextState implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
A context state to identify a step in a clinical workflow.Java class for WorkflowContextState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowContextState"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState"> <sequence> <element name="WorkflowDetail" minOccurs="0"> <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> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowContextState.WorkflowDetailJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected WorkflowContextState.WorkflowDetailworkflowDetail-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractContextState
bindingEndTime, bindingMdibVersion, bindingStartTime, contextAssociation, identification, unbindingMdibVersion, validator
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractMultiState
category, handle
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractState
descriptorHandle, descriptorVersion, extension, stateVersion
-
-
Constructor Summary
Constructors Constructor Description WorkflowContextState()
-
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)WorkflowContextState.WorkflowDetailgetWorkflowDetail()Gets the value of the workflowDetail property.inthashCode()voidsetWorkflowDetail(WorkflowContextState.WorkflowDetail value)Sets the value of the workflowDetail property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractContextState
getBindingEndTime, getBindingMdibVersion, getBindingStartTime, getContextAssociation, getIdentification, getUnbindingMdibVersion, getValidator, setBindingEndTime, setBindingMdibVersion, setBindingStartTime, setContextAssociation, setIdentification, setUnbindingMdibVersion, setValidator
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractMultiState
getCategory, getHandle, setCategory, setHandle
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractState
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersion
-
-
-
-
Field Detail
-
workflowDetail
protected WorkflowContextState.WorkflowDetail workflowDetail
-
-
Method Detail
-
getWorkflowDetail
public WorkflowContextState.WorkflowDetail getWorkflowDetail()
Gets the value of the workflowDetail property.- Returns:
- possible object is
WorkflowContextState.WorkflowDetail
-
setWorkflowDetail
public void setWorkflowDetail(WorkflowContextState.WorkflowDetail value)
Sets the value of the workflowDetail property.- Parameters:
value- allowed object isWorkflowContextState.WorkflowDetail
-
clone
public Object clone()
- Overrides:
clonein classAbstractContextState
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractContextState
-
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 classAbstractContextState
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractContextState
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractContextState
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractContextState
-
toString
public String toString()
- Overrides:
toStringin classAbstractContextState
-
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 classAbstractContextState
-
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 classAbstractContextState
-
-