Uses of Class
org.hl7.fhir.r4.model.Immunization.ImmunizationEducationComponent
-
Packages that use Immunization.ImmunizationEducationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Immunization.ImmunizationEducationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Immunization.ImmunizationEducationComponent Modifier and Type Method Description protected Immunization.ImmunizationEducationComponentJsonParser. parseImmunizationImmunizationEducationComponent(com.google.gson.JsonObject json, Immunization owner)protected Immunization.ImmunizationEducationComponentXmlParser. parseImmunizationImmunizationEducationComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) -
Uses of Immunization.ImmunizationEducationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Immunization.ImmunizationEducationComponent Modifier and Type Field Description protected List<Immunization.ImmunizationEducationComponent>Immunization. educationEducational material presented to the patient (or guardian) at the time of vaccine administration.Methods in org.hl7.fhir.r4.model that return types with arguments of type Immunization.ImmunizationEducationComponent Modifier and Type Method Description List<Immunization.ImmunizationEducationComponent>Immunization. getEducation()Methods in org.hl7.fhir.r4.model with parameters of type Immunization.ImmunizationEducationComponent Modifier and Type Method Description ImmunizationImmunization. addEducation(Immunization.ImmunizationEducationComponent t)voidImmunization.ImmunizationEducationComponent. copyValues(Immunization.ImmunizationEducationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Immunization.ImmunizationEducationComponent Modifier and Type Method Description ImmunizationImmunization. setEducation(List<Immunization.ImmunizationEducationComponent> theEducation)
-