knopkem / dicomweb-pacs

Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Other
103 stars 38 forks source link

Dicom send #83

Open 1hilari opened 2 months ago

1hilari commented 2 months ago

delivery of one study there are several series in each series there are dicom files that have many images why only one image is included for each dicom file. is there a solution?

knopkem commented 2 months ago

I'm not sure to understand correctly. You are trying to send studies with dicom files that contain multiple images (e.g. enhanced CT Image) and only one image out of each series is received? Are you sure that the file received truly contains only one image? It might be that your PACS/Viewer just isn't able to show multiframe images and therefore only shows the first one. What PACS do you send it to? The code is pretty much the same as the tool from DCMTK (dcmSend), so you might want to check if you get the same issue with it: https://dicom.offis.de/en/dcmtk/dcmtk-tools/

https://manpages.debian.org/testing/dcmtk/dcmsend.1.en.html

1hilari commented 2 months ago

When I checked the received DICOM file in the data folder and accessed it from the local viewer, it was able to display multiple images. Why, when accessing the DICOM file from the database, does it not display multiple images in the viewer?

knopkem commented 2 months ago

The problem seems to be related to dicom multiframe images not shown correctly in the (dicomweb-pacs OHIF) viewer, I assume (still not sure I understand correctly). Need to test this myself to reproduce.