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",
|
||||
|
||||
Reference in New Issue
Block a user