Uses of Class
ca.uhn.fhir.model.dstu2.resource.Procedure.Performer
-
Packages that use Procedure.Performer Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Procedure.Performer in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Procedure.Performer Modifier and Type Method Description Procedure.PerformerProcedure. addPerformer()Adds and returns a new value for performer ()Procedure.PerformerProcedure. getPerformerFirstRep()Gets the first repetition for performer (), creating it if it does not already exist.Procedure.PerformerProcedure.Performer. setActor(ResourceReferenceDt theValue)Sets the value(s) for actor (who.actor)Procedure.PerformerProcedure.Performer. setRole(CodeableConceptDt theValue)Sets the value(s) for role ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Procedure.Performer Modifier and Type Method Description List<Procedure.Performer>Procedure. getPerformer()Gets the value(s) for performer ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Procedure.Performer Modifier and Type Method Description ProcedureProcedure. addPerformer(Procedure.Performer theValue)Adds a given new value for performer ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Procedure.Performer Modifier and Type Method Description ProcedureProcedure. setPerformer(List<Procedure.Performer> theValue)Sets the value(s) for performer ()
-