You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,15 @@ Please refer to the [AppConfig.d.ts](src/AppConfig.d.ts) file for configuration
135
135
136
136
The configuration can be changed at build-time using the `REACT_APP_CONFIG` environment variable.
137
137
138
+
#### Runtime Server Selection
139
+
140
+
When `enableServerSelection` is enabled in config, users can switch the active DICOMweb server at runtime via the header.
141
+
142
+
-**Full URLs**: Paste the complete server URL (e.g. `https://healthcare.googleapis.com/v1/projects/.../dicomWeb`).
143
+
-**Path-only (GCP Healthcare)**: Paste a GCP DICOM store path without the domain (e.g. `/projects/my-project/locations/us-central1/datasets/my-dataset/dicomStores/my-store/dicomWeb`). The app prepends `https://healthcare.googleapis.com/v1` automatically.
144
+
145
+
Authorization is re-applied when switching servers, so a page reload is not needed after changing the active server.
146
+
138
147
### Handling Mixed Content and HTTPS
139
148
140
149
When deploying SLIM with HTTPS, you may encounter mixed content scenarios where your PACS/VNA server returns HTTP URLs in its responses. This commonly occurs when:
0 commit comments