Skip to content
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

UI: Monitoring Compare: Clicking on the eye button dosen't work #3870

Closed
shral opened this issue Nov 16, 2022 · 1 comment
Closed

UI: Monitoring Compare: Clicking on the eye button dosen't work #3870

shral opened this issue Nov 16, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@shral
Copy link
Member

shral commented Nov 16, 2022

Shall

  • navigate to Navigation Compare Tab
  • populate text field Task ID with value of property taskID of the Task
  • pre-select value in drop-down Attribute Set according the value of property comparefield of the Task
  • check/uncheck the check boxes Missing Studies and Different Studies according the boolean value of properties checkMissing and checkDifferent of the Task
  • invoke GET /dcm4chee-arc/monitor/diff/{taskID}/studies?offset=0&limit={limit}
  • render returned DICOM Datasets in the table
@shral shral added the bug Something isn't working label Nov 16, 2022
@shral shral added this to the 5.29.1 milestone Nov 16, 2022
@shral shral self-assigned this Nov 16, 2022
@shral shral closed this as completed Nov 16, 2022
@gunterze
Copy link
Member

gunterze commented Nov 17, 2022

Invokes wrong Service GET /dcm4chee-arc/monitor/diff/batch/{batchID}/studies instead GET /dcm4chee-arc/ monitor/diff/{taskID}/studies! Also, neither batchID nor taskID are valid Query Parameter of both services! Just Query Parameter offset=0 and limit=<associated with Navigation Compare Page> shall be passed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants