Uses of Class
com.ibm.fhir.model.type.Expression
-
Packages that use Expression Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Expression in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Expression Modifier and Type Method Description ExpressionMeasure.Group.Population. getCriteria()An expression that specifies the criteria for the population, typically the name of an expression in a library.ExpressionMeasure.Group.Stratifier.Component. getCriteria()An expression that specifies the criteria for this component of the stratifier.ExpressionMeasure.Group.Stratifier. getCriteria()An expression that specifies the criteria for the stratifier.ExpressionMeasure.SupplementalData. getCriteria()The criteria for the supplemental data.ExpressionActivityDefinition.DynamicValue. getExpression()An expression specifying the value of the customized element.ExpressionPlanDefinition.Action.Condition. getExpression()An expression that returns true or false, indicating whether the condition is satisfied.ExpressionPlanDefinition.Action.DynamicValue. getExpression()An expression specifying the value of the customized element.ExpressionRequestGroup.Action.Condition. getExpression()An expression that returns true or false, indicating whether or not the condition is satisfied.Methods in com.ibm.fhir.model.resource with parameters of type Expression Modifier and Type Method Description Measure.Group.Population.BuilderMeasure.Group.Population.Builder. criteria(Expression criteria)An expression that specifies the criteria for the population, typically the name of an expression in a library.Measure.Group.Stratifier.BuilderMeasure.Group.Stratifier.Builder. criteria(Expression criteria)An expression that specifies the criteria for the stratifier.Measure.Group.Stratifier.Component.BuilderMeasure.Group.Stratifier.Component.Builder. criteria(Expression criteria)An expression that specifies the criteria for this component of the stratifier.Measure.SupplementalData.BuilderMeasure.SupplementalData.Builder. criteria(Expression criteria)The criteria for the supplemental data.ActivityDefinition.DynamicValue.BuilderActivityDefinition.DynamicValue.Builder. expression(Expression expression)An expression specifying the value of the customized element.PlanDefinition.Action.Condition.BuilderPlanDefinition.Action.Condition.Builder. expression(Expression expression)An expression that returns true or false, indicating whether the condition is satisfied.PlanDefinition.Action.DynamicValue.BuilderPlanDefinition.Action.DynamicValue.Builder. expression(Expression expression)An expression specifying the value of the customized element.RequestGroup.Action.Condition.BuilderRequestGroup.Action.Condition.Builder. expression(Expression expression)An expression that returns true or false, indicating whether or not the condition is satisfied. -
Uses of Expression in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Expression Modifier and Type Method Description ExpressionExpression.Builder. build()Build theExpressionExpressionTriggerDefinition. getCondition()A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.Methods in com.ibm.fhir.model.type with parameters of type Expression Modifier and Type Method Description TriggerDefinition.BuilderTriggerDefinition.Builder. condition(Expression condition)A 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 Expression.BuilderExpression.Builder. from(Expression expression) -
Uses of Expression in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Expression Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Expression expression)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Expression expression)
-