commonMain.org.hisp.dhis.rules.models.RuleVariable.kt Maven / Gradle / Ivy
package org.hisp.dhis.rules.models
import org.hisp.dhis.rules.engine.RuleVariableValue
interface RuleVariable {
val name: String
val useCodeForOptionSet: Boolean
val options: List