diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
index 090aa2ff..d6563a17 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
@@ -88,7 +88,7 @@
{{ `${$fd(q.DictionaryCode, parseInt(scope.row[q.Id]))}` }}
-
+ {{`${scope.row[q.Id]}`}}
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue
index 0375e356..b37d43d3 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue
@@ -84,6 +84,9 @@
{{ `${scope.row[q.Id]}${$fd('ValueUnit', parseInt(q.Unit))}` }}
+
+
+ {{ `${$fd(q.DictionaryCode, parseInt(scope.row[q.Id]))}` }}
{{ `${scope.row[q.Id]}` }}