Sha256: bc00df85a51e1fd6e68f30eebbedb64c5b7173c7576e5da27736d089a46832d4

Contents?: true

Size: 1.97 KB

Versions: 115

Compression:

Stored size: 1.97 KB

Contents

= content_for(:actions) do
  = link_to t("edit_record.link_title"),
            edit_patient_pd_assessment_path(patient, assessment),
            class: "button"

= within_patient_layout(breadcrumbs: pd_summary_breadcrumb(patient)) do

  article.pd_assessment_document
    header
    = definition_list_for(assessment.document, size: :xlarge) do |list|
      = list.definition(:assessed_on) { |value| value.is_a?(Date) ? l(value) : value }
      = list.definition(:assessor)
      = list.definition(:had_home_visit, &:text)
      = list.definition(:home_visit_on) { |value| value.is_a?(Date) ? l(value) : value }
      = list.definition(:housing_type, &:text)
      = list.definition(:occupant_notes)
      = list.definition(:exchange_area)
      = list.definition(:handwashing)
      = list.definition(:fluid_storage)
      = list.definition(:bag_warming)
      = list.definition(:delivery_interval) do |iso8601duration|
        - Renalware::PD::DeliveryIntervalPresenter.new(iso8601duration).to_s
      = list.definition(:needs_rehousing, &:text)
      = list.definition(:rehousing_notes)
      = list.definition(:social_worker, &:text)
      = list.definition(:seen_video, &:text)
      = list.definition(:can_open_bag, &:text)
      = list.definition(:can_lift_bag, &:text)
      = list.definition(:eyesight)
      = list.definition(:hearing)
      = list.definition(:dexterity)
      = list.definition(:motivation)
      = list.definition(:language)
      = list.definition(:other_notes)
      = list.definition(:suitable_for_pd, &:text)
      = list.definition(:system_choice, &:text)
      = list.definition(:insertion_discussed, &:text)
      = list.definition(:method_chosen, &:text)
      = list.definition(:access_clinic_referral, &:text)
      = list.definition(:access_clinic_on) { |value| value.is_a?(Date) ? l(value) : value }
      = list.definition(:abdo_assessor)
      = list.definition(:bowel_disease, &:text)
      = list.definition(:bowel_disease_notes)
      = list.definition(:added_comments)

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.166 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.165 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.164 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.163 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.162 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.161 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.160 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.159 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.158 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.157 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.156 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.155 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.153 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.152 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.151 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.149 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.148 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.147 app/views/renalware/pd/assessments/show.html.slim
renalware-core-2.0.146 app/views/renalware/pd/assessments/show.html.slim