Sha256: fcd0f3334735707166257d26ed39b59bd4f3deae526e4e5a422e1ba094a54149

Contents?: true

Size: 449 Bytes

Versions: 8

Compression:

Stored size: 449 Bytes

Contents

# frozen_string_literal: true

module Dhis2
  module Api
    module Constants
      DATA_DIMENSION_TYPES = %w(ATTRIBUTE DISAGGREGATION).freeze
      DOMAIN_TYPES  = %w(TRACKER AGGREGATE).freeze
      FEATURE_TYPES = %w(SYMBOL POLYGON MULTI_POLYGON NONE POINT).freeze
      PERIOD_TYPES  = %w(Daily Weekly Monthly BiMonthly Quarterly SixMonthly Yearly).freeze
      PROGRAM_TYPES = %w(WITHOUT_REGISTRATION WITH_REGISTRATION).freeze
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dhis2-3.3.1 lib/dhis2/api/constants.rb
dhis2-3.2.1 lib/dhis2/api/constants.rb
dhis2-3.0.7 lib/dhis2/api/constants.rb
dhis2-3.0.5 lib/dhis2/api/constants.rb
dhis2-3.0.4 lib/dhis2/api/constants.rb
dhis2-3.0.3 lib/dhis2/api/constants.rb
dhis2-3.0.2 lib/dhis2/api/constants.rb
dhis2-3.0.0 lib/dhis2/api/constants.rb