fix SeriesDescription not loaded in thumbnail. Fix in getSopClassHandlerModule. Maybe jika ada SOPClassUID spesial perlu adjust extension/getSopClassHandlerModule nya lagi. sementara ini hanya default SOPClassID dulu

This commit is contained in:
AlfandiMario
2025-10-31 10:51:15 +07:00
parent 9ab6fb405d
commit 1702191d18
3 changed files with 19 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ export default class RetrieveMetadataLoaderAsync extends RetrieveMetadataLoader
async preLoad() {
const preLoaders = this.getPreLoaders();
const result = await this.runLoaders(preLoaders);
console.log('Raw QIDO series result:', result); // Debug: Check if '0008103E' is present
const sortCriteria = this.sortCriteria;
const sortFunction = this.sortFunction;