Class: HealthDataStandards::Import::GreenC32::PatientImporter

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/health-data-standards/import/green_c32/patient_importer.rb

Instance Method Summary collapse

Constructor Details

#initializePatientImporter

Returns a new instance of PatientImporter.



7
8
9
# File 'lib/health-data-standards/import/green_c32/patient_importer.rb', line 7

def initialize
  @importers[:results] = ResultImporter.new
end