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 Provenance
Provenance.Builder. build()
Build theProvenance
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Provenance Modifier and Type Method Description protected Provenance.Builder
Provenance.Builder. from(Provenance provenance)
protected void
Provenance.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Provenance provenance)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Provenance provenance)
-