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

Version Path
renalware-core-2.0.0.pre.rc11 app/presenters/renalware/transplants/mdm_presenter.rb
renalware-core-2.0.0.pre.rc10 app/presenters/renalware/transplants/mdm_presenter.rb
renalware-core-2.0.0.pre.rc9 app/presenters/renalware/transplants/mdm_presenter.rb
renalware-core-2.0.0.pre.rc8 app/presenters/renalware/transplants/mdm_presenter.rb
renalware-core-2.0.0.pre.rc7 app/presenters/renalware/transplants/mdm_presenter.rb