Class: Renalware::Clinical::BaseController

Inherits:
BaseController show all
Defined in:
app/controllers/renalware/clinical/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#patientObject



8
9
10
# File 'app/controllers/renalware/clinical/base_controller.rb', line 8

def patient
  @clinical_patient ||= Clinical.cast_patient(super)
end