
Uses of Class
org.hl7.fhir.r4.fhirpath.TypeDetails
Packages that use TypeDetails
Package
Description
-
Uses of TypeDetails in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel with parameters of type TypeDetailsModifier and TypeMethodDescriptionProperty.getChild
(String name, TypeDetails type) Deprecated.Property.getChildProperties
(TypeDetails type) Deprecated. -
Uses of TypeDetails in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return TypeDetailsModifier and TypeMethodDescriptionFHIRPathEngine.check
(Object appContext, String rootResourceType, String resourceType, String context, String expr) FHIRPathEngine.check
(Object appContext, String rootResourceType, 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 contextFHIRPathEngine.check
(Object appContext, String rootResourceType, String resourceType, String context, ExpressionNode expr, Set<ElementDefinition> elementDependencies) 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 contextFHIRPathEngine.check
(Object appContext, String rootResourceType, String resourceType, List<String> resourceTypes, ExpressionNode expr, Set<ElementDefinition> elementDependencies) 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 contextFHIRPathEngine.check
(Object appContext, String rootResourceType, StructureDefinition sd, String context, ExpressionNode expr) FHIRPathEngine.check
(Object appContext, String rootResourceType, StructureDefinition sd, ExpressionNode expr) abstract TypeDetails
FHIRPathEngine.IEvaluationContext.FunctionDefinition.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) FHIRPathEngine.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 functionFHIRPathEngine.checkOnTypes
(Object appContext, String rootResourceType, String resourceType, List<String> typeList, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings) 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 contextFHIRPathEngine.checkOnTypes
(Object appContext, String rootResourceType, String resourceType, TypeDetails types, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings) FHIRPathEngine.checkOnTypes
(Object appContext, String rootResourceType, String resourceType, TypeDetails types, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings, boolean canBeNone) TypeDetails.copy()
static TypeDetails
TypeDetails.empty()
ExpressionNode.getOpTypes()
ExpressionNode.getTypes()
TypeDetails.intersect
(TypeDetails right) FHIRPathEngine.IEvaluationContext.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) TypeDetails.toOrdered()
TypeDetails.toSingleton()
TypeDetails.toUnordered()
TypeDetails.union
(TypeDetails right) Methods in org.hl7.fhir.r4.fhirpath with parameters of type TypeDetailsModifier and TypeMethodDescriptionvoid
TypeDetails.addTypes
(TypeDetails other) abstract TypeDetails
FHIRPathEngine.IEvaluationContext.FunctionDefinition.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) FHIRPathEngine.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 functionFHIRPathEngine.checkOnTypes
(Object appContext, String rootResourceType, String resourceType, TypeDetails types, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings) FHIRPathEngine.checkOnTypes
(Object appContext, String rootResourceType, String resourceType, TypeDetails types, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings, boolean canBeNone) boolean
TypeDetails.contains
(TypeDetails other) TypeDetails.intersect
(TypeDetails right) boolean
TypeDetails.matches
(TypeDetails other) void
ExpressionNode.setOpTypes
(TypeDetails opTypes) void
ExpressionNode.setTypes
(TypeDetails types) TypeDetails.union
(TypeDetails right) void
TypeDetails.update
(TypeDetails source) Method parameters in org.hl7.fhir.r4.fhirpath with type arguments of type TypeDetailsModifier and TypeMethodDescriptionabstract TypeDetails
FHIRPathEngine.IEvaluationContext.FunctionDefinition.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) FHIRPathEngine.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 function -
Uses of TypeDetails in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return TypeDetailsModifier and TypeMethodDescriptionLiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) StructureMapUtilities.PropertyWithType.getTypes()
LiquidEngine.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Methods in org.hl7.fhir.r4.utils with parameters of type TypeDetailsModifier and TypeMethodDescriptionvoid
StructureMapUtilities.VariablesForProfiling.add
(StructureMapUtilities.VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) void
StructureMapUtilities.VariablesForProfiling.add
(StructureMapUtilities.VariableMode mode, String name, String path, Property property, TypeDetails types) LiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r4.utils with type arguments of type TypeDetailsModifier and TypeMethodDescriptionLiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Constructors in org.hl7.fhir.r4.utils with parameters of type TypeDetailsModifierConstructorDescriptionPropertyWithType
(String path, Property baseProperty, Property profileProperty, TypeDetails types) -
Uses of TypeDetails in org.hl7.fhir.r4.utils.sql
Methods in org.hl7.fhir.r4.utils.sql that return TypeDetailsModifier and TypeMethodDescriptionRunner.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Runner.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Methods in org.hl7.fhir.r4.utils.sql with parameters of type TypeDetailsModifier and TypeMethodDescriptionRunner.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r4.utils.sql with type arguments of type TypeDetailsModifier and TypeMethodDescriptionRunner.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters)