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

Version Path
renalware-core-2.1.1 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.1.0 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.167 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.166 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/mdm/_prescriptions.html.slim