Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance.Agent
-
Packages that use Provenance.Agent Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Provenance.Agent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Provenance.Agent Modifier and Type Method Description Provenance.AgentProvenance. addAgent()Adds and returns a new value for agent (who)Provenance.AgentProvenance.Agent. addRelatedAgent(Provenance.AgentRelatedAgent theValue)Adds a given new value for relatedAgent ()Provenance.AgentProvenance.Entity. getAgent()Gets the value(s) for agent ().Provenance.AgentProvenance. getAgentFirstRep()Gets the first repetition for agent (who), creating it if it does not already exist.Provenance.AgentProvenance.Agent. setActor(ResourceReferenceDt theValue)Sets the value(s) for actor (who.actor)Provenance.AgentProvenance.Agent. setRelatedAgent(List<Provenance.AgentRelatedAgent> theValue)Sets the value(s) for relatedAgent ()Provenance.AgentProvenance.Agent. setRole(CodingDt theValue)Sets the value(s) for role ()Provenance.AgentProvenance.Agent. setUserId(IdentifierDt theValue)Sets the value(s) for userId (who.actor)Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Provenance.Agent Modifier and Type Method Description List<Provenance.Agent>Provenance. getAgent()Gets the value(s) for agent (who).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Provenance.Agent Modifier and Type Method Description ProvenanceProvenance. addAgent(Provenance.Agent theValue)Adds a given new value for agent (who)Provenance.EntityProvenance.Entity. setAgent(Provenance.Agent theValue)Sets the value(s) for agent ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Provenance.Agent Modifier and Type Method Description ProvenanceProvenance. setAgent(List<Provenance.Agent> theValue)Sets the value(s) for agent (who)
-