Sha256: 3b2529c1b7e3fa96fbb094d51ef86d1c4e29475fabd2e4625eed8e612ac36885

Contents?: true

Size: 1.84 KB

Versions: 13

Compression:

Stored size: 1.84 KB

Contents

fieldset.simple
  legend
    span.title= 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

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc5 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/mdm/_audits.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/mdm/_audits.html.slim