Module: SBF::Client::Person::HowAffected::CancerStatus

Defined in:
lib/stbaldricks/entities/person.rb

Constant Summary collapse

CANCER_FREE =
'Cancer free'.freeze
IN_REMISSION =
'In remission'.freeze
IN_TREATMENT =
'In treatment'.freeze
IN_MAINTENANCE =
'In maintenance'.freeze
LOST_TO_CANCER =
'Lost to cancer'.freeze

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



204
205
206
# File 'lib/stbaldricks/entities/person.rb', line 204

def list
  @list
end