Uses of Class
org.linuxforhealth.fhir.model.resource.Immunization.Performer
-
Packages that use Immunization.Performer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Immunization.Performer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Immunization.Performer Modifier and Type Method Description Immunization.Performer
Immunization.Performer.Builder. build()
Build theImmunization.Performer
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Immunization.Performer Modifier and Type Method Description java.util.List<Immunization.Performer>
Immunization. getPerformer()
Indicates who performed the immunization event.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Immunization.Performer Modifier and Type Method Description protected Immunization.Performer.Builder
Immunization.Performer.Builder. from(Immunization.Performer performer)
Immunization.Builder
Immunization.Builder. performer(Immunization.Performer... performer)
Indicates who performed the immunization event.protected void
Immunization.Performer.Builder. validate(Immunization.Performer performer)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Immunization.Performer Modifier and Type Method Description Immunization.Builder
Immunization.Builder. performer(java.util.Collection<Immunization.Performer> performer)
Indicates who performed the immunization event.
-