Sha256: d4f464e170b2d4fa8f4f36ab2806fcd36583ae000fe7fce8d8d381676cedebe4

Contents?: true

Size: 401 Bytes

Versions: 47

Compression:

Stored size: 401 Bytes

Contents

module HealthDataStandards
  module Export
    class C32
      def initialize
        template_helper = TemplateHelper.new('c32', 'c32')
        @rendering_context = RenderingContext.new
        @rendering_context.template_helper = template_helper
      end

      def export(patient)
        @rendering_context.render(:template => 'show', :locals => {:patient => patient})
      end
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.6 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.5 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.4 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.3 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.2 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.1 lib/health-data-standards/export/c32.rb
health-data-standards-3.4.0 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.12 lib/health-data-standards/export/c32.rb
health-data-standards-3.3.0 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.11 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.10 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.8 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.7 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.6 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.5 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.4 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.3 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.2 lib/health-data-standards/export/c32.rb
health-data-standards-3.2.1 lib/health-data-standards/export/c32.rb