Sha256: 161053738c9650ed42c620be9bf740ec01325e68e263f8b6c0f5789a79c0bcb5

Contents?: true

Size: 1.33 KB

Versions: 11

Compression:

Stored size: 1.33 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= t(".named_nurse")
  dd= profile.named_nurse

  dt.new_line= t(".needle_size")
  dd= profile.needle_size
  dt= t(".single_needle")
  dd= profile.single_needle.try!(:text)
  dt= t(".dialyser")
  dd= profile.dialyser
  dt= t(".dialysate")
  dd= profile.dialysate

  dt.new_line= t(".has_sodium_profiling")
  dd= profile.has_sodium_profiling.try!(:text)
  dt= t(".sodium_first_half")
  dd= profile.sodium_first_half
  dt= t(".sodium_second_half")
  dd= profile.sodium_second_half

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

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

  dt.new_line= t(".transport.has_transport")
  dd= profile.transport_has_transport.try!(:text)
  dt= t(".transport.type")
  dd= profile.transport_type.try!(:text)
  dt= t(".transport.decided_on")
  dd= profile.transport_decided_on

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc3 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/protocols/_profile.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/protocols/_profile.html.slim