Sha256: f762bc7525082064155ea85ead2855f04856292648c7431a00763ce79e0ed51c
Contents?: true
Size: 533 Bytes
Versions: 57
Compression:
Stored size: 533 Bytes
Contents
- require_dependency("renalware/renal") - patient = Renalware::Clinical.cast_patient(patient) .allergies dl dt span.fa.fa-warning 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
57 entries across 57 versions & 1 rubygems