
Uses of Class
org.hl7.fhir.r5.fhirpath.TypeDetails
Packages that use TypeDetails
Package
Description
-
Uses of TypeDetails in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return TypeDetailsModifier and TypeMethodDescriptionComparisonRenderer.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) ComparisonRenderer.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Methods in org.hl7.fhir.r5.comparison with parameters of type TypeDetailsModifier and TypeMethodDescriptionComparisonRenderer.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r5.comparison with type arguments of type TypeDetailsModifier and TypeMethodDescriptionComparisonRenderer.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) -
Uses of TypeDetails in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel with parameters of type TypeDetailsModifier and TypeMethodDescriptionProperty.getChild
(String name, TypeDetails type) Property.getChildProperties
(TypeDetails type) -
Uses of TypeDetails in org.hl7.fhir.r5.fhirpath
Methods in org.hl7.fhir.r5.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.r5.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.r5.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.r5.liquid
Methods in org.hl7.fhir.r5.liquid that return TypeDetailsModifier and TypeMethodDescriptionBaseTableWrapper.TableColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) BaseTableWrapper.TableDateColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) GlobalObject.GlobalObjectRandomFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) LiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) LiquidEngine.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Methods in org.hl7.fhir.r5.liquid with parameters of type TypeDetailsModifier and TypeMethodDescriptionBaseTableWrapper.TableColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) BaseTableWrapper.TableDateColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) GlobalObject.GlobalObjectRandomFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) LiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r5.liquid with type arguments of type TypeDetailsModifier and TypeMethodDescriptionBaseTableWrapper.TableColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) BaseTableWrapper.TableDateColumnFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) GlobalObject.GlobalObjectRandomFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) LiquidEngine.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) -
Uses of TypeDetails in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return TypeDetailsModifier and TypeMethodDescriptionExpressionNode.getOpTypes()
Deprecated.ExpressionNode.getTypes()
Deprecated.Methods in org.hl7.fhir.r5.model with parameters of type TypeDetailsModifier and TypeMethodDescriptionvoid
ExpressionNode.setOpTypes
(TypeDetails opTypes) Deprecated.void
ExpressionNode.setTypes
(TypeDetails types) Deprecated. -
Uses of TypeDetails in org.hl7.fhir.r5.testfactory
Methods in org.hl7.fhir.r5.testfactory that return TypeDetailsModifier and TypeMethodDescriptionTestDataFactory.CellLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataFactory.TableLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) TestDataHostServices.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Methods in org.hl7.fhir.r5.testfactory with parameters of type TypeDetailsModifier and TypeMethodDescriptionTestDataFactory.CellLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataFactory.TableLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r5.testfactory with type arguments of type TypeDetailsModifier and TypeMethodDescriptionTestDataFactory.CellLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataFactory.TableLookupFunction.check
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) TestDataHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) -
Uses of TypeDetails in org.hl7.fhir.r5.utils.sql
Methods in org.hl7.fhir.r5.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.r5.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.r5.utils.sql with type arguments of type TypeDetailsModifier and TypeMethodDescriptionRunner.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) -
Uses of TypeDetails in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return TypeDetailsModifier and TypeMethodDescriptionFHIRPathHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) PropertyWithType.getTypes()
FHIRPathHostServices.resolveConstantType
(FHIRPathEngine engine, Object appContext, String name, boolean explicitConstant) Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type TypeDetailsModifier and TypeMethodDescriptionvoid
VariablesForProfiling.add
(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) void
VariablesForProfiling.add
(VariableMode mode, String name, String path, Property property, TypeDetails types) FHIRPathHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r5.utils.structuremap with type arguments of type TypeDetailsModifier and TypeMethodDescriptionFHIRPathHostServices.checkFunction
(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type TypeDetailsModifierConstructorDescriptionPropertyWithType
(String path, Property baseProperty, Property profileProperty, TypeDetails types)