Uses of Class
org.hl7.fhir.r4.model.Provenance.ProvenanceAgentComponent
-
Packages that use Provenance.ProvenanceAgentComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Provenance.ProvenanceAgentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Provenance.ProvenanceAgentComponent Modifier and Type Method Description protected Provenance.ProvenanceAgentComponentJsonParser. parseProvenanceProvenanceAgentComponent(com.google.gson.JsonObject json, Provenance owner)protected Provenance.ProvenanceAgentComponentXmlParser. parseProvenanceProvenanceAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) -
Uses of Provenance.ProvenanceAgentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Provenance.ProvenanceAgentComponent Modifier and Type Field Description protected List<Provenance.ProvenanceAgentComponent>Provenance. agentAn actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.protected List<Provenance.ProvenanceAgentComponent>Provenance.ProvenanceEntityComponent. agentThe entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents.Methods in org.hl7.fhir.r4.model that return types with arguments of type Provenance.ProvenanceAgentComponent Modifier and Type Method Description List<Provenance.ProvenanceAgentComponent>Provenance. getAgent()List<Provenance.ProvenanceAgentComponent>Provenance.ProvenanceEntityComponent. getAgent()Methods in org.hl7.fhir.r4.model with parameters of type Provenance.ProvenanceAgentComponent Modifier and Type Method Description ProvenanceProvenance. addAgent(Provenance.ProvenanceAgentComponent t)Provenance.ProvenanceEntityComponentProvenance.ProvenanceEntityComponent. addAgent(Provenance.ProvenanceAgentComponent t)voidProvenance.ProvenanceAgentComponent. copyValues(Provenance.ProvenanceAgentComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Provenance.ProvenanceAgentComponent Modifier and Type Method Description Provenance.ProvenanceEntityComponentProvenance.ProvenanceEntityComponent. setAgent(List<Provenance.ProvenanceAgentComponent> theAgent)ProvenanceProvenance. setAgent(List<Provenance.ProvenanceAgentComponent> theAgent)
-