Uses of Class
com.ibm.fhir.model.resource.Immunization.Education
-
Packages that use Immunization.Education Package Description com.ibm.fhir.model.resource -
-
Uses of Immunization.Education in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Immunization.Education Modifier and Type Method Description Immunization.Education
Immunization.Education.Builder. build()
Build theImmunization.Education
Methods in com.ibm.fhir.model.resource that return types with arguments of type Immunization.Education Modifier and Type Method Description List<Immunization.Education>
Immunization. getEducation()
Educational material presented to the patient (or guardian) at the time of vaccine administration.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Immunization.Education Modifier and Type Method Description Immunization.Builder
Immunization.Builder. education(Collection<Immunization.Education> education)
Educational material presented to the patient (or guardian) at the time of vaccine administration.
-