Skip to content

Commit

Permalink
feat: can query to all instance and frame
Browse files Browse the repository at this point in the history
queryInstanceBySeries(); is available.
  • Loading branch information
JieuTang committed Jul 17, 2022
1 parent c872760 commit 8be1812
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 206 deletions.
2 changes: 1 addition & 1 deletion Config/WADORSStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"{study}": "StudyInstanceUID",
"{series}": "SeriesInstanceUID",
"{instance}": "SOPInstanceUID",
"{frames}": "IndexOfFramesStartByOne"
"{frames}": "NumberOfFrames"
},
"Study": {
"EntireURL": "{s}/studies/{study}",
Expand Down
2 changes: 1 addition & 1 deletion Config/WADOURIStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"{study}": "StudyInstanceUID",
"{series}": "SeriesInstanceUID",
"{instance}": "SOPInstanceUID",
"{frames}": "IndexOfFramesStartByOne"
"{frames}": "NumberOfFrames"
},
"Study": {
"EntireURL": "{s}/wado?requestType=WADO/&studyUID={study}",
Expand Down
Loading

0 comments on commit 8be1812

Please sign in to comment.