
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance.Agent
Packages that use Provenance.Agent
-
Uses of Provenance.Agent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Provenance.AgentModifier and TypeMethodDescriptionProvenance.addAgent()
Adds and returns a new value for agent (who)Provenance.Agent.addRelatedAgent
(Provenance.AgentRelatedAgent theValue) Adds a given new value for relatedAgent ()Provenance.Entity.getAgent()
Gets the value(s) for agent ().Provenance.getAgentFirstRep()
Gets the first repetition for agent (who), creating it if it does not already exist.Provenance.Agent.setActor
(ResourceReferenceDt theValue) Sets the value(s) for actor (who.actor)Provenance.Agent.setRelatedAgent
(List<Provenance.AgentRelatedAgent> theValue) Sets the value(s) for relatedAgent ()Sets the value(s) for role ()Provenance.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.AgentMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Provenance.AgentModifier and TypeMethodDescriptionProvenance.addAgent
(Provenance.Agent theValue) Adds a given new value for agent (who)Provenance.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.AgentModifier and TypeMethodDescriptionProvenance.setAgent
(List<Provenance.Agent> theValue) Sets the value(s) for agent (who)