{{ $t('trials:inspection:message:viewStudy') }}({{
$t('trials:uploadDicomList:table:patientInfo')
}}:{{ Patient.PatientIdStr }},{{ Patient.PatientName }})
{{ $t('common:button:search') }}
{{ $t('common:button:reset') }}
{{ $t('trials:inspection:button:checkGroupId') }}
{{ $fd('Sex', scope.row.PatientSex) }}
{{
scope.row.ViewHospitalGroupList && scope.row.ViewHospitalGroupList.length > 0 ?
scope.row.ViewHospitalGroupList.map(item => item.Name).join(', ') : ''}}
{{ $t("common:button:cancel") }}
{{ $t("common:button:save") }}