LT-291: Fixing data issues on Non-Targets

This commit is contained in:
Bruno Alves de Faria 2016-11-15 07:45:53 -02:00
parent ad2c49c682
commit 86f511bdf9
2 changed files with 33 additions and 2 deletions

View File

@ -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

View File

@ -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',