ohif-viewer/platform/docs/versioned_docs/version-1.0-deprecated/essentials/troubleshooting.md

26 lines
1.4 KiB
Markdown
Raw Normal View History

2021-06-15 21:54:55 +02:00
---
sidebar_position: 4
---
2018-01-30 15:05:15 +01:00
# Troubleshooting
## Common Problems
2021-06-15 21:54:55 +02:00
| Problem | Most Common Reasons |
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Can't retrieve Study List over DICOMWeb | 1. QIDO root URL is incorrect 2. DICOM Web is not enabled on PACS |
| Can't retrieve Study List over DIMSE | 1. PACS is not configured to allow connections from OHIF Meteor Server |
| Can't retrieve images | 1. WADO Root URL is incorrect 2. DICOM Web is not enabled on PACS 3. HTTP Basic Authentication username and password are incorrect or not provided. |
2018-01-30 15:05:15 +01:00
## Debugging Steps
### Can't retrieve Study List over DICOMWeb
1. Check that you can query your PACS using an alternative DICOM Web client (e.g. cURL, or a Web Browser). If you cannot, then your PACS is configured incorrectly. Refer to the documentation of the image archive.
2.
### Can't retrieve Study List over DIMSE
### Can't retrieve images