Sha256: 41e47cb813dd16871d429878a6abf515590c44835b7f553f5b0616b2f95c2cb6

Contents?: true

Size: 221 Bytes

Versions: 9

Compression:

Stored size: 221 Bytes

Contents

require "renalware/hd"

module Renalware
  module Pathology
    class PatientPresenter < SimpleDelegator
      def initialize(patient)
        super(Pathology.cast_patient(patient.__getobj__))
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc10 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc9 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc8 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc7 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc6 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc5 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc4 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.rc3 app/presenters/renalware/pathology/patient_presenter.rb