
Uses of Class
ca.uhn.fhir.model.dstu2.resource.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.AgentRelatedAgent
Provenance.Agent. addRelatedAgent()
Adds and returns a new value for relatedAgent ()Provenance.AgentRelatedAgent
Provenance.Agent. getRelatedAgentFirstRep()
Gets the first repetition for relatedAgent (), creating it if it does not already exist.Provenance.AgentRelatedAgent
Provenance.AgentRelatedAgent. setTarget(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for target ()Provenance.AgentRelatedAgent
Provenance.AgentRelatedAgent. setTarget(String theUri)
Sets the value for target ()Provenance.AgentRelatedAgent
Provenance.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.Agent
Provenance.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.Agent
Provenance.Agent. setRelatedAgent(List<Provenance.AgentRelatedAgent> theValue)
Sets the value(s) for relatedAgent ()