Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationAdministration.Performer
-
Packages that use MedicationAdministration.Performer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationAdministration.Performer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationAdministration.Performer Modifier and Type Method Description MedicationAdministration.Performer
MedicationAdministration.Performer.Builder. build()
Build theMedicationAdministration.Performer
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MedicationAdministration.Performer Modifier and Type Method Description java.util.List<MedicationAdministration.Performer>
MedicationAdministration. getPerformer()
Indicates who or what performed the medication administration and how they were involved.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MedicationAdministration.Performer Modifier and Type Method Description protected MedicationAdministration.Performer.Builder
MedicationAdministration.Performer.Builder. from(MedicationAdministration.Performer performer)
MedicationAdministration.Builder
MedicationAdministration.Builder. performer(MedicationAdministration.Performer... performer)
Indicates who or what performed the medication administration and how they were involved.protected void
MedicationAdministration.Performer.Builder. validate(MedicationAdministration.Performer performer)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MedicationAdministration.Performer Modifier and Type Method Description MedicationAdministration.Builder
MedicationAdministration.Builder. performer(java.util.Collection<MedicationAdministration.Performer> performer)
Indicates who or what performed the medication administration and how they were involved.
-