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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Reaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)DategetDate()Gets the value(s) for date ().ca.uhn.fhir.model.primitive.DateTimeDtgetDateElement()Gets the value(s) for date ().ResourceReferenceDtgetDetail()Gets the value(s) for detail ().BooleangetReported()Gets the value(s) for reported ().ca.uhn.fhir.model.primitive.BooleanDtgetReportedElement()Gets the value(s) for reported ().booleanisEmpty()Immunization.ReactionsetDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date ()Immunization.ReactionsetDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for date ()Immunization.ReactionsetDateWithSecondsPrecision(Date theDate)Sets the value for date ()Immunization.ReactionsetDetail(ResourceReferenceDt theValue)Sets the value(s) for detail ()Immunization.ReactionsetReported(boolean theBoolean)Sets the value for reported ()Immunization.ReactionsetReported(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, 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
-
-
-
-
Constructor Detail
-
Reaction
public Reaction()
-
-
Method Detail
-
isEmpty
public boolean 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
public ca.uhn.fhir.model.primitive.DateTimeDt 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
public Date 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
public Immunization.Reaction setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) 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
-
setDateWithSecondsPrecision
public Immunization.Reaction setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()Definition: Date of reaction to the immunization
-
getDetail
public ResourceReferenceDt getDetail()
Gets the value(s) for detail (). creating it if it does not exist. Will not returnnull.Definition: Details of the reaction
-
setDetail
public Immunization.Reaction setDetail(ResourceReferenceDt theValue)
Sets the value(s) for detail ()Definition: Details of the reaction
-
getReportedElement
public ca.uhn.fhir.model.primitive.BooleanDt getReportedElement()
Gets the value(s) for reported (). creating it if it does not exist. Will not returnnull.Definition: Self-reported indicator
-
getReported
public Boolean getReported()
Gets the value(s) for reported (). creating it if it does not exist. This method may returnnull.Definition: Self-reported indicator
-
setReported
public Immunization.Reaction setReported(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for reported ()Definition: Self-reported indicator
-
setReported
public Immunization.Reaction setReported(boolean theBoolean)
Sets the value for reported ()Definition: Self-reported indicator
-
-