Sha256: 95b5b5a79759d424f754243c7b9a297bf39245472ec452081019b6d73288c335

Contents?: true

Size: 425 Bytes

Versions: 16

Compression:

Stored size: 425 Bytes

Contents

# require_relative 'cat_1'

module HealthDataStandards
  module Export
    class Cat1R2 < Cat1
      
      def initialize
        super("r2")
      end
      
      def export(patient, measures, start_date, end_date, header=nil, qrda_version=nil, cms_compatibility=false)
      	# QRDA version is always 'r2'
        super(patient, measures, start_date, end_date, header, 'r2', cms_compatibility)
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.3.4 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.3.3 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.3.2 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.3.1 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.3.0 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.2.0 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.1.0 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.6 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.5 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.4 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.3 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.2 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.1 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-4.0.0 lib/health-data-standards/export/cat_1_r2.rb
health-data-standards-3.7.0 lib/health-data-standards/export/cat_1_r2.rb