Class: Renalware::PD::CAPDRegime

Inherits:
Regime show all
Includes:
OrderedScope, Renalware::PatientScope
Defined in:
app/models/renalware/pd/capd_regime.rb

Defined Under Namespace

Classes: GlucoseStrength

Constant Summary collapse

BAG_VOLUMES =
[
  500, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2200, 2500
].freeze

Instance Attribute Summary

Attributes inherited from Regime

#total_potential_fluid_available_for_overnight_exchanges

Instance Method Summary collapse

Methods inherited from Regime

#anything_changed?, #apd?, #capd?, current, #current?, #deep_dup, #deep_restore_attributes, #has_additional_manual_exchange_bag?, policy_class, #terminate, #terminated?, #with_bag_destruction_marks_removed

Instance Method Details

#pd_typeObject



17
18
19
# File 'app/models/renalware/pd/capd_regime.rb', line 17

def pd_type
  :capd
end