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