Sha256: 0fa26bbc5940861b74ea4c96f63cacaddc429ee82862b4c7642d7c936e13f778
Contents?: true
Size: 376 Bytes
Versions: 102
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true 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
102 entries across 102 versions & 1 rubygems