Uses of Class
org.linuxforhealth.fhir.model.resource.Provenance
-
Packages that use Provenance Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Provenance in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Provenance Modifier and Type Method Description ProvenanceProvenance.Builder. build()Build theProvenanceMethods in org.linuxforhealth.fhir.model.resource with parameters of type Provenance Modifier and Type Method Description protected Provenance.BuilderProvenance.Builder. from(Provenance provenance)protected voidProvenance.Builder. validate(Provenance provenance) -
Uses of Provenance in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Provenance Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Provenance provenance)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Provenance provenance)
-