Sha256: c8c0472f6fabd70a21eeab0766df62eb2d13beaeae1f5ce96881b127f81ae1b7
Contents?: true
Size: 410 Bytes
Versions: 47
Compression:
Stored size: 410 Bytes
Contents
module HealthDataStandards module Export class CCDA def initialize template_helper = TemplateHelper.new('ccda', 'ccda') @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