Uses of Class
org.hl7.fhir.dstu2.model.Provenance
-
Uses of Provenance in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Provenance
JsonParser.parseProvenance
(com.google.gson.JsonObject json) protected Provenance
XmlParser.parseProvenance
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeProvenance
(String name, Provenance element) protected void
XmlParser.composeProvenance
(String name, Provenance element) protected void
JsonParser.composeProvenanceInner
(Provenance element) protected Provenance.ProvenanceAgentComponent
JsonParser.parseProvenanceProvenanceAgentComponent
(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceAgentComponent
XmlParser.parseProvenanceProvenanceAgentComponent
(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) JsonParser.parseProvenanceProvenanceAgentRelatedAgentComponent
(com.google.gson.JsonObject json, Provenance owner) XmlParser.parseProvenanceProvenanceAgentRelatedAgentComponent
(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) protected Provenance.ProvenanceEntityComponent
JsonParser.parseProvenanceProvenanceEntityComponent
(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceEntityComponent
XmlParser.parseProvenanceProvenanceEntityComponent
(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) -
Uses of Provenance in org.hl7.fhir.dstu2.model
Modifier and TypeMethodDescriptionProvenance.addAgent
(Provenance.ProvenanceAgentComponent t) Provenance.addEntity
(Provenance.ProvenanceEntityComponent t) Provenance.addReason
(CodeableConcept t) Provenance.addSignature
(Signature t) Provenance.copy()
Provenance.setActivity
(CodeableConcept value) Provenance.setLocation
(Reference value) Provenance.setLocationTarget
(Location value) Provenance.setRecorded
(Date value) Provenance.setRecordedElement
(InstantType value) protected Provenance
Provenance.typedCopy()