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-4.3.5 lib/health-data-standards/export/c32.rb
health-data-standards-4.3.4 lib/health-data-standards/export/c32.rb
health-data-standards-4.3.3 lib/health-data-standards/export/c32.rb
health-data-standards-4.3.2 lib/health-data-standards/export/c32.rb
health-data-standards-4.3.1 lib/health-data-standards/export/c32.rb
health-data-standards-4.3.0 lib/health-data-standards/export/c32.rb
health-data-standards-4.2.0 lib/health-data-standards/export/c32.rb
health-data-standards-4.1.0 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.6 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.5 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.4 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.3 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.2 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.1 lib/health-data-standards/export/c32.rb
health-data-standards-4.0.0 lib/health-data-standards/export/c32.rb
health-data-standards-3.7.0 lib/health-data-standards/export/c32.rb
health-data-standards-3.6.1 lib/health-data-standards/export/c32.rb
health-data-standards-3.5.3 lib/health-data-standards/export/c32.rb
health-data-standards-3.5.2 lib/health-data-standards/export/c32.rb
health-data-standards-3.5.1 lib/health-data-standards/export/c32.rb