Sha256: a70abc09f6ba19f31ce414c83153e507bc7ccac51185f13f49d91a1b23fdab07

Contents?: true

Size: 253 Bytes

Versions: 43

Compression:

Stored size: 253 Bytes

Contents

module HealthDataStandards
  module Import
    module GreenC32
      class PatientImporter
        include Singleton
            
        def initialize
          @importers[:results] = ResultImporter.new
        end
        
      end
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
health-data-standards-3.2.3 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.2.2 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.2.1 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.2.0 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.1.1 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.1.0 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.0.6 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.0.5 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.0.4 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-3.0.3 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.2.1 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.2.0 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.1.4 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.1.3 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.1.2 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.1.1 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.1.0 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-2.0.0 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-1.0.1 lib/health-data-standards/import/green_c32/patient_importer.rb
health-data-standards-1.0.0 lib/health-data-standards/import/green_c32/patient_importer.rb