Hi,
definitively a good function to have but I don't have the time to write it. I will add it to the wishlist.
Marcel
Hi,
definitively a good function to have but I don't have the time to write it. I will add it to the wishlist.
Marcel
Hi,
sounds like a good plan. I will do at an update.
Marcel
Hi,
StudyInsta etc is used as PRIMARY KEY. That should make it UNIQUE, doesn't it?
Marcel
Hi wamp is an alternative for Ladle. Do not run the same on both ports.
Start to test ohiftop on Ladle port 8086, if you unzip it into (e.g. C:\dicomserver150d\webserver\htdocs\app\ohiftop) should just work.
Marcel
Yes this is allright, as long as your server is on port 5678.
Which ohif are you using? The one distributed with conquest is setup to access /api/dicom:
Marcel
Can you post screenshot of the server after it stopped?
Marcel
Hi,
when using php you need to edit config.php in api/dicom to set the correct port.
Marcel
Hi,
have you tried the built-in webserver first?
Marcel
Ok,
this is clearly a bug. Can you instruct them to use only one channel to send the data for now, this is likely a setting in the PACS? If you add unique the saving will likely fail as well. I will try to fix this with some priority, but it still may take a few weeks.
Marcel
Hi,
it is an ancient bug, just use NightlyCleanThreshhold with tho 'h' s for now. An update will accept both spellings.
Marcel
Ah,
NightlyCleanThreshhold is misspelled in the server code! This means it only works will the GUI is open, which I guess it wasn't. Added to buglist.
Marcel
Well the client is sending over 3 connections at once. This should not be a problem but apparently it is. How reproducible it this issue?
Is your partner lab sending pictures over many associations at once?
You can see this is the server log. It may be useful to share the server log before the issue appears.
Marcel
Hi Thomas,
I have never seen this. What database are you using?
Marcel
Hi,
you are the first to ask!
Added as request.
Marcel
Hi,
why not automate the process with e.g.
ImportConverter0 = mkdir \\shared\%i; save jpg to \\shared\%i\%o.jpg
makes a folder with patient ID, saves jpg in there with SOPInstanceuid as name
Also the newest version has better viewers relying on lua for a built-in webserver or php for apache. The OHIF viewer is included. Give it a try.
Marcel
Some samples:
print('------ test quering a database --------')
print((dbquery('DICOMPatients', 'PatientNam', 'PatientID LIKE \'2%\'')[1] or {})[1])
print('------ testing an SQL statement --------')
sql("CREATE TABLE UserTable (CounterID varchar(99), Val integer)");
sql("INSERT INTO UserTable (CounterID,Val) VALUES ('CT',1) ON DUPLICATE KEY UPDATE Val=Val+1");
Hope these help
Marcel
just go to the server status window and click the debug logging checkbox. The arrows next to it set the amount of devug logging.