Sha256: 1140d56e9e86b6a4a4e44a5488bf07b225a6bede211201fc7a5fb85ec1c4aefe
Contents?: true
Size: 1000 Bytes
Versions: 2
Compression:
Stored size: 1000 Bytes
Contents
- profile = Renalware::Virology.cast_patient(patient).profile - document = profile&.document || Renalware::NullObject.instance - positive_results_only = local_assigns.fetch(:positive_results_only, false) - with_vaccinations = local_assigns.fetch(:with_vaccinations, false) article header h2 Virology ul.noprint li= link_to t("btn.edit"), edit_patient_virology_profile_path(patient), class: "button" dl.dl-horizontal.xlarge - %i(hiv hepatitis_b hepatitis_b_core_antibody hepatitis_c htlv).each do |attr_name| - status = document.public_send(attr_name).status - next if positive_results_only && !status&.yes? dt= attr_name(document, attr_name) dd= document.public_send(attr_name).to_s - if with_vaccinations - vaccinations = Renalware::Virology::Vaccination.for_patient(patient).order(date_time: :asc) - if vaccinations.any? h3 Vaccinations = render "renalware/events/events/table", events: vaccinations, exclude_type_column: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.1.1 | app/views/renalware/virology/profiles/_summary.html.slim |
renalware-core-2.1.0 | app/views/renalware/virology/profiles/_summary.html.slim |