
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Actor
Packages that use Contract.Actor
-
Uses of Contract.Actor in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.ActorModifier and TypeMethodDescriptionContract.addActor()
Adds and returns a new value for actor ()Contract.Actor.addRole
(CodeableConceptDt theValue) Adds a given new value for role ()Contract.getActorFirstRep()
Gets the first repetition for actor (), creating it if it does not already exist.Contract.Actor.setEntity
(ResourceReferenceDt theValue) Sets the value(s) for entity ()Contract.Actor.setRole
(List<CodeableConceptDt> theValue) Sets the value(s) for role ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.ActorMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.ActorModifier and TypeMethodDescriptionContract.addActor
(Contract.Actor theValue) Adds a given new value for actor ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.ActorModifier and TypeMethodDescriptionContract.setActor
(List<Contract.Actor> theValue) Sets the value(s) for actor ()