
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Procedure.Performer
Packages that use Procedure.Performer
-
Uses of Procedure.Performer in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Procedure.PerformerModifier and TypeMethodDescriptionProcedure.addPerformer()
Adds and returns a new value for performer ()Procedure.getPerformerFirstRep()
Gets the first repetition for performer (), creating it if it does not already exist.Procedure.Performer.setActor
(ResourceReferenceDt theValue) Sets the value(s) for actor (who.actor)Procedure.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.PerformerMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Procedure.PerformerModifier and TypeMethodDescriptionProcedure.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.PerformerModifier and TypeMethodDescriptionProcedure.setPerformer
(List<Procedure.Performer> theValue) Sets the value(s) for performer ()