Module: Renalware::MDMHelper

Defined in:
app/helpers/renalware/mdm_helper.rb

Defined Under Namespace

Classes: MDMLink

Instance Method Summary collapse

Instance Method Details



5
6
7
# File 'app/helpers/renalware/mdm_helper.rb', line 5

def link_to_mdm(patient)
  MDMLink.new(patient).to_html
end