Sha256: ac1569994de0cb50fae57983ff4c42b19a1bb011d138ea55233d3e90c1d3a1b1
Contents?: true
Size: 547 Bytes
Versions: 116
Compression:
Stored size: 547 Bytes
Contents
- require_dependency("renalware/renal") - patient = Renalware::Clinical.cast_patient(patient) .allergies dl dt span.fas.fa-exclamation-triangle span.allergy_status = link_to "Allergies:", patient_clinical_profile_path(patient) dd span.allergy-status-text= patient.allergy_status.text span.allergy_status_updated_at = patient.allergy_status_updated_at && "(#{l(patient.allergy_status_updated_at.to_date)})" span.allergy_descriptions = patient.allergies.map(&:description).join(", ")
Version data entries
116 entries across 116 versions & 1 rubygems