Class DiagnosticOrder.Event

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder.Event
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
DiagnosticOrder

public static class DiagnosticOrder.Event extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: DiagnosticOrder.event ()

Definition: A summary of the events of interest that have occurred as the request is processed; e.g. when the order was made, various processing steps (specimens received), when it was completed

See Also:
  • 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
    • getStatusElement

      public ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> getStatusElement()
      Gets the value(s) for status (). creating it if it does not exist. Will not return null.

      Definition: The status for the event

    • getStatus

      public String getStatus()
      Gets the value(s) for status (). creating it if it does not exist. This method may return null.

      Definition: The status for the event

    • setStatus

      public DiagnosticOrder.Event setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> theValue)
      Sets the value(s) for status ()

      Definition: The status for the event

    • setStatus

      Sets the value(s) for status ()

      Definition: The status for the event

    • getDescription

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

      Definition: Additional information about the event that occurred - e.g. if the status remained unchanged

    • setDescription

      Sets the value(s) for description ()

      Definition: Additional information about the event that occurred - e.g. if the status remained unchanged

    • getDateTimeElement

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

      Definition: The date/time at which the event occurred

    • getDateTime

      public Date getDateTime()
      Gets the value(s) for dateTime (). creating it if it does not exist. This method may return null.

      Definition: The date/time at which the event occurred

    • setDateTime

      public DiagnosticOrder.Event setDateTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
      Sets the value(s) for dateTime ()

      Definition: The date/time at which the event occurred

    • setDateTimeWithSecondsPrecision

      Sets the value for dateTime ()

      Definition: The date/time at which the event occurred

    • setDateTime

      public DiagnosticOrder.Event setDateTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
      Sets the value for dateTime ()

      Definition: The date/time at which the event occurred

    • getActor

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

      Definition: The person responsible for performing or recording the action

    • setActor

      Sets the value(s) for actor ()

      Definition: The person responsible for performing or recording the action