Replace stackId with studyId in named stacks and update App component to include studyId in stack entries
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
data-named-stacks='[
|
||||
{
|
||||
"caseId": "CASE-001",
|
||||
"stackId": "STACK-001",
|
||||
"studyId": "STUDY-001",
|
||||
"stacks": [
|
||||
{
|
||||
"name": "Abdomen - Portal Venous",
|
||||
@@ -80,7 +80,7 @@
|
||||
},
|
||||
{
|
||||
"caseId": "CASE-002",
|
||||
"stackId": "STACK-002",
|
||||
"studyId": "STUDY-002",
|
||||
"stacks": [
|
||||
{
|
||||
"name": "Chest - CTA",
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user