Module: SBF::Client::CancerType
- Defined in:
- lib/stbaldricks/enums/cancer_types.rb
Constant Summary collapse
- ACUTE_LYMPHOBLASTIC_LEUKEMIA =
'Acute lymphoblastic leukemia (ALL)'- ACUTE_MYELOID_LEUKEMIA =
'Acute myeloid leukemia (AML)'- BRAIN_OR_SPINAL_CORD_TUMOR =
'Brain or spinal cord tumor'- CLEAR_CELL_SARCOMA_OF_THE_KIDNEY =
'Clear cell sarcoma of the kidney'- EWING_SARCOMA =
'Ewing sarcoma'- GERM_CELL_TUMOR =
'Germ cell tumor'- HEPATOBLASTOMA =
'Hepatoblastoma'- HODGKIN_LYMPHOMA =
'Hodgkin lymphoma'- LANGERHANS_CELL_HISTIOCYTOSIS =
'Langerhans Cell Histiocytosis (LCH)'- LYMPHOMA =
'Lymphoma'- NEUROBLASTOMA =
'Neuroblastoma'- NON_HODGKIN_LYMPHOMA =
'Non-Hodgkin lymphoma'- OSTEOSARCOMA =
'Osteosarcoma'- RETINOBLASTOMA =
'Retinoblastoma'- RHABDOMYOSARCOMA =
'Rhabdomyosarcoma'- WILMS_OR_OTHER_KIDNEY_TUMOR =
'Wilms or other kidney tumor'- ADULT_WITH_A_TYPE_OF_CHILDHOOD_CANCER =
'Adult with a type of childhood cancer'- OTHER_CHILDHOOD_CANCER =
'Other childhood 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.
45 46 47 |
# File 'lib/stbaldricks/enums/cancer_types.rb', line 45 def list @list end |