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.PerformerProcedure.Performer.Builder. build()Build theProcedure.PerformerMethods 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.BuilderProcedure.Performer.Builder. from(Procedure.Performer performer)Procedure.BuilderProcedure.Builder. performer(Procedure.Performer... performer)Limited to "real" people rather than equipment.protected voidProcedure.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.BuilderProcedure.Builder. performer(java.util.Collection<Procedure.Performer> performer)Limited to "real" people rather than equipment.
-