public static class Immunization.Explanation extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Reasons why a vaccine was or was not administered
| Constructor and Description |
|---|
Explanation() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addReason()
Adds and returns a new value for reason ()
|
Immunization.Explanation |
addReason(CodeableConceptDt theValue)
Adds a given new value for reason ()
|
CodeableConceptDt |
addReasonNotGiven()
Adds and returns a new value for reasonNotGiven ()
|
Immunization.Explanation |
addReasonNotGiven(CodeableConceptDt theValue)
Adds a given new value for reasonNotGiven ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<CodeableConceptDt> |
getReason()
Gets the value(s) for reason ().
|
CodeableConceptDt |
getReasonFirstRep()
Gets the first repetition for reason (),
creating it if it does not already exist.
|
List<CodeableConceptDt> |
getReasonNotGiven()
Gets the value(s) for reasonNotGiven ().
|
CodeableConceptDt |
getReasonNotGivenFirstRep()
Gets the first repetition for reasonNotGiven (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Immunization.Explanation |
setReason(List<CodeableConceptDt> theValue)
Sets the value(s) for reason ()
|
Immunization.Explanation |
setReasonNotGiven(List<CodeableConceptDt> theValue)
Sets the value(s) for reasonNotGiven ()
|
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 Explanation()
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 List<CodeableConceptDt> getReason()
null.
Definition: Reasons why a vaccine was administered
public Immunization.Explanation setReason(List<CodeableConceptDt> theValue)
Definition: Reasons why a vaccine was administered
public CodeableConceptDt addReason()
Definition: Reasons why a vaccine was administered
public Immunization.Explanation addReason(CodeableConceptDt theValue)
Definition: Reasons why a vaccine was administered
theValue - The reason to add (must not be null)public CodeableConceptDt getReasonFirstRep()
Definition: Reasons why a vaccine was administered
public List<CodeableConceptDt> getReasonNotGiven()
null.
Definition: Reason why a vaccine was not administered
public Immunization.Explanation setReasonNotGiven(List<CodeableConceptDt> theValue)
Definition: Reason why a vaccine was not administered
public CodeableConceptDt addReasonNotGiven()
Definition: Reason why a vaccine was not administered
public Immunization.Explanation addReasonNotGiven(CodeableConceptDt theValue)
Definition: Reason why a vaccine was not administered
theValue - The reasonNotGiven to add (must not be null)public CodeableConceptDt getReasonNotGivenFirstRep()
Definition: Reason why a vaccine was not administered
Copyright © 2014–2018 University Health Network. All rights reserved.