public static class ImmunizationRecommendation.Recommendation extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Vaccine administration recommendations
| Constructor and Description |
|---|
Recommendation() |
| Modifier and Type | Method and Description |
|---|---|
ImmunizationRecommendation.RecommendationDateCriterion |
addDateCriterion()
Adds and returns a new value for dateCriterion ()
|
ImmunizationRecommendation.Recommendation |
addDateCriterion(ImmunizationRecommendation.RecommendationDateCriterion theValue)
Adds a given new value for dateCriterion ()
|
ResourceReferenceDt |
addSupportingImmunization()
Adds and returns a new value for supportingImmunization ()
|
ResourceReferenceDt |
addSupportingPatientInformation()
Adds and returns a new value for supportingPatientInformation ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getDate()
Gets the value(s) for date ().
|
List<ImmunizationRecommendation.RecommendationDateCriterion> |
getDateCriterion()
Gets the value(s) for dateCriterion ().
|
ImmunizationRecommendation.RecommendationDateCriterion |
getDateCriterionFirstRep()
Gets the first repetition for dateCriterion (),
creating it if it does not already exist.
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getDateElement()
Gets the value(s) for date ().
|
Integer |
getDoseNumber()
Gets the value(s) for doseNumber ().
|
ca.uhn.fhir.model.primitive.PositiveIntDt |
getDoseNumberElement()
Gets the value(s) for doseNumber ().
|
CodeableConceptDt |
getForecastStatus()
Gets the value(s) for forecastStatus ().
|
ImmunizationRecommendation.RecommendationProtocol |
getProtocol()
Gets the value(s) for protocol ().
|
List<ResourceReferenceDt> |
getSupportingImmunization()
Gets the value(s) for supportingImmunization ().
|
List<ResourceReferenceDt> |
getSupportingPatientInformation()
Gets the value(s) for supportingPatientInformation ().
|
CodeableConceptDt |
getVaccineCode()
Gets the value(s) for vaccineCode ().
|
boolean |
isEmpty() |
ImmunizationRecommendation.Recommendation |
setDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for date ()
|
ImmunizationRecommendation.Recommendation |
setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for date ()
|
ImmunizationRecommendation.Recommendation |
setDateCriterion(List<ImmunizationRecommendation.RecommendationDateCriterion> theValue)
Sets the value(s) for dateCriterion ()
|
ImmunizationRecommendation.Recommendation |
setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()
|
ImmunizationRecommendation.Recommendation |
setDoseNumber(int theInteger)
Sets the value for doseNumber ()
|
ImmunizationRecommendation.Recommendation |
setDoseNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for doseNumber ()
|
ImmunizationRecommendation.Recommendation |
setForecastStatus(CodeableConceptDt theValue)
Sets the value(s) for forecastStatus ()
|
ImmunizationRecommendation.Recommendation |
setProtocol(ImmunizationRecommendation.RecommendationProtocol theValue)
Sets the value(s) for protocol ()
|
ImmunizationRecommendation.Recommendation |
setSupportingImmunization(List<ResourceReferenceDt> theValue)
Sets the value(s) for supportingImmunization ()
|
ImmunizationRecommendation.Recommendation |
setSupportingPatientInformation(List<ResourceReferenceDt> theValue)
Sets the value(s) for supportingPatientInformation ()
|
ImmunizationRecommendation.Recommendation |
setVaccineCode(CodeableConceptDt theValue)
Sets the value(s) for vaccineCode ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Recommendation()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.DateTimeDt getDateElement()
null.
Definition: The date the immunization recommendation was created.
public Date getDate()
null.
Definition: The date the immunization recommendation was created.
public ImmunizationRecommendation.Recommendation setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Definition: The date the immunization recommendation was created.
public ImmunizationRecommendation.Recommendation setDateWithSecondsPrecision(Date theDate)
Definition: The date the immunization recommendation was created.
public ImmunizationRecommendation.Recommendation setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: The date the immunization recommendation was created.
public CodeableConceptDt getVaccineCode()
null.
Definition: Vaccine that pertains to the recommendation
public ImmunizationRecommendation.Recommendation setVaccineCode(CodeableConceptDt theValue)
Definition: Vaccine that pertains to the recommendation
public ca.uhn.fhir.model.primitive.PositiveIntDt getDoseNumberElement()
null.
Definition: This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
public Integer getDoseNumber()
null.
Definition: This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
public ImmunizationRecommendation.Recommendation setDoseNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Definition: This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
public ImmunizationRecommendation.Recommendation setDoseNumber(int theInteger)
Definition: This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
public CodeableConceptDt getForecastStatus()
null.
Definition: Vaccine administration status
public ImmunizationRecommendation.Recommendation setForecastStatus(CodeableConceptDt theValue)
Definition: Vaccine administration status
public List<ImmunizationRecommendation.RecommendationDateCriterion> getDateCriterion()
null.
Definition: Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
public ImmunizationRecommendation.Recommendation setDateCriterion(List<ImmunizationRecommendation.RecommendationDateCriterion> theValue)
Definition: Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
public ImmunizationRecommendation.RecommendationDateCriterion addDateCriterion()
Definition: Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
public ImmunizationRecommendation.Recommendation addDateCriterion(ImmunizationRecommendation.RecommendationDateCriterion theValue)
Definition: Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
theValue - The dateCriterion to add (must not be null)public ImmunizationRecommendation.RecommendationDateCriterion getDateCriterionFirstRep()
Definition: Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
public ImmunizationRecommendation.RecommendationProtocol getProtocol()
null.
Definition: Contains information about the protocol under which the vaccine was administered
public ImmunizationRecommendation.Recommendation setProtocol(ImmunizationRecommendation.RecommendationProtocol theValue)
Definition: Contains information about the protocol under which the vaccine was administered
public List<ResourceReferenceDt> getSupportingImmunization()
null.
Definition: Immunization event history that supports the status and recommendation
public ImmunizationRecommendation.Recommendation setSupportingImmunization(List<ResourceReferenceDt> theValue)
Definition: Immunization event history that supports the status and recommendation
public ResourceReferenceDt addSupportingImmunization()
Definition: Immunization event history that supports the status and recommendation
public List<ResourceReferenceDt> getSupportingPatientInformation()
null.
Definition: Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.
public ImmunizationRecommendation.Recommendation setSupportingPatientInformation(List<ResourceReferenceDt> theValue)
Definition: Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.
public ResourceReferenceDt addSupportingPatientInformation()
Definition: Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.
Copyright © 2014–2018 University Health Network. All rights reserved.