Sha256: 8f1fd035cd2ea8061d1d1816edc7ff3881aca06eeda9577265d66d703afdfde6

Contents?: true

Size: 493 Bytes

Versions: 4

Compression:

Stored size: 493 Bytes

Contents

- 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

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta7 app/views/renalware/clinical/allergies/_mini.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/clinical/allergies/_mini.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/clinical/allergies/_mini.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/clinical/allergies/_mini.html.slim