public static class ImmunizationRecommendation.RecommendationProtocol extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Contains information about the protocol under which the vaccine was administered
| Constructor and Description |
|---|
RecommendationProtocol() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getAuthority()
Gets the value(s) for authority ().
|
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
Integer |
getDoseSequence()
Gets the value(s) for doseSequence ().
|
ca.uhn.fhir.model.primitive.IntegerDt |
getDoseSequenceElement()
Gets the value(s) for doseSequence ().
|
String |
getSeries()
Gets the value(s) for series ().
|
ca.uhn.fhir.model.primitive.StringDt |
getSeriesElement()
Gets the value(s) for series ().
|
boolean |
isEmpty() |
ImmunizationRecommendation.RecommendationProtocol |
setAuthority(ResourceReferenceDt theValue)
Sets the value(s) for authority ()
|
ImmunizationRecommendation.RecommendationProtocol |
setDescription(String theString)
Sets the value for description ()
|
ImmunizationRecommendation.RecommendationProtocol |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
ImmunizationRecommendation.RecommendationProtocol |
setDoseSequence(int theInteger)
Sets the value for doseSequence ()
|
ImmunizationRecommendation.RecommendationProtocol |
setDoseSequence(ca.uhn.fhir.model.primitive.IntegerDt theValue)
Sets the value(s) for doseSequence ()
|
ImmunizationRecommendation.RecommendationProtocol |
setSeries(String theString)
Sets the value for series ()
|
ImmunizationRecommendation.RecommendationProtocol |
setSeries(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for series ()
|
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 RecommendationProtocol()
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.IntegerDt getDoseSequenceElement()
null.
Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.
public Integer getDoseSequence()
null.
Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.
public ImmunizationRecommendation.RecommendationProtocol setDoseSequence(ca.uhn.fhir.model.primitive.IntegerDt theValue)
Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.
public ImmunizationRecommendation.RecommendationProtocol setDoseSequence(int theInteger)
Definition: Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition: Contains the description about the protocol under which the vaccine was administered
public String getDescription()
null.
Definition: Contains the description about the protocol under which the vaccine was administered
public ImmunizationRecommendation.RecommendationProtocol setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Contains the description about the protocol under which the vaccine was administered
public ImmunizationRecommendation.RecommendationProtocol setDescription(String theString)
Definition: Contains the description about the protocol under which the vaccine was administered
public ResourceReferenceDt getAuthority()
null.
Definition: Indicates the authority who published the protocol. For example, ACIP
public ImmunizationRecommendation.RecommendationProtocol setAuthority(ResourceReferenceDt theValue)
Definition: Indicates the authority who published the protocol. For example, ACIP
public ca.uhn.fhir.model.primitive.StringDt getSeriesElement()
null.
Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority
public String getSeries()
null.
Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority
public ImmunizationRecommendation.RecommendationProtocol setSeries(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority
public ImmunizationRecommendation.RecommendationProtocol setSeries(String theString)
Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority
Copyright © 2014–2018 University Health Network. All rights reserved.