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

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

Constant Summary collapse

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

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



195
196
197
# File 'lib/stbaldricks/entities/person.rb', line 195

def list
  @list
end