Class ImmunizationRecommendation.RecommendationProtocol

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

public static class ImmunizationRecommendation.RecommendationProtocol extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ImmunizationRecommendation.recommendation.protocol ()

Definition: Contains information about the protocol under which the vaccine was administered

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

      public ca.uhn.fhir.model.primitive.IntegerDt getDoseSequenceElement()
      Gets the value(s) for doseSequence (). creating it if it does not exist. Will not return null.

      Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.

    • getDoseSequence

      Gets the value(s) for doseSequence (). creating it if it does not exist. This method may return null.

      Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.

    • setDoseSequence

      public ImmunizationRecommendation.RecommendationProtocol setDoseSequence(ca.uhn.fhir.model.primitive.IntegerDt theValue)
      Sets the value(s) for doseSequence ()

      Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.

    • setDoseSequence

      Sets the value for doseSequence ()

      Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.

    • getDescriptionElement

      public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
      Gets the value(s) for description (). creating it if it does not exist. Will not return null.

      Definition: Contains the description about the protocol under which the vaccine was administered

    • getDescription

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

      Definition: Contains the description about the protocol under which the vaccine was administered

    • setDescription

      public ImmunizationRecommendation.RecommendationProtocol setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for description ()

      Definition: Contains the description about the protocol under which the vaccine was administered

    • setDescription

      Sets the value for description ()

      Definition: Contains the description about the protocol under which the vaccine was administered

    • getAuthority

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

      Definition: Indicates the authority who published the protocol. For example, ACIP

    • setAuthority

      Sets the value(s) for authority ()

      Definition: Indicates the authority who published the protocol. For example, ACIP

    • getSeriesElement

      public ca.uhn.fhir.model.primitive.StringDt getSeriesElement()
      Gets the value(s) for series (). creating it if it does not exist. Will not return null.

      Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority

    • getSeries

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

      Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority

    • setSeries

      public ImmunizationRecommendation.RecommendationProtocol setSeries(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for series ()

      Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority

    • setSeries

      Sets the value for series ()

      Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority