| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model | |
| org.hl7.fhir.dstu2016may.utils |
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode.TypeDetails |
ExpressionNode.getOpTypes() |
ExpressionNode.TypeDetails |
ExpressionNode.getTypes() |
ExpressionNode.TypeDetails |
ExpressionNode.TypeDetails.toSingleton() |
ExpressionNode.TypeDetails |
ExpressionNode.TypeDetails.union(ExpressionNode.TypeDetails right) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionNode.setOpTypes(ExpressionNode.TypeDetails opTypes) |
void |
ExpressionNode.setTypes(ExpressionNode.TypeDetails types) |
ExpressionNode.TypeDetails |
ExpressionNode.TypeDetails.union(ExpressionNode.TypeDetails right) |
void |
ExpressionNode.TypeDetails.update(ExpressionNode.TypeDetails source) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode.TypeDetails |
FHIRPathEngine.check(Object appContext,
String resourceType,
String context,
ExpressionNode expr)
check that paths referred to in the ExpressionNode are valid
xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath
returns a list of the possible types that might be returned by executing the ExpressionNode against a particular context
|
ExpressionNode.TypeDetails |
FHIRPathEngine.check(Object appContext,
String resourceType,
String context,
String expr) |
ExpressionNode.TypeDetails |
FHIRPathEngine.IEvaluationContext.checkFunction(Object appContext,
String functionName,
List<ExpressionNode.TypeDetails> parameters)
Check the function parameters, and throw an error if they are incorrect, or return the type for the function
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode.TypeDetails |
FHIRPathEngine.IEvaluationContext.checkFunction(Object appContext,
String functionName,
List<ExpressionNode.TypeDetails> parameters)
Check the function parameters, and throw an error if they are incorrect, or return the type for the function
|
Copyright © 2014–2018 University Health Network. All rights reserved.