LT-291: Fixing data issues on Non-Targets
This commit is contained in:
parent
ad2c49c682
commit
86f511bdf9
@ -20,7 +20,7 @@ arsnebula:reactive-promise
|
||||
promise@0.8.8
|
||||
stylus@2.513.6
|
||||
fortawesome:fontawesome
|
||||
mrt:moment
|
||||
mrt:moment@2.15.1
|
||||
meteor-base@1.0.4
|
||||
mobile-experience@1.0.4
|
||||
mongo@1.1.14
|
||||
|
||||
@ -2,6 +2,37 @@ export const FieldLesionLocation = {
|
||||
type: String,
|
||||
label: 'Lesion Location',
|
||||
allowedValues: [
|
||||
'',
|
||||
'abdominalChestWall',
|
||||
'adrenal',
|
||||
'bladder',
|
||||
'bone',
|
||||
'brain',
|
||||
'breast',
|
||||
'colon',
|
||||
'esophagus',
|
||||
'extremities',
|
||||
'gallbladder',
|
||||
'kidney',
|
||||
'liver',
|
||||
'lung',
|
||||
'lymphNode',
|
||||
'mediastinumHilum',
|
||||
'muscle',
|
||||
'neck',
|
||||
'otherSoftTissue',
|
||||
'ovary',
|
||||
'pancreas',
|
||||
'pelvis',
|
||||
'peritoneumOmentum',
|
||||
'prostate',
|
||||
'retroperitoneum',
|
||||
'smallBowel',
|
||||
'spleen',
|
||||
'stomach',
|
||||
'subcutaneous'
|
||||
],
|
||||
valuesLabels: [
|
||||
'',
|
||||
'Abdominal/Chest Wall',
|
||||
'Adrenal',
|
||||
@ -39,7 +70,7 @@ export const FieldLesionLocationResponse = {
|
||||
label: 'Lesion Location Response',
|
||||
allowedValues: [
|
||||
'',
|
||||
'-1',
|
||||
'CR',
|
||||
'PD',
|
||||
'SD',
|
||||
'Present',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user