Sha256: 44cde3bb5a6589e5ab6a4b97a8f42a02af806340f0f8ea3204f112dd20a298ef

Contents?: true

Size: 337 Bytes

Versions: 177

Compression:

Stored size: 337 Bytes

Contents

table
  thead
    tr
      th Code
      th Name
      th Result
  tbody
    - observations.each do |observation|
        tr
          - description = observation.description
          td= description.code
          td= link_to description.name, patient_pathology_observations_path(patient, description)
          td= observation.result

Version data entries

177 entries across 177 versions & 1 rubygems

Version Path
renalware-core-2.0.40 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.39 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.38 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.37 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.36 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.35 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.34 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.33 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.32 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.31 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.30 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.28 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.27 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.26 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.25 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.24 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.23 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.22 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.21 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.20 app/views/renalware/pathology/observations/_table.html.slim