Sha256: 4748485bfbf75580343cc8803dbd9751b9fdfab683938406a6531e78b6c6c32d
Contents?: true
Size: 315 Bytes
Versions: 95
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true 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
95 entries across 95 versions & 1 rubygems