Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Actor
-
Uses of Contract.Actor in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionContract.addActor
(Contract.Actor theValue) Adds a given new value for actor ()Modifier and TypeMethodDescriptionContract.setActor
(List<Contract.Actor> theValue) Sets the value(s) for actor ()