Package org.hl7.fhir.r5.utils
Class FHIRPathEngine
java.lang.Object
org.hl7.fhir.r5.fhirpath.FHIRPathEngine
org.hl7.fhir.r5.utils.FHIRPathEngine
Deprecated.
This interface only exists to provide backward compatibility for the following two projects:
clinical-reasoning
clinical_quality-language
Due to a circular dependency, they cannot be updated without a release of HAPI, which requires backwards
compatibility with core version 6.1.2.2
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.fhirpath.FHIRPathEngine
FHIRPathEngine.ExpressionNodeWithOffset, FHIRPathEngine.ExtensionDefinition, FHIRPathEngine.IssueMessage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(Base base, ExpressionNode expressionNode) Deprecated.Deprecated.Parse a path for later use using executeMethods inherited from class org.hl7.fhir.r5.fhirpath.FHIRPathEngine
bytesToHex, check, check, check, check, check, check, checkOnTypes, checkOnTypes, convertToBoolean, convertToString, convertToString, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluateDefinition, evaluateToBoolean, evaluateToBoolean, evaluateToBoolean, evaluateToBoolean, evaluateToString, evaluateToString, forLog, getChildrenByName, getElementDefinition, getHostServices, getLocation, getProfileUtilities, getTerminologyServiceOptions, getWorker, hasLog, hexStringToByteArray, isAllowDoubleQuotes, isAllowPolymorphicNames, isDoImplicitStringConversion, isDoNotEnforceAsCaseSensitive, isDoNotEnforceAsSingletonRule, isEmitSQLonFHIRWarning, isLegacyMode, isLiquidMode, parse, parse, parsePartial, parseQuantityString, setAllowDoubleQuotes, setAllowPolymorphicNames, setDoImplicitStringConversion, setDoNotEnforceAsCaseSensitive, setDoNotEnforceAsSingletonRule, setEmitSQLonFHIRWarning, setHostServices, setLegacyMode, setLiquidMode, setLocation, takeLog
-
Constructor Details
-
FHIRPathEngine
Deprecated.
-
-
Method Details
-
parse
Deprecated.Description copied from class:FHIRPathEngine
Parse a path for later use using execute- Overrides:
parse
in classFHIRPathEngine
- Parameters:
string
-- Returns:
-
evaluate
Deprecated.
-