Uses of Class
org.hl7.fhir.r4.fhirpath.FHIRPathEngine
-
Packages that use FHIRPathEngine Package Description org.hl7.fhir.r4.fhirpath org.hl7.fhir.r4.utils -
-
Uses of FHIRPathEngine in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath with parameters of type FHIRPathEngine Modifier and Type Method Description TypeDetailsFHIRPathEngine.IEvaluationContext. checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters)Check the function parameters, and throw an error if they are incorrect, or return the type for the functionbooleanFHIRPathEngine.IEvaluationContext. conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url)List<Base>FHIRPathEngine.IEvaluationContext. executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters)List<Base>FHIRPathEngine.IEvaluationContext. resolveConstant(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant)A constant reference - e.g.TypeDetailsFHIRPathEngine.IEvaluationContext. resolveConstantType(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant)FHIRPathUtilityClasses.FunctionDetailsFHIRPathEngine.IEvaluationContext. resolveFunction(FHIRPathEngine engine, String functionName)BaseFHIRPathEngine.IEvaluationContext. resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext)Implementation of resolve() function.ValueSetFHIRPathEngine.IEvaluationContext. resolveValueSet(FHIRPathEngine engine, Object appContext, String url) -
Uses of FHIRPathEngine in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type FHIRPathEngine Modifier and Type Method Description TypeDetailsLiquidEngine. checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters)booleanLiquidEngine. conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url)List<Base>LiquidEngine. executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters)List<Base>LiquidEngine. resolveConstant(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant)TypeDetailsLiquidEngine. resolveConstantType(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant)FHIRPathUtilityClasses.FunctionDetailsLiquidEngine. resolveFunction(FHIRPathEngine engine, String functionName)BaseLiquidEngine. resolveReference(FHIRPathEngine engine, Object appContext, String url, Base base)ValueSetLiquidEngine. resolveValueSet(FHIRPathEngine engine, Object appContext, String url)
-