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

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

package org.hisp.dhis.rules.models

import kotlin.js.JsExport

@JsExport
enum class RuleEventStatus {
    ACTIVE,
    COMPLETED,
    SCHEDULE,
    SKIPPED,
    VISITED,
    OVERDUE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy