Class: Renalware::LowClearance::Patient

Inherits:
Object
  • Object
show all
Defined in:
app/models/renalware/low_clearance/patient.rb

Instance Method Summary collapse

Instance Method Details

#ever_been_on_low_clearance?Boolean

Returns:

  • (Boolean)


10
11
12
13
# File 'app/models/renalware/low_clearance/patient.rb', line 10

def ever_been_on_low_clearance?
  @ever_been_on_low_clearance ||=
    modality_descriptions.exists?(type: "Renalware::LowClearance::ModalityDescription")
end