public static class ImmunizationRecommendation.RecommendationDateCriterion extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
| Constructor and Description |
|---|
RecommendationDateCriterion() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
Date |
getValue()
Gets the value(s) for value ().
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getValueElement()
Gets the value(s) for value ().
|
boolean |
isEmpty() |
ImmunizationRecommendation.RecommendationDateCriterion |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
ImmunizationRecommendation.RecommendationDateCriterion |
setValue(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for value ()
|
ImmunizationRecommendation.RecommendationDateCriterion |
setValue(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for value ()
|
ImmunizationRecommendation.RecommendationDateCriterion |
setValueWithSecondsPrecision(Date theDate)
Sets the value for value ()
|
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 RecommendationDateCriterion()
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 CodeableConceptDt getCode()
null.
Definition: Date classification of recommendation. For example, earliest date to give, latest date to give, etc.
public ImmunizationRecommendation.RecommendationDateCriterion setCode(CodeableConceptDt theValue)
Definition: Date classification of recommendation. For example, earliest date to give, latest date to give, etc.
public ca.uhn.fhir.model.primitive.DateTimeDt getValueElement()
null.
Definition: The date whose meaning is specified by dateCriterion.code
public Date getValue()
null.
Definition: The date whose meaning is specified by dateCriterion.code
public ImmunizationRecommendation.RecommendationDateCriterion setValue(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Definition: The date whose meaning is specified by dateCriterion.code
public ImmunizationRecommendation.RecommendationDateCriterion setValueWithSecondsPrecision(Date theDate)
Definition: The date whose meaning is specified by dateCriterion.code
public ImmunizationRecommendation.RecommendationDateCriterion setValue(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: The date whose meaning is specified by dateCriterion.code
Copyright © 2014–2018 University Health Network. All rights reserved.