Class WorkflowContextState.WorkflowDetail.RequestedOrderDetail

  • 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.RequestedOrderDetail
    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="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>
     
    • Constructor Detail

      • RequestedOrderDetail

        public RequestedOrderDetail()
    • Method Detail

      • getReferringPhysician

        public PersonReference getReferringPhysician()
        Gets the value of the referringPhysician property.
        Returns:
        possible object is PersonReference
      • setReferringPhysician

        public void setReferringPhysician​(PersonReference value)
        Sets the value of the referringPhysician property.
        Parameters:
        value - allowed object is PersonReference
      • getRequestingPhysician

        public PersonReference getRequestingPhysician()
        Gets the value of the requestingPhysician property.
        Returns:
        possible object is PersonReference
      • setRequestingPhysician

        public void setRequestingPhysician​(PersonReference value)
        Sets the value of the requestingPhysician property.
        Parameters:
        value - allowed object is PersonReference
      • setPlacerOrderNumber

        public void setPlacerOrderNumber​(InstanceIdentifier value)
        Sets the value of the placerOrderNumber property.
        Parameters:
        value - allowed object is InstanceIdentifier
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class OrderDetail
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class OrderDetail
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        createNewInstance in class OrderDetail
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class OrderDetail
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class OrderDetail