Class: Renalware::Patients::PatientListener

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

Instance Method Summary collapse

Instance Method Details

#patient_modality_changed_to_death(patient:, actor:) ⇒ Object



8
9
10
# File 'app/models/renalware/patients/patient_listener.rb', line 8

def patient_modality_changed_to_death(patient:, actor:, **)
  ClearPatientUKRDCData.call(patient: patient, by: actor)
end