Sha256: acfa3240f1878978cceddf70d161defa356de5cc51799d69f11b77a331309aa7

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

# require_relative 'cat_1'

module HealthDataStandards
  module Export
    class Cat1R2 < Cat1
      def export(patient, measures, start_date, end_date, header=nil, r2_compatibiliy=true)
        super(patient, measures, start_date, end_date, header, r2_compatibiliy)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
health-data-standards-3.6.1 lib/health-data-standards/export/cat_1_r2.rb