Uses of Class
org.linuxforhealth.fhir.model.resource.Immunization.Education
- 
Packages that use Immunization.Education Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Immunization.Education in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Immunization.Education Modifier and Type Method Description Immunization.EducationImmunization.Education.Builder. build()Build theImmunization.EducationMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Immunization.Education Modifier and Type Method Description java.util.List<Immunization.Education>Immunization. getEducation()Educational material presented to the patient (or guardian) at the time of vaccine administration.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Immunization.Education Modifier and Type Method Description Immunization.BuilderImmunization.Builder. education(Immunization.Education... education)Educational material presented to the patient (or guardian) at the time of vaccine administration.protected Immunization.Education.BuilderImmunization.Education.Builder. from(Immunization.Education education)protected voidImmunization.Education.Builder. validate(Immunization.Education education)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Immunization.Education Modifier and Type Method Description Immunization.BuilderImmunization.Builder. education(java.util.Collection<Immunization.Education> education)Educational material presented to the patient (or guardian) at the time of vaccine administration. 
 -