Sha256: aac78cb10694814e5ebae522ba89ee40f12e5313cd4f4b5de917dbd4d1e30b51

Contents?: true

Size: 313 Bytes

Versions: 8

Compression:

Stored size: 313 Bytes

Contents

module HealthDataStandards
  module Export
    module CCDA
      include TemplateHelper
      
      def export(patient)
        self.template_format = "ccda"
        self.template_subdir = "ccda"
        render(:template => 'show', :locals => {:patient => patient})
      end

      extend self
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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