Class: Renalware::Pathology::PatientPresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/presenters/renalware/pathology/patient_presenter.rb

Instance Method Summary collapse

Constructor Details

#initialize(patient) ⇒ PatientPresenter

Returns a new instance of PatientPresenter.



8
9
10
# File 'app/presenters/renalware/pathology/patient_presenter.rb', line 8

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