Uses of Class
org.hl7.fhir.r4b.model.Provenance
-
Packages that use Provenance Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.renderers -
-
Uses of Provenance in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Provenance Modifier and Type Method Description protected ProvenanceJsonParser. parseProvenance(com.google.gson.JsonObject json)protected ProvenanceXmlParser. parseProvenance(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Provenance Modifier and Type Method Description protected voidJsonParser. composeProvenance(String name, Provenance element)protected voidRdfParser. composeProvenance(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Provenance element, int index)protected voidXmlParser. composeProvenance(String name, Provenance element)protected voidXmlParser. composeProvenanceElements(Provenance element)protected voidJsonParser. composeProvenanceProperties(Provenance element)protected booleanXmlParser. parseProvenanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance res)protected voidJsonParser. parseProvenanceProperties(com.google.gson.JsonObject json, Provenance res) -
Uses of Provenance in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type Provenance Modifier and Type Method Description voidProvenance. copyValues(Provenance dst) -
Uses of Provenance in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type Provenance Modifier and Type Method Description StringProvenanceRenderer. display(Provenance prv)booleanProvenanceRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Provenance prv)
-