Sha256: 7c04e861cb107b90d8474f676215ce8650959c83b302d71995cf51a47bb28d24

Contents?: true

Size: 358 Bytes

Versions: 16

Compression:

Stored size: 358 Bytes

Contents

module HealthDataStandards
  module Export
    class PatientExportDataCriteriaException < Exception
      attr_reader :patient, :data_criteria, :entries
      def initialize(string, patient, data_criteria, entries)
        @patient = patient
        @data_criteria = data_criteria
        @entries = entries
        super(string)
      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/exceptions.rb
health-data-standards-4.3.4 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.3.3 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.3.2 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.3.1 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.3.0 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.2.0 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.1.0 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.6 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.5 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.4 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.3 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.2 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.1 lib/health-data-standards/export/exceptions.rb
health-data-standards-4.0.0 lib/health-data-standards/export/exceptions.rb
health-data-standards-3.7.0 lib/health-data-standards/export/exceptions.rb