Sha256: 4ccdcb48bebd5c17cb93a5ab6e09394f234ca6e773225380b4eb53cbb011368c
Contents?: true
Size: 308 Bytes
Versions: 54
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/medications" module Renalware module Medications class PatientListener def patient_modality_changed_to_death(patient:, actor:, **) TerminateAllPatientPrescriptions.call(patient: patient, by: actor) end end end end
Version data entries
54 entries across 54 versions & 1 rubygems