Sha256: c9dea532908e411ffd0321c49fea94b4665be93be2c0ce24a649aa8f52ef044b

Contents?: true

Size: 476 Bytes

Versions: 9

Compression:

Stored size: 476 Bytes

Contents

= within_patient_layout title: "Current Pathology Results",
                        navigation_partial: "renalware/pathology/navigation" do
  table.current-observations
    thead
      tr
        td.col-width-date Date
        td.col-width-small Result
        td Description
    tbody
      - observation_set.each_observation do |observation|
        tr
          td= l(observation.observed_at&.to_date)
          td= observation.result
          th= observation.description

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/pathology/current_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/pathology/current_observation_results/index.html.slim