Class Order

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.dstu2.resource.BaseResource
ca.uhn.fhir.model.dstu2.resource.Order
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IResource, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseResource

public class Order extends BaseResource implements ca.uhn.fhir.model.api.IResource
HAPI/FHIR Order Resource (workflow.order)

Definition: A request to perform an action.

Requirements:

Profile Definition: http://hl7.org/fhir/profiles/Order

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Block class for child element: Order.when ()
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.rest.gclient.DateClientParam
    Fluent Client search parameter constant for date
    static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
    Fluent Client search parameter constant for detail
    static final ca.uhn.fhir.rest.gclient.TokenClientParam
    Fluent Client search parameter constant for identifier
    static final ca.uhn.fhir.model.api.Include
    Constant for fluent queries to be used to add include statements.
    static final ca.uhn.fhir.model.api.Include
    Constant for fluent queries to be used to add include statements.
    static final ca.uhn.fhir.model.api.Include
    Constant for fluent queries to be used to add include statements.
    static final ca.uhn.fhir.model.api.Include
    Constant for fluent queries to be used to add include statements.
    static final ca.uhn.fhir.model.api.Include
    Constant for fluent queries to be used to add include statements.
    static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
    Fluent Client search parameter constant for patient
    static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
    Fluent Client search parameter constant for source
    static final String
    Search parameter constant for date
    static final String
    Search parameter constant for detail
    static final String
    Search parameter constant for identifier
    static final String
    Search parameter constant for patient
    static final String
    Search parameter constant for source
    static final String
    Search parameter constant for subject
    static final String
    Search parameter constant for target
    static final String
    Search parameter constant for when
    static final String
    Search parameter constant for when_code
    static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
    Fluent Client search parameter constant for subject
    static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
    Fluent Client search parameter constant for target
    static final ca.uhn.fhir.rest.gclient.DateClientParam
    Fluent Client search parameter constant for when
    static final ca.uhn.fhir.rest.gclient.TokenClientParam
    Fluent Client search parameter constant for when_code

    Fields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource

    RES_ID, SP_RES_ID

    Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource

    INCLUDE_ALL, WILDCARD_ALL_SET
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Adds and returns a new value for detail ()
    Adds and returns a new value for identifier (id)
    Adds a given new value for identifier (id)
    <T extends ca.uhn.fhir.model.api.IElement>
    List<T>
     
    Gets the value(s) for date (when.done).
    ca.uhn.fhir.model.primitive.DateTimeDt
    Gets the value(s) for date (when.done).
    Gets the value(s) for detail ().
    Gets the value(s) for identifier (id).
    Gets the first repetition for identifier (id), creating it if it does not already exist.
    ca.uhn.fhir.model.api.IDatatype
    Gets the value(s) for reason[x] (why).
     
    Gets the value(s) for source (who.cause).
    ca.uhn.fhir.context.FhirVersionEnum
     
    Gets the value(s) for subject (who.focus).
    Gets the value(s) for target (who.actor).
    Gets the value(s) for when ().
    boolean
     
    setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
    Sets the value(s) for date (when.done)
    setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
    Sets the value for date (when.done)
    Sets the value for date (when.done)
    Sets the value(s) for detail ()
    Sets the value(s) for identifier (id)
    setReason(ca.uhn.fhir.model.api.IDatatype theValue)
    Sets the value(s) for reason[x] (why)
    Sets the value(s) for source (who.cause)
    Sets the value(s) for subject (who.focus)
    Sets the value(s) for target (who.actor)
    setWhen(Order.When theValue)
    Sets the value(s) for when ()

    Methods inherited from class ca.uhn.fhir.model.api.BaseElement

    addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBase

    fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource

    getIdElement, isDeleted, setId, setId

    Methods inherited from interface ca.uhn.fhir.model.api.IResource

    getContained, getId, getLanguage, getMeta, getResourceMetadata, getText, setId, setLanguage, setResourceMetadata
  • Field Details

    • SP_DATE

      public static final String SP_DATE
      Search parameter constant for date

      Description:
      Type: date
      Path: Order.date

      See Also:
    • DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
      Fluent Client search parameter constant for date

      Description:
      Type: date
      Path: Order.date

    • SP_SUBJECT

      public static final String SP_SUBJECT
      Search parameter constant for subject

      Description:
      Type: reference
      Path: Order.subject

      See Also:
    • SUBJECT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
      Fluent Client search parameter constant for subject

      Description:
      Type: reference
      Path: Order.subject

    • SP_SOURCE

      public static final String SP_SOURCE
      Search parameter constant for source

      Description:
      Type: reference
      Path: Order.source

      See Also:
    • SOURCE

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
      Fluent Client search parameter constant for source

      Description:
      Type: reference
      Path: Order.source

    • SP_TARGET

      public static final String SP_TARGET
      Search parameter constant for target

      Description:
      Type: reference
      Path: Order.target

      See Also:
    • TARGET

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam TARGET
      Fluent Client search parameter constant for target

      Description:
      Type: reference
      Path: Order.target

    • SP_WHEN_CODE

      public static final String SP_WHEN_CODE
      Search parameter constant for when_code

      Description:
      Type: token
      Path: Order.when.code

      See Also:
    • WHEN_CODE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam WHEN_CODE
      Fluent Client search parameter constant for when_code

      Description:
      Type: token
      Path: Order.when.code

    • SP_WHEN

      public static final String SP_WHEN
      Search parameter constant for when

      Description:
      Type: date
      Path: Order.when.schedule

      See Also:
    • WHEN

      public static final ca.uhn.fhir.rest.gclient.DateClientParam WHEN
      Fluent Client search parameter constant for when

      Description:
      Type: date
      Path: Order.when.schedule

    • SP_DETAIL

      public static final String SP_DETAIL
      Search parameter constant for detail

      Description:
      Type: reference
      Path: Order.detail

      See Also:
    • DETAIL

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DETAIL
      Fluent Client search parameter constant for detail

      Description:
      Type: reference
      Path: Order.detail

    • SP_PATIENT

      public static final String SP_PATIENT
      Search parameter constant for patient

      Description:
      Type: reference
      Path: Order.subject

      See Also:
    • PATIENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description:
      Type: reference
      Path: Order.subject

    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter constant for identifier

      Description: Instance id from source, target, and/or others
      Type: token
      Path: Order.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: Instance id from source, target, and/or others
      Type: token
      Path: Order.identifier

    • INCLUDE_DETAIL

      public static final ca.uhn.fhir.model.api.Include INCLUDE_DETAIL
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:detail".
    • INCLUDE_PATIENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:patient".
    • INCLUDE_SOURCE

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:source".
    • INCLUDE_SUBJECT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:subject".
    • INCLUDE_TARGET

      public static final ca.uhn.fhir.model.api.Include INCLUDE_TARGET
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:target".
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getIdentifier

      Gets the value(s) for identifier (id). creating it if it does not exist. Will not return null.

      Definition:

    • setIdentifier

      public Order setIdentifier(List<IdentifierDt> theValue)
      Sets the value(s) for identifier (id)

      Definition:

    • addIdentifier

      Adds and returns a new value for identifier (id)

      Definition:

    • addIdentifier

      public Order addIdentifier(IdentifierDt theValue)
      Adds a given new value for identifier (id)

      Definition:

      Parameters:
      theValue - The identifier to add (must not be null)
    • getIdentifierFirstRep

      Gets the first repetition for identifier (id), creating it if it does not already exist.

      Definition:

    • getDateElement

      public ca.uhn.fhir.model.primitive.DateTimeDt getDateElement()
      Gets the value(s) for date (when.done). creating it if it does not exist. Will not return null.

      Definition:

    • getDate

      public Date getDate()
      Gets the value(s) for date (when.done). creating it if it does not exist. This method may return null.

      Definition:

    • setDate

      public Order setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
      Sets the value(s) for date (when.done)

      Definition:

    • setDateWithSecondsPrecision

      Sets the value for date (when.done)

      Definition:

    • setDate

      public Order setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
      Sets the value for date (when.done)

      Definition:

    • getSubject

      Gets the value(s) for subject (who.focus). creating it if it does not exist. Will not return null.

      Definition:

    • setSubject

      Sets the value(s) for subject (who.focus)

      Definition:

    • getSource

      Gets the value(s) for source (who.cause). creating it if it does not exist. Will not return null.

      Definition:

    • setSource

      public Order setSource(ResourceReferenceDt theValue)
      Sets the value(s) for source (who.cause)

      Definition:

    • getTarget

      Gets the value(s) for target (who.actor). creating it if it does not exist. Will not return null.

      Definition:

    • setTarget

      public Order setTarget(ResourceReferenceDt theValue)
      Sets the value(s) for target (who.actor)

      Definition:

    • getReason

      public ca.uhn.fhir.model.api.IDatatype getReason()
      Gets the value(s) for reason[x] (why). creating it if it does not exist. Will not return null.

      Definition:

    • setReason

      public Order setReason(ca.uhn.fhir.model.api.IDatatype theValue)
      Sets the value(s) for reason[x] (why)

      Definition:

    • getWhen

      public Order.When getWhen()
      Gets the value(s) for when (). creating it if it does not exist. Will not return null.

      Definition:

    • setWhen

      public Order setWhen(Order.When theValue)
      Sets the value(s) for when ()

      Definition:

    • getDetail

      Gets the value(s) for detail (). creating it if it does not exist. Will not return null.

      Definition:

    • setDetail

      Sets the value(s) for detail ()

      Definition:

    • addDetail

      Adds and returns a new value for detail ()

      Definition:

    • getResourceName

      Specified by:
      getResourceName in interface ca.uhn.fhir.model.api.IResource
    • getStructureFhirVersionEnum

      public ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
      Specified by:
      getStructureFhirVersionEnum in interface org.hl7.fhir.instance.model.api.IBaseResource
      Specified by:
      getStructureFhirVersionEnum in interface ca.uhn.fhir.model.api.IResource