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.Education
Immunization.Education.Builder. build()
Build theImmunization.Education
Methods 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.Builder
Immunization.Builder. education(Immunization.Education... education)
Educational material presented to the patient (or guardian) at the time of vaccine administration.protected Immunization.Education.Builder
Immunization.Education.Builder. from(Immunization.Education education)
protected void
Immunization.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.Builder
Immunization.Builder. education(java.util.Collection<Immunization.Education> education)
Educational material presented to the patient (or guardian) at the time of vaccine administration.
-