Sha256: 445f780ba2325434ada6d2982a4efce99eb4312fe37e16f6ed5c65b9b149549e
Contents?: true
Size: 567 Bytes
Versions: 177
Compression:
Stored size: 567 Bytes
Contents
= within_patient_layout(title: "Observation History: #{description.name}", navigation_partial: "renalware/pathology/navigation") - if observations.empty? p No observations of "#{description.name}" available for this patient. - else #observations table thead tr th Requested at th Result tbody - observations.each do |observation| tr td= l observation.request.requested_at td= observation.result = paginate observations
Version data entries
177 entries across 177 versions & 1 rubygems