@@ -180,9 +111,8 @@
N/A
- {{ scope.row.dicomInfo.modality.join('、') }},
+ {{ scope.row.dicomInfo.modality.join('、')
+ }},
N/A,
@@ -228,162 +158,123 @@
PID:
{{
- scope.row.dicomInfo.patientId }}
+ scope.row.dicomInfo.patientId }}
N/A
{{
- scope.row.dicomInfo.patientName
- ? scope.row.dicomInfo.patientName
- : 'N/A'
+ scope.row.dicomInfo.patientName
+ ? scope.row.dicomInfo.patientName
+ : 'N/A'
}}
{{
- scope.row.dicomInfo.patientSex
- ? scope.row.dicomInfo.patientSex
- : 'N/A'
+ scope.row.dicomInfo.patientSex
+ ? scope.row.dicomInfo.patientSex
+ : 'N/A'
}},
{{
- scope.row.dicomInfo.patientAge
- ? scope.row.dicomInfo.patientAge
- : 'N/A'
+ scope.row.dicomInfo.patientAge
+ ? scope.row.dicomInfo.patientAge
+ : 'N/A'
}},
-
+ ]">
{{
- scope.row.dicomInfo.patientBirthDate
- ? scope.row.dicomInfo.patientBirthDate
- : 'N/A'
+ scope.row.dicomInfo.patientBirthDate
+ ? scope.row.dicomInfo.patientBirthDate
+ : 'N/A'
}}