
Uses of Class
org.hl7.fhir.dstu2.model.ExpressionNode.TypeDetails
Packages that use ExpressionNode.TypeDetails
-
Uses of ExpressionNode.TypeDetails in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return ExpressionNode.TypeDetailsModifier and TypeMethodDescriptionExpressionNode.getOpTypes()ExpressionNode.getTypes()ExpressionNode.TypeDetails.toSingleton()ExpressionNode.TypeDetails.union(ExpressionNode.TypeDetails right) Methods in org.hl7.fhir.dstu2.model with parameters of type ExpressionNode.TypeDetailsModifier and TypeMethodDescriptionvoidExpressionNode.setOpTypes(ExpressionNode.TypeDetails opTypes) voidExpressionNode.setTypes(ExpressionNode.TypeDetails types) ExpressionNode.TypeDetails.union(ExpressionNode.TypeDetails right) voidExpressionNode.TypeDetails.update(ExpressionNode.TypeDetails source) -
Uses of ExpressionNode.TypeDetails in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ExpressionNode.TypeDetailsModifier and TypeMethodDescriptionFHIRPathEngine.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 contextIHostApplicationServices.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 functionIHostApplicationServices.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.Method parameters in org.hl7.fhir.dstu2.utils with type arguments of type ExpressionNode.TypeDetailsModifier and TypeMethodDescriptionIHostApplicationServices.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