Uses of Class
com.ibm.fhir.path.evaluator.FHIRPathEvaluator.EvaluationContext
- 
Packages that use FHIRPathEvaluator.EvaluationContext Package Description com.ibm.fhir.path.evaluator com.ibm.fhir.path.function com.ibm.fhir.validation  - 
- 
Uses of FHIRPathEvaluator.EvaluationContext in com.ibm.fhir.path.evaluator
Methods in com.ibm.fhir.path.evaluator that return FHIRPathEvaluator.EvaluationContext Modifier and Type Method Description FHIRPathEvaluator.EvaluationContextFHIRPathEvaluator. getEvaluationContext()Get the EvaluationContext associated with this FHIRPathEvaluatorMethods in com.ibm.fhir.path.evaluator with parameters of type FHIRPathEvaluator.EvaluationContext Modifier and Type Method Description Collection<FHIRPathNode>FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr)Evaluate a FHIRPath expression using an existing evaluation contextCollection<FHIRPathNode>FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr, FHIRPathNode node)Evaluate a FHIRPath expression using an existing evaluation context against a FHIRPath nodeCollection<FHIRPathNode>FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr, Collection<FHIRPathNode> initialContext)Evaluate a FHIRPathExpression using an existing EvaluationContext against a collection of FHIRPath nodes - 
Uses of FHIRPathEvaluator.EvaluationContext in com.ibm.fhir.path.function
 - 
Uses of FHIRPathEvaluator.EvaluationContext in com.ibm.fhir.validation
Methods in com.ibm.fhir.validation with parameters of type FHIRPathEvaluator.EvaluationContext Modifier and Type Method Description List<OperationOutcome.Issue>FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, boolean includeResourceAssertedProfiles, String... profiles)Validate a resource, using anFHIRPathEvaluator.EvaluationContext, against constraints in the base specification and resource-asserted profile references and/or specific profile references.List<OperationOutcome.Issue>FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, String... profiles)Validate a resource, using anFHIRPathEvaluator.EvaluationContext, against constraints in the base specification and resource-asserted profile references or specific profile references but not both. 
 -