class Dhis2::Api::Version224::DataElement
Constants
- Schema
Public Class Methods
creation_defaults(args)
click to toggle source
# File lib/dhis2/api/version224/data_element.rb, line 32 def self.creation_defaults(args) { aggregation_type: "SUM", code: args[:short_name], domain_type: "AGGREGATE", type: "int", value_type: "NUMBER", zero_is_significant: true } end