All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.hisp.dhis.rules.models.RuleVariableNewestEvent.kt Maven / Gradle / Ivy

package org.hisp.dhis.rules.models

import org.hisp.dhis.rules.engine.RuleVariableValue
import org.hisp.dhis.rules.utils.getLastUpdateDate
import org.hisp.dhis.rules.utils.values

class RuleVariableNewestEvent(
    override val name: String,
    override val useCodeForOptionSet: Boolean,
    override val options: List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy