-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Pacs Query for oxidicom #1125
Conversation
bfb237b
to
db2d1c3
Compare
db2d1c3
to
ff236d1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1125 +/- ##
==========================================
+ Coverage 28.68% 29.62% +0.93%
==========================================
Files 201 201
Lines 6250 6126 -124
Branches 1302 1273 -29
==========================================
+ Hits 1793 1815 +22
+ Misses 4347 4201 -146
Partials 110 110
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…rieved, skip retrieval
@@ -12,27 +12,28 @@ export interface ImageStatusType { | |||
|
|||
export interface DataFetchQuery { | |||
SeriesInstanceUID: string; | |||
StudyInstanceUID: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It turns out that specifying StudyInstanceUID
is necessary for FUJI PACS. I will fix this.
Addresses: #1107
This pull request introduces significant enhancements to the PACS retrieval process in ChRIS. The key improvements are as follows:
These changes streamline the PACS retrieval process, improve real-time feedback, and reduce system complexity.