FNNDSC / ChRIS_ui

UI for ChRIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing the PACS Query/Retrieve (Q/R) to use oxidicom.

PintoGideon opened this issue · comments

A detailed explaination of how Pacs Query Retrieve works is documented here:

https://github.com/FNNDSC/oxidicom/blob/master/CUSTOM_SPEC.md#suggested-client-implementation

When users initiate a retrieve one after the other, the UI currently relies solely on the file count in Cube to determine whether a retrieve operation was performed. However, this approach presents an issue: if the first retrieve is still in progress when the second retrieve is initiated, the UI displays the spinner due to the absence of files in Cube. Upon page refresh, the UI resumes the first retrieve operation, potentially leading to confusion regarding the status of the retrieves.

The Series Card component currently lacks responsiveness, particularly on smaller screens. When viewed on devices with limited screen width, the gear icon within the card disappears behind the buttons.