Sha256: a95060751b55e47f844e67f9350e6ec1f4d9b11fd2092edf37fd1bd68a8e1fd2

Contents?: true

Size: 719 Bytes

Versions: 6

Compression:

Stored size: 719 Bytes

Contents

.row
  h1 Renal Registry Reason for Change Codes

.row
  table.responsive
    caption Haemodialysis to PD
    thead
      tr
        th.g-center RR Code
        th Reason for Change

    tbody
      - @reason_hd_pd.each do |mr|
        tr
          td.g-center data-heading="RR Code"
            = mr.rr_code
          td data-heading="Haemodialysis to PD"
            = mr.description


  table.responsive
    caption PD to Haemodialysis
    thead
      tr
        th.g-center RR Code
        th Reason for Change

    tbody
      - @reason_pd_hd.each do |mr|
        tr
          td.g-center data-heading="RR Code"
            = mr.rr_code
          td data-heading="PD to Haemodialysis"
            = mr.description

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/modalities/reasons/index.html.slim