
Uses of Class
org.hl7.fhir.dstu3.model.TypeDetails
Packages that use TypeDetails
Package
Description
-
Uses of TypeDetails in org.hl7.fhir.dstu3.elementmodel
Methods in org.hl7.fhir.dstu3.elementmodel with parameters of type TypeDetailsModifier and TypeMethodDescriptionProperty.getChild
(String name, TypeDetails type) Property.getChildProperties
(TypeDetails type) -
Uses of TypeDetails in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return TypeDetailsModifier and TypeMethodDescriptionExpressionNode.getOpTypes()
ExpressionNode.getTypes()
TypeDetails.toSingleton()
TypeDetails.union
(TypeDetails right) Methods in org.hl7.fhir.dstu3.model with parameters of type TypeDetailsModifier and TypeMethodDescriptionvoid
ExpressionNode.setOpTypes
(TypeDetails opTypes) void
ExpressionNode.setTypes
(TypeDetails types) TypeDetails.union
(TypeDetails right) void
TypeDetails.update
(TypeDetails source) -
Uses of TypeDetails in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils 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, StructureDefinition sd, String context, ExpressionNode expr) FHIRPathEngine.check
(Object appContext, StructureDefinition sd, ExpressionNode expr) FHIRPathEngine.IEvaluationContext.checkFunction
(Object appContext, String functionName, List<TypeDetails> parameters) Check the function parameters, and throw an error if they are incorrect, or return the type for the functionStructureMapUtilities.PropertyWithType.getTypes()
FHIRPathEngine.IEvaluationContext.resolveConstantType
(Object appContext, String name) Methods in org.hl7.fhir.dstu3.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) Method parameters in org.hl7.fhir.dstu3.utils with type arguments of type TypeDetailsModifier and TypeMethodDescriptionFHIRPathEngine.IEvaluationContext.checkFunction
(Object appContext, String functionName, List<TypeDetails> parameters) Check the function parameters, and throw an error if they are incorrect, or return the type for the functionConstructors in org.hl7.fhir.dstu3.utils with parameters of type TypeDetailsModifierConstructorDescriptionPropertyWithType
(String path, Property baseProperty, Property profileProperty, TypeDetails types)