Uses of Class
com.ibm.fhir.model.resource.Immunization.Performer
-
Packages that use Immunization.Performer Package Description com.ibm.fhir.model.resource -
-
Uses of Immunization.Performer in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Immunization.Performer Modifier and Type Method Description Immunization.Performer
Immunization.Performer.Builder. build()
Build theImmunization.Performer
Methods in com.ibm.fhir.model.resource that return types with arguments of type Immunization.Performer Modifier and Type Method Description List<Immunization.Performer>
Immunization. getPerformer()
Indicates who performed the immunization event.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Immunization.Performer Modifier and Type Method Description Immunization.Builder
Immunization.Builder. performer(Collection<Immunization.Performer> performer)
Indicates who performed the immunization event.
-