Class: Renalware::HD::PatientListener

Inherits:
Object
  • Object
show all
Defined in:
app/models/renalware/hd/patient_listener.rb

Instance Method Summary collapse

Instance Method Details

#patient_modality_changed_to_death(patient:, modality:, actor:) ⇒ Object



6
7
8
# File 'app/models/renalware/hd/patient_listener.rb', line 6

def patient_modality_changed_to_death(patient:, modality:, actor:)
  nullify_significant_hd_profile_attributes(patient, by: actor)
end