Sha256: 6a540efbf47aff026042ca68c9a053d912434da446b177828adcb1756e2def5c
Contents?: true
Size: 1.27 KB
Versions: 56
Compression:
Stored size: 1.27 KB
Contents
article header h1 Prescriptions .supplemental span= "#{mdm.current_prescriptions.length} of #{mdm.patient.summary.prescriptions_count}" = render "prescription_buttons", patient: mdm.patient #prescriptions.expandable ul.tab-strip(data-tab) li.tab-title.active= link_to "Current", "#current" li.tab-title= link_to "Current Immunosuppressant", "#current_immunosuppressant" li.tab-title= link_to "Historical", "#historical" li.tab-title= link_to "Historical Immunosuppressant", "#historical_immunosuppressant" .tabs-content #current.content.active = render "renalware/mdm/prescriptions/table", prescriptions: mdm.current_prescriptions #current_immunosuppressant.content = render "renalware/mdm/prescriptions/table", prescriptions: mdm.current_immunosuppressant_prescriptions #historical.content = render "renalware/mdm/prescriptions/table", prescriptions: mdm.historical_prescriptions, show_terminated_on: true #historical_immunosuppressant.content = render "renalware/mdm/prescriptions/table", prescriptions: mdm.historical_immunosuppressant_prescriptions, show_terminated_on: true
Version data entries
56 entries across 56 versions & 1 rubygems