Class Immunization.Reaction

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.Immunization.Reaction
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:
Immunization

public static class Immunization.Reaction extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Immunization.reaction ()

Definition: Categorical data indicating that an adverse event is associated in time to an immunization

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
    • getDateElement

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

      Definition: Date of reaction to the immunization

    • getDate

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

      Definition: Date of reaction to the immunization

    • setDate

      public Immunization.Reaction setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
      Sets the value(s) for date ()

      Definition: Date of reaction to the immunization

    • setDateWithSecondsPrecision

      Sets the value for date ()

      Definition: Date of reaction to the immunization

    • setDate

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

      Definition: Date of reaction to the immunization

    • getDetail

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

      Definition: Details of the reaction

    • setDetail

      Sets the value(s) for detail ()

      Definition: Details of the reaction

    • getReportedElement

      public ca.uhn.fhir.model.primitive.BooleanDt getReportedElement()
      Gets the value(s) for reported (). creating it if it does not exist. Will not return null.

      Definition: Self-reported indicator

    • getReported

      public Boolean getReported()
      Gets the value(s) for reported (). creating it if it does not exist. This method may return null.

      Definition: Self-reported indicator

    • setReported

      public Immunization.Reaction setReported(ca.uhn.fhir.model.primitive.BooleanDt theValue)
      Sets the value(s) for reported ()

      Definition: Self-reported indicator

    • setReported

      public Immunization.Reaction setReported(boolean theBoolean)
      Sets the value for reported ()

      Definition: Self-reported indicator