Sha256: 54f16c0a456f70f152474c2c78e1e18c291cfe31415334364027cb0679769162

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

dl
  dt= t(".site")
  dd= profile.hospital_unit_unit_code
  dt= t(".schedule")
  dd= profile.current_schedule
  dt= t(".prescribed_time")
  dd= profile.formatted_prescribed_time
  dt= t(".hd_type")
  dd= profile.hd_type

  dt.new_line= t(".named_nurse")
  dd= profile.patient.named_nurse
  dt= t(".needle_size")
  dd= profile.needle_size
  dt= t(".single_needle")
  dd= profile.single_needle&.text
  dt.new_line= t(".dialyser")
  dd= profile.dialyser
  dt= t(".dialysate")
  dd= profile.dialysate

  dt= t(".has_sodium_profiling")
  dd= profile.has_sodium_profiling&.text
  dt.new_line= t(".sodium_first_half")
  dd= profile.sodium_first_half
  dt= t(".sodium_second_half")
  dd= profile.sodium_second_half

  dt= t(".anticoagulant.type")
  dd= profile.anticoagulant_type
  dt= t(".anticoagulant.loading_dose")
  dd= profile.anticoagulant_loading_dose
  dt.new_line= t(".anticoagulant.hourly_dose")
  dd= profile.anticoagulant_hourly_dose
  dt= t(".anticoagulant.stop_time")
  dd= profile.anticoagulant_stop_time

  dt= t(".cannulation_type")
  dd= profile.cannulation_type
  dt.new_line= t(".last_update")
  dd= profile.last_update

  dt= t(".transport.has_transport")
  dd= profile.transport_has_transport&.text
  dt= t(".transport.type")
  dd= profile.transport_type&.text
  dt.new_line= t(".transport.decided_on")
  dd= profile.transport_decided_on
  dt= t(".on_worryboard")
  dd= yes_no(profile.patient.worry.present?)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.1.0 app/views/renalware/hd/protocols/_profile.html.slim