lib/hqmf-model/population_criteria.rb in health-data-standards-3.4.3 vs lib/hqmf-model/population_criteria.rb in health-data-standards-3.4.4

- old
+ new

@@ -14,10 +14,10 @@ DENEXCEP = 'DENEXCEP' DENEX = 'DENEX' MSRPOPL = 'MSRPOPL' OBSERV = 'OBSERV' - ALL_POPULATION_CODES = [IPP, DENOM, NUMER, DENEXCEP, DENEX, MSRPOPL, OBSERV] + ALL_POPULATION_CODES = [IPP, DENOM, DENEX, NUMER, DENEXCEP, MSRPOPL, OBSERV] # Create a new population criteria # @param [String] id # @param [String] hqmf_id # @param [Array#Precondition] preconditions \ No newline at end of file