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
|
promise@0.8.8
|
||||||
stylus@2.513.6
|
stylus@2.513.6
|
||||||
fortawesome:fontawesome
|
fortawesome:fontawesome
|
||||||
mrt:moment
|
mrt:moment@2.15.1
|
||||||
meteor-base@1.0.4
|
meteor-base@1.0.4
|
||||||
mobile-experience@1.0.4
|
mobile-experience@1.0.4
|
||||||
mongo@1.1.14
|
mongo@1.1.14
|
||||||
|
|||||||
@ -2,6 +2,37 @@ export const FieldLesionLocation = {
|
|||||||
type: String,
|
type: String,
|
||||||
label: 'Lesion Location',
|
label: 'Lesion Location',
|
||||||
allowedValues: [
|
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',
|
'Abdominal/Chest Wall',
|
||||||
'Adrenal',
|
'Adrenal',
|
||||||
@ -39,7 +70,7 @@ export const FieldLesionLocationResponse = {
|
|||||||
label: 'Lesion Location Response',
|
label: 'Lesion Location Response',
|
||||||
allowedValues: [
|
allowedValues: [
|
||||||
'',
|
'',
|
||||||
'-1',
|
'CR',
|
||||||
'PD',
|
'PD',
|
||||||
'SD',
|
'SD',
|
||||||
'Present',
|
'Present',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user