Sha256: eafce6701debf1c26e9092d1905a66d6e47ea1518577f4e6f720ae6f5428f3bf
Contents?: true
Size: 1.44 KB
Versions: 27
Compression:
Stored size: 1.44 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", data: { "trigger-masonry-refresh" => true } li.tab-title= link_to "Current Immunosuppressant", "#current_immunosuppressant", data: { "trigger-masonry-refresh" => true } li.tab-title= link_to "Historical", "#historical", data: { "trigger-masonry-refresh" => true } li.tab-title= link_to "Historical Immunosuppressant", "#historical_immunosuppressant", data: { "trigger-masonry-refresh" => true } .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
27 entries across 27 versions & 1 rubygems