
Uses of Class
org.hl7.fhir.dstu3.fhirpath.FHIRPathEngine
Packages that use FHIRPathEngine
-
Uses of FHIRPathEngine in org.hl7.fhir.dstu3.fhirpath
Methods in org.hl7.fhir.dstu3.fhirpath with parameters of type FHIRPathEngineModifier and TypeMethodDescriptionabstract TypeDetailsFHIRPathFunctionDefinition.check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) IHostApplicationServices.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 functionbooleanIHostApplicationServices.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) FHIRPathFunctionDefinition.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) IHostApplicationServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) IHostApplicationServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) A constant reference - e.g. a reference to a name that must be resolved in context.IHostApplicationServices.resolveConstantType(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Compile time support for a constant reference - e.g. a reference to a name that must be resolved in context.IHostApplicationServices.resolveFunction(FHIRPathEngine engine, String functionName) IHostApplicationServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.IHostApplicationServices.resolveValueSet(FHIRPathEngine engine, Object appContext, String url)