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