value

fun value(period: String, organisationUnit: String, dataElement: String, categoryOptionCombo: String, attributeOptionCombo: String, sourceDataSet: String): DataValueObjectRepository


fun value(period: String, organisationUnit: String, dataElement: String, categoryOptionCombo: String, attributeOptionCombo: String): DataValueObjectRepository

Deprecated

Use value(period, organisationUnit, dataElement, categoryOptionCombo, attributeOptionCombo, sourceDataSet) instead. DataSet is required for DHIS2 v43+.

Replace with

value(period, organisationUnit, dataElement, categoryOptionCombo, attributeOptionCombo, sourceDataSet)