{{ $t('trials:adReview:title:clinicalData') }}
{{ $fd(scope.row.QuestionList[index].DictionaryCode, parseInt(scope.row.QuestionList[index].Answer))
}}
{{ scope.row.QuestionList.length > index ? scope.row.QuestionList[index].Answer : '' }}
{{
scope.row.QuestionList[index].ValueType == 2 ? '%' : scope.row.QuestionList[index].CustomUnit ?
scope.row.QuestionList[index].CustomUnit :
scope.row.QuestionList[index].Unit ? $fd("Unit", scope.row.QuestionList[index].Unit) : ''
}}
{{ $fd('YesOrNo', scope.row.IsHaveChange) }}
{{ $t('trials:oncologyReview:title:view') }}
{{ getAssessType(scope.row.EvaluationResult) }}
{{ oncologyInfo.TrialEvaluationReason }}
{{ $t('trials:oncologyReview:title:reason') }}
*
{{ scope.row.EvaluationReason }}