diff --git a/OHIFViewer/.meteor/packages b/OHIFViewer/.meteor/packages index 635f771e8..53a4610f8 100644 --- a/OHIFViewer/.meteor/packages +++ b/OHIFViewer/.meteor/packages @@ -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 diff --git a/Packages/ohif-lesiontracker/both/schema/fields.js b/Packages/ohif-lesiontracker/both/schema/fields.js index e9f6d5624..3c8a1d5fc 100644 --- a/Packages/ohif-lesiontracker/both/schema/fields.js +++ b/Packages/ohif-lesiontracker/both/schema/fields.js @@ -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',