Sha256: 89b735ef9e0c532737c732ac06c343b5146ff5e440d994eb85549b1cb59edb4b

Contents?: true

Size: 365 Bytes

Versions: 7

Compression:

Stored size: 365 Bytes

Contents

module HealthDataStandards
  module Export
    module HTML
      include TemplateHelper

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

      extend self
      
      
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 lib/health-data-standards/export/html.rb
health-data-standards-2.2.0 lib/health-data-standards/export/html.rb
health-data-standards-2.1.4 lib/health-data-standards/export/html.rb
health-data-standards-2.1.3 lib/health-data-standards/export/html.rb
health-data-standards-2.1.2 lib/health-data-standards/export/html.rb
health-data-standards-2.1.1 lib/health-data-standards/export/html.rb
health-data-standards-2.1.0 lib/health-data-standards/export/html.rb