Open console.bat and type:
q=DicomObject:new() q.SOPInstanceUID="" q.StudyDate="20200101-20200131" print(#dicomquery("CONQUESTSRV1", "IMAGE", q))
This gives you the numner of images in january 2020 on server CONQUESTSRV1.
Marcel
Open console.bat and type:
q=DicomObject:new() q.SOPInstanceUID="" q.StudyDate="20200101-20200131" print(#dicomquery("CONQUESTSRV1", "IMAGE", q))
This gives you the numner of images in january 2020 on server CONQUESTSRV1.
Marcel
Hi,
you can easily write a lua script to query images using date ranges, see examples in the lua folder, e.g. q.seriesDate="20200101-20200131". The best is to use zerobrane studio to develop the script. But the console (batch file) would work as well.
Marcel
Thank you,
I will integrate it into the manual!
Marcel
Hi,
you need to update dicom.sql and re-generate the database. The database field lenghts were set to the dicom standard many years ago. Can you also check what the maximum length is according to the current standard?
with kind regards,
Marcel
Hi,
this happens when the actual server (dgate64.exe) is not running. Maybe the server port is occupied or another copy of dgate64 is running Try reboot.
Hi Masahiro,
a one page document would be appreciated. I can incorporate it in the manual!
best regards,
Marcel
Hi, the first line of ACRNEMA.MAP must be the server itself with correct name and port:
PacsPlus 127.0.0.1 4810 un
That should do the trick
Marcel
Hi,
try Data:Compress('UL')
Marcel
Please post a debug log. Your settings are still incorrect.
The server's name and port has to be correct on the 'known dicom providers page', first line:
CONQUESTSRV1 127.0.0.1 4810 un
Marcel
Ah, yes it is the DICOM port, which I though you said was 3000, but -p4810 works! try that.
Marcel
Hi,
8086 is the internal web server port, in config.php you enter the dicom port.
Can you try to run servertask from the command line, e.g.
servertask -p3000 -q127.0.0.1 --echo:CONQUESTSRV1.
Marcel
Hi,
The checkbox for the web server is a built-in web server that does not use apache. If you check it and then right click it you can test the web interface.
The pink error window shows failed communication between web server and dicom server. Double check your config.php. It should say -p3000 -q127.0.0.1 without spaces.
Marcel
Or there maybe a firewall issue.
Hi,
If you get:
DICOM ERROR connect failed on socket level (called not running)
Conquest 1.5.0d WEB interface
server not running
Then the port or IP address in config.php is wrong.
Marcel
Hi,
you need to edit config.php in the app/newweb and api/dicom folders to set the correct port number on line 3. It is set to the default of 5678.
regards,
Marcel
Hi,
the simplest method that I always use on Windows is to use xampp which has php pre-installed.
Marcel
Hi,
did you copy the entire webserver contents from conquest into apache (I do not see .htaccess)? And did you install php?
suggested changes:
AllowOverride None --> AllowOverride All in apache2.conf
memory_limit = 128M --> memory_limit = 512M in php.ini
upload_max_filesize = 2M --> upload_max_filesize = 250M in php.ini
post_max_size = 8M --> post_max_size = 250M in php.ini
Marcel
Hi,
you seem to be using an old web server - that maybe was installed long ago?
The new web server is at http://hostname/app/newweb
The best viewer to try out is OHIF that appears as link there.
Best regards,
Marcel