Sha256: 7ffc45312976f4e715d7ffe461638fbd55ffbe97912854d4f2fee18cf169c222
Contents?: true
Size: 809 Bytes
Versions: 15
Compression:
Stored size: 809 Bytes
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 = render Renalware::Medications::TabbedPrescriptionsListComponent.new([ \ { title: "Current", prescriptions: mdm.current_prescriptions, show_terminated_on: false }, \ { title: "Current Immunosuppressant", prescriptions: mdm.current_immunosuppressant_prescriptions, show_terminated_on: false }, { title: "Historical", prescriptions: mdm.historical_prescriptions }, { title: "Historical Immunosuppressant", prescriptions: mdm.historical_immunosuppressant_prescriptions }, { title: "Bone Meds", prescriptions: mdm.bone_prescriptions }])
Version data entries
15 entries across 15 versions & 1 rubygems