- PID: {{
- scope.row.dicomInfo.patientId }}
+
+ PID:
+ {{
+ 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'
}}