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

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

package org.hisp.dhis.rules.models

import kotlinx.datetime.Instant

data class RuleDataValue(
    val eventDate: Instant,
    val programStage: String,
    val dataElement: String,
    val value: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy