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.18 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.17 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.16 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.15 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.14 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.13 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.12 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.11 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.9 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.8 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.7 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.5 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.4 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.3 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.2 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.1 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.0 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/pathology/observations/_table.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/pathology/observations/_table.html.slim