Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.TermActor
-
Uses of Contract.TermActor in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionContract.Term.addActor()
Adds and returns a new value for actor ()Contract.TermActor.addRole
(CodeableConceptDt theValue) Adds a given new value for role ()Contract.Term.getActorFirstRep()
Gets the first repetition for actor (), creating it if it does not already exist.Contract.TermActor.setEntity
(ResourceReferenceDt theValue) Sets the value(s) for entity ()Contract.TermActor.setRole
(List<CodeableConceptDt> theValue) Sets the value(s) for role ()Modifier and TypeMethodDescriptionContract.Term.addActor
(Contract.TermActor theValue) Adds a given new value for actor ()Modifier and TypeMethodDescriptionContract.Term.setActor
(List<Contract.TermActor> theValue) Sets the value(s) for actor ()