knopkem / dicomweb-pacs

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

Study is removed from the study list #79

Open jinftw64 opened 8 months ago

jinftw64 commented 8 months ago

Hello,

I've followed the documentation and deployed the build onto a DigitalOcean Ubuntu droplet. I've loaded a single study locally via the import folder. The set up works fine but often removes the study from the list some hours later. In order to fix the issue, I reboot the host and start the server again.

How would you troubleshoot the issue?

knopkem commented 8 months ago

Hi, I was not aware of this issue, will try to reproduce

knopkem commented 8 months ago

So far couldn't reproduce (I let the server run locally for several hours). You sure that the server is not generally stuck?. How do you run the node server - via systemd? What happens when you import more than one study, are only some missing after a while or all? Basically, I can't see how this could actually happen, studies are either in the sqlite database and can be found or not, nothing is removed (this is actually something I'm thinking of implementing).

jinftw64 commented 8 months ago

Node is running globally on the server and I'm using pm2 to manage dicomweb-pacs. I've run the import only once and there were no issues with the import.

jinftw64 commented 7 months ago

I think I discovered the cause of the issue.

The study date of procedure was in 2002 and the viewer's date filter goes to 2005. If I change the date in the filter, the study never reappears in the study list.

I fixed the issue by changing the date of procedure in the DICOM tags to 2020.

jinftw64 commented 7 months ago

Spoke too soon, the issue has been reoccuring again.