FNNDSC / ChRIS_ui

UI for ChRIS
MIT License
53 stars 115 forks source link

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

Open PintoGideon opened 7 months ago

PintoGideon commented 7 months ago

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

PintoGideon commented 6 months ago

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.

PintoGideon commented 6 months ago

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.