Sha256: 8276918ad055d30b436b7a1663236562e710cf1f6b17c737e34f3f60ad11e1e1

Contents?: true

Size: 1.12 KB

Versions: 18

Compression:

Stored size: 1.12 KB

Contents

/ These fields are only needed when editing the PET down the line
article(style="max-width: 600px; display: block; float: none; clear: both")
  header
    h2 Pathology results

  table.pet-results--samples-table
    thead
      th
      th Time
      th Urea
      th Creatinine
      th Glc
      th Sodium
      th Protein
      th
    tbody
      tr
        th.col-width-small.text-right Serum
        td= form.text_field :serum_time
        td= form.text_field :serum_urea
        td= form.text_field :serum_creatinine
        td= form.text_field :plasma_glc
        td= form.text_field :serum_na
        td= form.text_field :serum_ab
        td
          /= link_to "Refresh...", "#", class: "button secondary"
      - [4, 2, 0, 6].each do |hr|
        tr
          th.text-right= "Sample #{hr}"
          td= form.text_field :"sample_#{hr}hr_time"
          td= form.text_field :"sample_#{hr}hr_urea"
          td= form.text_field :"sample_#{hr}hr_creatinine"
          td= form.text_field :"sample_#{hr}hr_glc"
          td= form.text_field :"sample_#{hr}hr_sodium"
          td= form.text_field :"sample_#{hr}hr_protein"
          th

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.1.0 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.167 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.166 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.165 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.164 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.163 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.162 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.161 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.160 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.159 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.158 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.157 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.156 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.155 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.153 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.152 app/views/renalware/pd/pet_results/_pathology_results.html.slim
renalware-core-2.0.151 app/views/renalware/pd/pet_results/_pathology_results.html.slim