knopkem / dicomweb-proxy

A proxy to translate between dicomweb and traditional dicom dimse services (PACS communication)
Other
68 stars 19 forks source link

Can't store measurement #91

Closed uptoyou0120 closed 1 year ago

uptoyou0120 commented 2 years ago

Dicom Viewer: https://github.com/OHIF/Viewers/tree/v3-stable/

PACS: ConQuest DICOM server 1.5.0c

I replaced the dicom viewer from preinstalled viewer to OHIF viewer v3, and it can be execute fine (The viewer can retrieve the dicom images, and display them properly). However, only the functionality of saving measurement is not working. The browser's (chrome) debugger indicated that the media type is not supported (response status code: 415).

Here is the request header:

Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Content-Length: 4445
Content-Type: multipart/related; type=application/dicom; boundary=b604543a-e4de-bf0b-ea88-19f0c3efdb5b
Cookie: i18next=en-US
Host: localhost:5000
Origin: http://localhost:5000
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
sec-ch-ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"

What is the reason of the problem? How could I fix this? or it is the bug of the dicomweb-proxy?

p.s. I have tried to use the preinstall viewer before, but it is still can't save the measurement of the image.

knopkem commented 2 years ago

Hi, afaik OHIF v3 is still not official, so fixing issues for this is low prio. I'll still have a look if there is time.

knopkem commented 1 year ago

Too many issues still, not worth for me spending time for now.