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 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 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 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, StructureDefinition sd, String context, ExpressionNode expr) FHIRPathEngine.check(Object appContext, StructureDefinition sd, ExpressionNode expr) 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 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 resourceType, TypeDetails types, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings) TypeDetails.copy()static TypeDetailsTypeDetails.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 TypeMethodDescriptionvoidTypeDetails.addTypes(TypeDetails other) 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 resourceType, TypeDetails types, ExpressionNode expr, List<FHIRPathEngine.IssueMessage> warnings) booleanTypeDetails.contains(TypeDetails other) TypeDetails.intersect(TypeDetails right) booleanTypeDetails.matches(TypeDetails other) voidExpressionNode.setOpTypes(TypeDetails opTypes) voidExpressionNode.setTypes(TypeDetails types) TypeDetails.union(TypeDetails right) voidTypeDetails.update(TypeDetails source) Method parameters in org.hl7.fhir.r5.fhirpath with type arguments of type TypeDetailsModifier and TypeMethodDescriptionFHIRPathEngine.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.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 TypeMethodDescriptionvoidExpressionNode.setOpTypes(TypeDetails opTypes) Deprecated.voidExpressionNode.setTypes(TypeDetails types) Deprecated. -
Uses of TypeDetails in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return TypeDetailsModifier and TypeMethodDescriptionLiquidEngine.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.utils with parameters of type TypeDetailsModifier and TypeMethodDescriptionLiquidEngine.checkFunction(FHIRPathEngine engine, Object appContext, String functionName, TypeDetails focus, List<TypeDetails> parameters) Method parameters in org.hl7.fhir.r5.utils with type arguments of type TypeDetailsModifier and TypeMethodDescriptionLiquidEngine.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 TypeMethodDescriptionvoidVariablesForProfiling.add(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) voidVariablesForProfiling.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)