Sha256: 41cad88e823a0db3577cb254c81aea56a94d13d68dbe637495ede9c7b22251ec

Contents?: true

Size: 266 Bytes

Versions: 40

Compression:

Stored size: 266 Bytes

Contents

module HealthDataStandards
  module Import
    module GreenC32
      class SocialHistoryImporter < SectionImporter
        include Singleton
        
        def import(sh_xml)
          generic_import(sh_xml, "socialHistory")
        end
      end
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

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