Sha256: 58b7ad1d1d8ade936e241f68426355faefda14eedd15c5f490e2b9dadc27328e

Contents?: true

Size: 331 Bytes

Versions: 10

Compression:

Stored size: 331 Bytes

Contents

require "renalware/hd"

module Renalware
  module Pathology
    class PatientPresenter < SimpleDelegator
      delegate :hgb_result,
               :hgb_observed_at,
               to: :current_key_observation_set

      def initialize(patient)
        super(Pathology.cast_patient(patient.__getobj__))
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc1 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta12 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta11 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta10 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta9 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta8 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta7 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta6 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta5 app/presenters/renalware/pathology/patient_presenter.rb
renalware-core-2.0.0.pre.beta4 app/presenters/renalware/pathology/patient_presenter.rb