Sha256: 08a04c87608ab68aa27acabe5b893b5be846bdf677c4902eff0f88976b1e212e

Contents?: true

Size: 252 Bytes

Versions: 48

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

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

48 entries across 48 versions & 1 rubygems

Version Path
renalware-core-2.0.30 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.28 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.27 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.26 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.25 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.24 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.23 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.22 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.21 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.20 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.18 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.17 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.16 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.15 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.14 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.13 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.12 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.11 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.9 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.8 app/presenters/renalware/pathology/patient_presenter.rb