Template Total Aggregation Computation
data class TemplateTotalAggregationComputation(val computationId: String, val name: String? = null, val value: TemplateMeasureField? = null)
Constructors
Link copied to clipboard
fun TemplateTotalAggregationComputation(computationId: String, name: String? = null, value: TemplateMeasureField? = null)