Uses of Class
ca.uhn.fhir.model.dstu2.resource.Provenance.AgentRelatedAgent
-
Packages that use Provenance.AgentRelatedAgent Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Provenance.AgentRelatedAgent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Provenance.AgentRelatedAgent Modifier and Type Method Description Provenance.AgentRelatedAgentProvenance.Agent. addRelatedAgent()Adds and returns a new value for relatedAgent ()Provenance.AgentRelatedAgentProvenance.Agent. getRelatedAgentFirstRep()Gets the first repetition for relatedAgent (), creating it if it does not already exist.Provenance.AgentRelatedAgentProvenance.AgentRelatedAgent. setTarget(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for target ()Provenance.AgentRelatedAgentProvenance.AgentRelatedAgent. setTarget(String theUri)Sets the value for target ()Provenance.AgentRelatedAgentProvenance.AgentRelatedAgent. setType(CodeableConceptDt theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Provenance.AgentRelatedAgent Modifier and Type Method Description List<Provenance.AgentRelatedAgent>Provenance.Agent. getRelatedAgent()Gets the value(s) for relatedAgent ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Provenance.AgentRelatedAgent Modifier and Type Method Description Provenance.AgentProvenance.Agent. addRelatedAgent(Provenance.AgentRelatedAgent theValue)Adds a given new value for relatedAgent ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Provenance.AgentRelatedAgent Modifier and Type Method Description Provenance.AgentProvenance.Agent. setRelatedAgent(List<Provenance.AgentRelatedAgent> theValue)Sets the value(s) for relatedAgent ()
-