Michael Knopke
Michael Knopke
This might be what you want: https://www.npmjs.com/package/dicomweb-proxy The backend is using nan native plugin: https://www.npmjs.com/package/dicom-dimse-native using Imebra (hence the GPL license) but I'm changing it to use dcmtk and switch...
It's done. Have fun.
I suspect that the issue comes from a race condition between your XHR request (on page load?) and the csrf library trying to initialize. One quick way to find this...
In this case, my assumption was wrong. I thought you would auto trigger a XHR post request when the DOM was loaded (which then might create an issue with csrf)....
Hey, I think this is a good analysis. Will try to fix this asap. Thanks for reporting. Cheers
Indeed, this would be a nice improvement. The dimse output is currently produced by dcmtk via their internal logger, but this logger can be replaced. I will have a look...
I tried adding a logforwarder that sends the captured logs to the js land. It did work to some extend but then crashed under heavy logging, so postponed this for...
Hi, could you enable verbose logging and post what it prints? On Wed, Aug 24, 2022, 21:08 Khanshk ***@***.***> wrote: > Hi, > Trying to send some dicom to pacs...
Sorry for the late answer. Thanks for the report will try to reproduce.