Sha256: 8fc6ce2b7705cd99ed693e34ff8351e447fa15da480a16ed0f3bc72aaf5710c2
Contents?: true
Size: 294 Bytes
Versions: 122
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/medications" module Renalware module Patients class PatientListener def patient_modality_changed_to_death(patient:, actor:, **) ClearPatientUKRDCData.call(patient: patient, by: actor) end end end end
Version data entries
122 entries across 122 versions & 1 rubygems