Class 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
Definition: Contains information about the protocol under which the vaccine was administered
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for authority ().Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for description ().Gets the value(s) for doseSequence ().ca.uhn.fhir.model.primitive.IntegerDt
Gets the value(s) for doseSequence ().Gets the value(s) for series ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for series ().boolean
isEmpty()
setAuthority
(ResourceReferenceDt theValue) Sets the value(s) for authority ()setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()setDescription
(String theString) Sets the value for description ()setDoseSequence
(int theInteger) Sets the value for doseSequence ()setDoseSequence
(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for doseSequence ()setSeries
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for series ()Sets the value for series ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
RecommendationProtocol
public RecommendationProtocol()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.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 interfaceca.uhn.fhir.model.api.ICompositeElement
-
getDoseSequenceElement
Gets the value(s) for doseSequence (). creating it if it does not exist. Will not returnnull
.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 returnnull
.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
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull
.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 returnnull
.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 returnnull
.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
Gets the value(s) for series (). creating it if it does not exist. Will not returnnull
.Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority
-
getSeries
Gets the value(s) for series (). creating it if it does not exist. This method may returnnull
.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
-