Sha256: c7ebcd1235236f675a937a73216774c23f56e6bc7247228d8c40e00d7407cbe1

Contents?: true

Size: 1.82 KB

Versions: 164

Compression:

Stored size: 1.82 KB

Contents

article
  header
    h2= t(".title")

  table.mdm.audit
    thead
      tr
        th.col-width-medium.at-least= t(".period")
        th.col-width-small.at-least= t(".number_of_sessions")
        th.col-width-medium= t(".dialysis_minutes_shortfall")
        th.col-width-tinyish= t(".pre_mean_blood_pressure")
        th.col-width-tinyish= t(".post_mean_blood_pressure")
        th.col-width-tiny= t(".lowest_systolic_blood_pressure")
        th.col-width-tiny= t(".highest_systolic_blood_pressure")
        th.col-width-tiny= t(".mean_fluid_removal")
        th.col-width-small.at-least= t(".mean_weight_loss")
        th.col-width-tiny= t(".mean_machine_ktv")
        th.col-width-tiny= t(".mean_blood_flow")
        th.col-width-tiny= t(".mean_litres_processed")
        th.col-width-tiny= t(".mean_ufr")
      tr

    tbody
      - mdm.audits.each do |audit|
        tr
          td= audit.to_s
          td
            = "#{audit.session_count - audit.number_of_missed_sessions} "
            i.nowrap= "(+ #{audit.number_of_missed_sessions} DNA)"
          td
            = "#{audit.dialysis_minutes_shortfall} min "
            span.nowrap= "(#{audit.dialysis_minutes_shortfall_percentage}%)"
          td= "#{audit.pre_mean_systolic_blood_pressure.to_i} / #{audit.pre_mean_diastolic_blood_pressure.to_i}"
          td= "#{audit.post_mean_systolic_blood_pressure.to_i} / #{audit.post_mean_diastolic_blood_pressure.to_i}"
          td= audit.lowest_systolic_blood_pressure.to_i
          td= audit.highest_systolic_blood_pressure.to_i
          td= audit.mean_fluid_removal
          td
            = "#{audit.mean_weight_loss} "
            span.nowrap="(#{audit.mean_weight_loss_as_percentage_of_body_weight} %)"
          td= audit.mean_machine_ktv
          td= audit.mean_blood_flow
          td= audit.mean_litres_processed
          td= audit.mean_ufr

Version data entries

164 entries across 164 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.1.0 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.167 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.166 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.165 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.164 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.163 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.162 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.161 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.160 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.159 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.158 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.157 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.156 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.155 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.153 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.152 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.151 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.149 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.148 app/views/renalware/hd/mdm/_audits.html.slim