
Uses of Interface
ca.uhn.fhir.fhirpath.IFhirPath
-
Packages that use IFhirPath Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api -
-
Uses of IFhirPath in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return IFhirPath Modifier and Type Method Description IFhirPath
FhirContext. newFhirPath()
Creates a new FhirPath engine which can be used to evaluate path expressions over FHIR resources.IFhirPath
FhirContext. newFluentPath()
Deprecated.Deprecated in HAPI FHIR 5.0.0. -
Uses of IFhirPath in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return IFhirPath Modifier and Type Method Description IFhirPath
IFhirVersion. createFhirPathExecutor(FhirContext theFhirContext)
-