Sha256: cc9693097c632d32255c20d1654847febaf64717b18bfbdb06451c098696a9d8

Contents?: true

Size: 282 Bytes

Versions: 4

Compression:

Stored size: 282 Bytes

Contents

module HealthDataStandards
  module Export
    module HTML
      include TemplateHelper

       def export(patient)
        self.template_format = "html"
        render(:template => 'show', :locals => {:patient => patient})
      end

      extend self


     




    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
health-data-standards-1.0.1 lib/health-data-standards/export/html.rb
health-data-standards-1.0.0 lib/health-data-standards/export/html.rb
health-data-standards-0.8.1 lib/health-data-standards/export/html.rb
health-data-standards-0.8.0 lib/health-data-standards/export/html.rb