Sha256: de1b4eb8d92aa33275f4b41a392f44fab9d3ac07db4a790fc6d9f88afb23f00a

Contents?: true

Size: 335 Bytes

Versions: 158

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/hd"

module Renalware
  module HD
    # Presenter formatting a single patient for use behind any MDM Patients listing.
    class MDMPatientPresenter < SimpleDelegator
      def initialize(patient)
        super(HD::PatientPresenter.new(patient))
      end
    end
  end
end

Version data entries

158 entries across 158 versions & 1 rubygems

Version Path
renalware-core-2.0.18 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.17 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.16 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.15 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.14 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.13 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.12 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.11 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.9 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.8 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.7 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.5 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.4 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.3 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.2 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.1 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.0 app/presenters/renalware/hd/mdm_patient_presenter.rb
renalware-core-2.0.0.pre.rc13 app/presenters/renalware/hd/mdm_patient_presenter.rb