
Package ca.uhn.fhir.model.dstu2.resource
Class Immunization.Reaction
java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.Immunization.Reaction
- 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:
Immunization
public static class Immunization.Reaction
extends ca.uhn.fhir.model.api.BaseIdentifiableElement
implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Immunization.reaction ()
Definition: Categorical data indicating that an adverse event is associated in time to an immunization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType(Class<T> theType) getDate()Gets the value(s) for date ().ca.uhn.fhir.model.primitive.DateTimeDtGets the value(s) for date ().Gets the value(s) for detail ().Gets the value(s) for reported ().ca.uhn.fhir.model.primitive.BooleanDtGets the value(s) for reported ().booleanisEmpty()setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()Sets the value for date ()setDateWithSecondsPrecision(Date theDate) Sets the value for date ()setDetail(ResourceReferenceDt theValue) Sets the value(s) for detail ()setReported(boolean theBoolean) Sets the value for reported ()setReported(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for reported ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Reaction
public Reaction()
-
-
Method Details
-
isEmpty
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getDateElement
Gets the value(s) for date (). creating it if it does not exist. Will not returnnull.Definition: Date of reaction to the immunization
-
getDate
Gets the value(s) for date (). creating it if it does not exist. This method may returnnull.Definition: Date of reaction to the immunization
-
setDate
Sets the value(s) for date ()Definition: Date of reaction to the immunization
-
setDateWithSecondsPrecision
Sets the value for date ()Definition: Date of reaction to the immunization
-
setDate
public Immunization.Reaction setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()Definition: Date of reaction to the immunization
-
getDetail
Gets the value(s) for detail (). creating it if it does not exist. Will not returnnull.Definition: Details of the reaction
-
setDetail
Sets the value(s) for detail ()Definition: Details of the reaction
-
getReportedElement
Gets the value(s) for reported (). creating it if it does not exist. Will not returnnull.Definition: Self-reported indicator
-
getReported
Gets the value(s) for reported (). creating it if it does not exist. This method may returnnull.Definition: Self-reported indicator
-
setReported
Sets the value(s) for reported ()Definition: Self-reported indicator
-
setReported
Sets the value for reported ()Definition: Self-reported indicator
-