|
@@ -75,9 +75,10 @@ export class LocalColumnConfigAdapter implements IColumnConfigProvider {
|
|
|
{ key: 'StudyStartDatetime', visible: true, order: 4, width: 180 },
|
|
{ key: 'StudyStartDatetime', visible: true, order: 4, width: 180 },
|
|
|
{ key: 'IsExported', visible: true, order: 5, width: 100 },
|
|
{ key: 'IsExported', visible: true, order: 5, width: 100 },
|
|
|
{ key: 'StudyStatus', visible: true, order: 6, width: 100 },
|
|
{ key: 'StudyStatus', visible: true, order: 6, width: 100 },
|
|
|
|
|
+ { key: 'AccessionNumber', visible: true, order: 101 },
|
|
|
// 其他列默认隐藏
|
|
// 其他列默认隐藏
|
|
|
{ key: 'PatientID', visible: false, order: 100 },
|
|
{ key: 'PatientID', visible: false, order: 100 },
|
|
|
- { key: 'AccessionNumber', visible: false, order: 101 },
|
|
|
|
|
|
|
+
|
|
|
{ key: 'Modality', visible: false, order: 102 },
|
|
{ key: 'Modality', visible: false, order: 102 },
|
|
|
{ key: 'StudyInstanceUID', visible: false, order: 100 },
|
|
{ key: 'StudyInstanceUID', visible: false, order: 100 },
|
|
|
{ key: 'SpecificCharacterSet', visible: false, order: 101 },
|
|
{ key: 'SpecificCharacterSet', visible: false, order: 101 },
|