Sha256: 71d562777134c1955ad49d6357fe613d56d3d4b8d641acb3eb8fb0c7e3754ecd
Contents?: true
Size: 345 Bytes
Versions: 5
Compression:
Stored size: 345 Bytes
Contents
require_dependency "renalware/transplants" module Renalware module Transplants class MDMPresenter < Renalware::MDMPresenter def recipient_operations RecipientOperation.for_patient(patient).reversed end def cmvdna_pathology @cmvdna_pathology ||= pathology_for_codes("CMVDNA") end end end end
Version data entries
5 entries across 5 versions & 1 rubygems