Sha256: 72d4e224fc1fbbb2250e149a531499d8ec8054b3695571350c611022ebd96bab

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

module HealthDataStandards
  module Export
    module HTML
      include TemplateHelper

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

      extend self
      
      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
health-data-standards-2.0.0 lib/health-data-standards/export/html.rb