commonMain.org.hisp.dhis.rules.models.RuleVariableAttribute.kt Maven / Gradle / Ivy
package org.hisp.dhis.rules.models
import kotlinx.datetime.LocalDate
import org.hisp.dhis.rules.engine.RuleVariableValue
import org.hisp.dhis.rules.utils.currentDate
data class RuleVariableAttribute(
override val name: String,
override val useCodeForOptionSet: Boolean,
override val options: List