Class: Renalware::Renal::RegistryPreflightChecksController::DeceasedPatientPresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/controllers/renalware/renal/registry_preflight_checks_controller.rb

Instance Method Summary collapse

Instance Method Details

#hd_unitObject



32
# File 'app/controllers/renalware/renal/registry_preflight_checks_controller.rb', line 32

def hd_unit; end

#missing_dataObject



28
29
30
# File 'app/controllers/renalware/renal/registry_preflight_checks_controller.rb', line 28

def missing_data
  Registry::PreflightChecks::DeathsQuery.missing_data_for(__getobj__)
end

#renal_profileObject



34
35
36
# File 'app/controllers/renalware/renal/registry_preflight_checks_controller.rb', line 34

def renal_profile
  Renalware::Renal.cast_patient(__getobj__).profile
end