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.51 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.50 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.48 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.47 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.46 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.45 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.44 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.43 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.42 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.41 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.40 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.39 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.38 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.37 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.36 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.35 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.34 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.33 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.32 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.31 app/presenters/renalware/pathology/patient_presenter.rb