Add stackId support to named stacks for improved data handling

This commit is contained in:
Ross
2025-09-15 14:03:57 +01:00
parent b66352f9b9
commit 1a8fb26a29
+2
View File
@@ -61,6 +61,7 @@
data-named-stacks='[ data-named-stacks='[
{ {
"caseId": "CASE-001", "caseId": "CASE-001",
"stackId": "STACK-001",
"stacks": [ "stacks": [
{ {
"name": "Abdomen - Portal Venous", "name": "Abdomen - Portal Venous",
@@ -79,6 +80,7 @@
}, },
{ {
"caseId": "CASE-002", "caseId": "CASE-002",
"stackId": "STACK-002",
"stacks": [ "stacks": [
{ {
"name": "Chest - CTA", "name": "Chest - CTA",