Replace stackId with studyId in named stacks and update App component to include studyId in stack entries

This commit is contained in:
Ross
2025-09-15 14:28:08 +01:00
parent 654abaaaf4
commit e6a6128aca
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -291,6 +291,7 @@ function App({ container_id, imageStacks, autoCacheStack, annotationJson, viewer
return {
imageIds,
studyInstanceUID,
studyId: (d as any).studyId,
name: (d as any).name,
caseId: (d as any).caseId,
};