Uses of Class
org.hl7.fhir.r4.model.Immunization.ImmunizationReactionComponent
-
Packages that use Immunization.ImmunizationReactionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Immunization.ImmunizationReactionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Immunization.ImmunizationReactionComponent Modifier and Type Method Description protected Immunization.ImmunizationReactionComponentJsonParser. parseImmunizationImmunizationReactionComponent(com.google.gson.JsonObject json, Immunization owner)protected Immunization.ImmunizationReactionComponentXmlParser. parseImmunizationImmunizationReactionComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) -
Uses of Immunization.ImmunizationReactionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Immunization.ImmunizationReactionComponent Modifier and Type Field Description protected List<Immunization.ImmunizationReactionComponent>Immunization. reactionCategorical data indicating that an adverse event is associated in time to an immunization.Methods in org.hl7.fhir.r4.model that return types with arguments of type Immunization.ImmunizationReactionComponent Modifier and Type Method Description List<Immunization.ImmunizationReactionComponent>Immunization. getReaction()Methods in org.hl7.fhir.r4.model with parameters of type Immunization.ImmunizationReactionComponent Modifier and Type Method Description ImmunizationImmunization. addReaction(Immunization.ImmunizationReactionComponent t)voidImmunization.ImmunizationReactionComponent. copyValues(Immunization.ImmunizationReactionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Immunization.ImmunizationReactionComponent Modifier and Type Method Description ImmunizationImmunization. setReaction(List<Immunization.ImmunizationReactionComponent> theReaction)
-