Uses of Class
org.hl7.fhir.r5.model.Expression
Packages that use Expression
-
Uses of Expression in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExpressionModifier and TypeMethodDescriptionprotected ExpressionJsonParser.parseExpression(com.google.gson.JsonObject json) protected ExpressionXmlParser.parseExpression(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExpressionModifier and TypeMethodDescriptionprotected voidJsonParser.composeExpression(String name, Expression element) protected voidRdfParser.composeExpression(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Expression element, int index) protected voidXmlParser.composeExpression(String name, Expression element) protected voidXmlParser.composeExpressionElements(Expression element) protected voidJsonParser.composeExpressionProperties(Expression element) protected booleanXmlParser.parseExpressionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Expression res) protected voidJsonParser.parseExpressionProperties(com.google.gson.JsonObject json, Expression res) -
Uses of Expression in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ExpressionModifier and TypeFieldDescriptionprotected ExpressionTriggerDefinition.conditionA boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.protected ExpressionMeasure.MeasureGroupPopulationComponent.criteriaAn expression that specifies the criteria for the population, typically the name of an expression in a library.protected ExpressionMeasure.MeasureGroupStratifierComponent.criteriaAn expression that specifies the criteria for the stratifier.protected ExpressionMeasure.MeasureGroupStratifierComponentComponent.criteriaAn expression that specifies the criteria for this component of the stratifier.protected ExpressionMeasure.MeasureSupplementalDataComponent.criteriaThe criteria for the supplemental data.protected ExpressionActivityDefinition.ActivityDefinitionDynamicValueComponent.expressionAn expression specifying the value of the customized element.protected ExpressionConsent.ProvisionComponent.expressionA computable (FHIRPath or other) definition of what is controlled by this consent.protected ExpressionPlanDefinition.PlanDefinitionActionConditionComponent.expressionAn expression that returns true or false, indicating whether the condition is satisfied.protected ExpressionPlanDefinition.PlanDefinitionActionDynamicValueComponent.expressionAn expression specifying the value of the customized element.protected ExpressionRequestGroup.RequestGroupActionConditionComponent.expressionAn expression that returns true or false, indicating whether or not the condition is satisfied.Fields in org.hl7.fhir.r5.model with type parameters of type ExpressionModifier and TypeFieldDescriptionprotected List<Expression>Permission.dataScopeThis can be 1) the definition of data elements, or 2) a category or label) e.g.Methods in org.hl7.fhir.r5.model that return ExpressionModifier and TypeMethodDescriptionPermission.addDataScope()static ExpressionTypeConvertor.castToExpression(Base b) Expression.copy()TriggerDefinition.getCondition()Measure.MeasureGroupPopulationComponent.getCriteria()Measure.MeasureGroupStratifierComponent.getCriteria()Measure.MeasureGroupStratifierComponentComponent.getCriteria()Measure.MeasureSupplementalDataComponent.getCriteria()Permission.getDataScopeFirstRep()ElementDefinition.getDefaultValueExpression()EvidenceVariable.EvidenceVariableCharacteristicComponent.getDefinitionExpression()ActivityDefinition.ActivityDefinitionDynamicValueComponent.getExpression()Consent.ProvisionComponent.getExpression()PlanDefinition.PlanDefinitionActionConditionComponent.getExpression()PlanDefinition.PlanDefinitionActionDynamicValueComponent.getExpression()RequestGroup.RequestGroupActionConditionComponent.getExpression()ElementDefinition.getFixedExpression()ElementDefinition.getPatternExpression()ElementDefinition.ElementDefinitionExampleComponent.getValueExpression()Extension.getValueExpression()Parameters.ParametersParameterComponent.getValueExpression()Task.ParameterComponent.getValueExpression()Task.TaskOutputComponent.getValueExpression()Expression.setDescription(String value) Expression.setDescriptionElement(StringType value) Expression.setExpression(String value) Expression.setExpressionElement(StringType value) Expression.setLanguage(String value) Expression.setLanguageElement(CodeType value) Expression.setNameElement(IdType value) Expression.setReference(String value) Expression.setReferenceElement(UriType value) protected ExpressionExpression.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type ExpressionMethods in org.hl7.fhir.r5.model with parameters of type ExpressionModifier and TypeMethodDescriptionPermission.addDataScope(Expression t) voidExpression.copyValues(Expression dst) TriggerDefinition.setCondition(Expression value) Measure.MeasureGroupPopulationComponent.setCriteria(Expression value) Measure.MeasureGroupStratifierComponent.setCriteria(Expression value) Measure.MeasureGroupStratifierComponentComponent.setCriteria(Expression value) Measure.MeasureSupplementalDataComponent.setCriteria(Expression value) ActivityDefinition.ActivityDefinitionDynamicValueComponent.setExpression(Expression value) Consent.ProvisionComponent.setExpression(Expression value) PlanDefinition.PlanDefinitionActionConditionComponent.setExpression(Expression value) PlanDefinition.PlanDefinitionActionDynamicValueComponent.setExpression(Expression value) RequestGroup.RequestGroupActionConditionComponent.setExpression(Expression value) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExpressionConstructors in org.hl7.fhir.r5.model with parameters of type ExpressionModifierConstructorDescriptionActivityDefinitionDynamicValueComponent(String path, Expression expression) ConstructorMeasureGroupPopulationComponent(Expression criteria) ConstructorConstructorMeasureSupplementalDataComponent(Expression criteria) Constructor -
Uses of Expression in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ExpressionModifier and TypeMethodDescriptionprotected voidDataRenderer.renderExpression(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Expression expr)