Sha256: 25c40043e1ab12cfe6a27d0086276cdd2e20dc6b471ddefe8736acee7e4641d4

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 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("CMVD")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.110 app/presenters/renalware/transplants/mdm_presenter.rb