Uses of Class
org.hl7.fhir.dstu2016may.model.Immunization.ImmunizationReactionComponent
-
Packages that use Immunization.ImmunizationReactionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Immunization.ImmunizationReactionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Immunization.ImmunizationReactionComponent Modifier and Type Method Description protected voidJsonParser. composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element)protected voidRdfParser. composeImmunizationImmunizationReactionComponent(RdfGenerator.Complex parent, String parentType, String name, Immunization.ImmunizationReactionComponent element, int index)protected voidXmlParser. composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element)protected voidJsonParser. composeImmunizationImmunizationReactionComponentInner(Immunization.ImmunizationReactionComponent element) -
Uses of Immunization.ImmunizationReactionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type Immunization.ImmunizationReactionComponent Modifier and Type Method Description ImmunizationImmunization. addReaction(Immunization.ImmunizationReactionComponent t)
-