Sha256: 84eb20b89a8d931a93d0896bf72dc3c2948646fb1640f1f91741f3fc9a3e01df
Contents?: true
Size: 284 Bytes
Versions: 27
Compression:
Stored size: 284 Bytes
Contents
require_dependency "renalware/medications" module Renalware module Medications class PatientListener def patient_modality_changed_to_death(patient:, modality:, actor:) TerminateAllPatientPrescriptions.call(patient: patient, by: actor) end end end end
Version data entries
27 entries across 27 versions & 1 rubygems