Uses of Class
org.hl7.fhir.dstu2.model.Provenance.ProvenanceAgentComponent
-
Uses of Provenance.ProvenanceAgentComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Provenance.ProvenanceAgentComponent
JsonParser.parseProvenanceProvenanceAgentComponent
(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceAgentComponent
XmlParser.parseProvenanceProvenanceAgentComponent
(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeProvenanceProvenanceAgentComponent
(String name, Provenance.ProvenanceAgentComponent element) protected void
XmlParser.composeProvenanceProvenanceAgentComponent
(String name, Provenance.ProvenanceAgentComponent element) protected void
JsonParser.composeProvenanceProvenanceAgentComponentInner
(Provenance.ProvenanceAgentComponent element) -
Uses of Provenance.ProvenanceAgentComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Provenance.ProvenanceAgentComponent
Provenance.ProvenanceEntityComponent.agent
The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents.Modifier and TypeFieldDescriptionprotected List
<Provenance.ProvenanceAgentComponent> Provenance.agent
An agent takes a role in an activity such that the agent can be assigned some degree of responsibility for the activity taking place.Modifier and TypeMethodDescriptionProvenance.addAgent()
Provenance.ProvenanceAgentComponent.addRelatedAgent
(Provenance.ProvenanceAgentRelatedAgentComponent t) Provenance.ProvenanceAgentComponent.copy()
Provenance.ProvenanceEntityComponent.getAgent()
Provenance.ProvenanceAgentComponent.setActorTarget
(Resource value) Provenance.ProvenanceAgentComponent.setUserId
(Identifier value) Modifier and TypeMethodDescriptionProvenance.addAgent
(Provenance.ProvenanceAgentComponent t) Provenance.ProvenanceEntityComponent.setAgent
(Provenance.ProvenanceAgentComponent value)