Skip to content

Commit

Permalink
Provide JSON file(s) for UI specifying attributes requirements for cr…
Browse files Browse the repository at this point in the history
…eating/updating workitems #2770
  • Loading branch information
vrindanayak committed Sep 25, 2020
1 parent 5ac00c0 commit 6b378dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dcm4chee-arc-ui2/src/assets/iod/upsCreate.iod.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,15 @@
}
},
"00741002": { "vr": "SQ", "required": 2 },
"00741216": { "vr": "SQ", "required": 2 }
"00741216": { "vr": "SQ", "required": 2 },
"00404070": { "vr": "SQ",
"items": {
"00081150": { "vr": "UI", "required": 2 },
"00404071": { "vr": "SQ", "required": 2,
"items": {
"21000140": { "vr": "AE", "required": 1 }
}
}
}
}
}
10 changes: 10 additions & 0 deletions dcm4chee-arc-ui2/src/assets/iod/upsUpdate.iod.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,15 @@
}
}
}
},
"00404070": { "vr": "SQ",
"items": {
"00081150": { "vr": "UI", "required": 2 },
"00404071": { "vr": "SQ", "required": 2,
"items": {
"21000140": { "vr": "AE", "required": 1 }
}
}
}
}
}

0 comments on commit 6b378dd

Please sign in to comment.