lib/health-data-standards/export/html.rb in health-data-standards-2.0.0 vs lib/health-data-standards/export/html.rb in health-data-standards-2.1.0

- old
+ new

@@ -1,13 +1,13 @@ module HealthDataStandards module Export module HTML include TemplateHelper - def export(patient) + def export(patient, concept_map=nil) self.template_format = "html" self.template_subdir = "html" - render(:template => 'show', :locals => {:patient => patient}) + render(:template => 'show', :locals => {:patient => patient, :concept_map=>concept_map}) end extend self \ No newline at end of file