Class: Renalware::Renal::RegistryPreflightChecksController::BasePresenter
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Renalware::Renal::RegistryPreflightChecksController::BasePresenter
show all
- Defined in:
- app/controllers/renalware/renal/registry_preflight_checks_controller.rb
Instance Method Summary
collapse
Instance Method Details
#hd_unit ⇒ Object
20
|
# File 'app/controllers/renalware/renal/registry_preflight_checks_controller.rb', line 20
def hd_unit; end
|
#renal_profile ⇒ Object
22
23
24
|
# File 'app/controllers/renalware/renal/registry_preflight_checks_controller.rb', line 22
def renal_profile
Renalware::Renal.cast_patient(__getobj__).profile
end
|