This PR replaces the old PACS Q/R UI with a new one, redesigned from the ground up using antd and tanstack/query.
It implements the client-side of LONK-WS.
Additions
Mobile-friendly UI
Removed "PatientCard" component. If query results in a single study, it is expanded by default. There are fewer clicks needed to see the data and request a PACS pull
Search query is stored in URI search params (and is not base64 encoded)
Replaced PFDCM client with an OpenAPI generated one
This PR replaces the old PACS Q/R UI with a new one, redesigned from the ground up using antd and tanstack/query. It implements the client-side of LONK-WS.
Additions
Missing Features
The redesign is feature-incomplete.