Just make it "after 30" or so.
process series after 30 by
process study after 30 by
The default is after 300 s.
Marcel
Just make it "after 30" or so.
process series after 30 by
process study after 30 by
The default is after 300 s.
Marcel
Hi,
I think after 1 is too quick. If there is more than 1 second between images it would trigger multiple times. There is no natural end to a series so you need a delay to see if nothing more is coming.
Note that in earlier versions the timer would trigger after the first image, recent versions re-trigger the timer after each image. What version are you using?
Marcel
Hi,
that makes debugging quite a bit harder. Can you install a temporary server with database?
Marcel
Hi,
can you manually send from MEDISO_DCMSRV_1 to CONQUESTSRV1 in the Conquest GUI? If not then MEDISO_DCMSRV_1 may not be properly configured to see CONQUESTSRV1.
Marcel
Hi,
I think autodelete only works when there is a single MAG device.
Marcel
The network log clearly shows stuff is loaded from the cache. This is mod-rewrite not being active - please use google.
Marcel
Hi,
did restart apache and clear the cache after enabling mod_rewrite?
if mod_rewrite is not running all requests map to index.html which is what is happening.
Marcel
Can you look in the browser console for errors when opening app/ohif?
The node_qido_wado folder is another implementation and is not needed.
I think maybe mod_rewrite is not enabled:
https://ubiq.co/tech-blog/how-…od_rewrite-in-xampp-wamp/
Marcel
Use files from 1.5.0c.
In webserver/htdocs there are two folders
api/dicom
app/ohif
that need to be copied to a PHP enabled web server.
The only configuration is in api/dicom: config.php. There set the IP address and port of the dicom server.
Then webserver /app/ohif should work.
Marcel
Hi,
An MWL record is only used when the scanner queries for it. So the mechanism is very simple.
Marcel
Its fine to use the one on the pacs.
Marcel
Hi LaM,
modalities can query the worklist database. It is up to you to fill it.
Command:
dgate --loadhl7:filename
or
dgate64 --loadhl7:filename
will load a HL7 worklisty entry. But you can use any SQL access to put them in.
Marcel
Hi you need to enable php and .htaccess which contains:
RewriteEngine On
RewriteRule . index.php [L]
I.e. all goes to index.php.
Marcel
Hi,
Maybe the safest and easiest is to setup a new server (in another folder) and point it at the existing data and database. What database are you using? If the database is very large you may want to keep it otherwise you can create a database and regenerate it. See also section 2.1.3 in the manual. All configuration files are compatible.
regards,
Marcel
I guess so. One way would be to add something like this to dicom.ini:
ImportConverter0 = process study by forward.lua(%StudyInstanceUID)
And then create a file forward.lua that stores the UID somewhere e.g. using persistance.lua. Otherwise the queue would fill up.
Then create a lua file that runs in the background that does the echo and if up sends on study etc.
A bit of a project.
Marcel
I can try later.
Hi,
is it defined as a sequence in the dictionary?
It may be something like this:
Data.Seq = {}
Data.Seq[0].Item = 'test'
Data.Seq[1].Item = 'test'
Hi,
this only works for MAG0; not if you have multiple MAGs
Marcel
Oops,
This is a bug. All commands starting with a 'd' are interpreted as dolua. Added to buglist.
Marcel
First one sent, first written.
The sender determines the order.
Marcel