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
-
.list ⇒ Object
readonly
Returns the value of attribute list.
Class Attribute Details
.list ⇒ Object (readonly)
Returns the value of attribute list.
195 196 197 |
# File 'lib/stbaldricks/entities/person.rb', line 195 def list @list end |