Uses of Class
org.linuxforhealth.fhir.model.resource.Procedure.Performer
-
Packages that use Procedure.Performer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Procedure.Performer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Procedure.Performer Modifier and Type Method Description Procedure.Performer
Procedure.Performer.Builder. build()
Build theProcedure.Performer
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Procedure.Performer Modifier and Type Method Description java.util.List<Procedure.Performer>
Procedure. getPerformer()
Limited to "real" people rather than equipment.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Procedure.Performer Modifier and Type Method Description protected Procedure.Performer.Builder
Procedure.Performer.Builder. from(Procedure.Performer performer)
Procedure.Builder
Procedure.Builder. performer(Procedure.Performer... performer)
Limited to "real" people rather than equipment.protected void
Procedure.Performer.Builder. validate(Procedure.Performer performer)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Procedure.Performer Modifier and Type Method Description Procedure.Builder
Procedure.Builder. performer(java.util.Collection<Procedure.Performer> performer)
Limited to "real" people rather than equipment.
-