Hi Marcel,
it's really that...
The port is not released before my restart.
Have you done a script that prevent this issue ?
Thx
Hi Marcel,
it's really that...
The port is not released before my restart.
Have you done a script that prevent this issue ?
Thx
Hello,
I can see this error frequently when restarting conquest in ubuntu.
***Failed to Listen () - bind error
Is anyone knows this issue ??
Any fix ??
Thanks
Hello,
is conquest supporting 1.2.840.10008.5.1.4.1.1.104.1 SOP Class (Encapsulated PDF Storage) ?
thanks
Hello all,
I have read in a post that :
"The inconsistent StudyModal can be ignored - it is a "calculated" field, and it can change as series with new modalities are added"
Is it possible to "fix" the value of StudyModal with the first received and block the other ones ???
Many thanks.
Hi and thanks for your answer.
It seems that the Wado fonctionnality does not work under Ubuntu/Apache2...
If anyone has made it successfully, i am very interested by the solution...
Thanks.
Bye.
Hi all, hi Marcel,
i'm long time user of conquest.
My conf :
- Ubuntu Server 14.04 LTS 64 Bits
- Conquest 1.4.17d 64 Bits
I'm using Weasis with it with a self made connector (xml, python) and it works fine...
I'm searching for a long time an answer to this simple question :
IS CONQUEST A WADO SERVER ??? And if yes, is there any tuto to configure it ?
Many Thanks.
Hi Marcel,
is it possible to give parameters to Forward instruction not to send to AET if connection is not available during a TIMEOUT ?
Thanks
Hi,
i'm using file notifier (inotify) to detect new event in receiving dcm file in dgate.
What i see with it, is that when dgate receive a file it makes a "create" and "modify" events.
Is there any system to be sure the file is "closed written" by dgate in order to use it ???
Generally when a file is written the event "write" is made (by the fwrite or fclose function).
Thanks for any idea....
Hello Marcel, (and all),
some characters are changed to create path in dicom/ directory.
eg : '.' is replaced by '_'
Is it possible to have the list of all characters that are concerned ?
Why does dgate do that ?
Thanks.
Hi all,
is there any solution by using the dicom.ini to set a list of authorized AET to DCIOM-communicate with dgate ?
eg : by using the only AET that are in acrnema.map ?
All the other incoming dicoms would be destroy or refused...
Thanks.
Esteraph
Hi all,
i confirm that under linux (ubuntu server LTS) i have to do :
before running dgate.
The command :
shows the encoding of database.
My encoding is always UTF8 but sometimes (when meta dicom contains specials caracters), it crashes when PGCLIENTENCODING is not set to LATIN1.
Perhaps the solution is not to create utf8 database !!! but latin1.
Bye.
Hi Marcel,
i always use Postgresql Database (V9.1.x)
The conquest message error is :
When i put some ImportConverters into the dicom.ini to put these tags to "" it is ok.
But not always....
I can't know before all the bad tags...
Regards.
Hi all,
a new error appears to me but i don't think to have change anything...
When some Dicom tags as :
0008,0090
0008,1030
0008,1048
0032,1032
0032,1060
0040,0007
0008,0104
0010,1040
contains some special caracters as : é, ç, à, etc... the error appears !!
It is certainly an SQL encoding error but i don't see any issue.
I have to make some ImportConverters to set then to ""
Any idea ???
Esteraph.
Hi all,
after many changes made with Marcel, i give you the way to do good compression in Conquest by using lua scripting :
What is important to have (for me) :
Context :
- dgate-1.4.17c-64bits
- linux server Ubuntu 12.04.4 LTS 64 Bits
- postgresql 9.1.12
dicom.ini :
compress.lua :
The result is that my studies are available in three compression mode :
- un
- jk
- jl
Very intressting for those who can't make Weasis works in wado mode with linux...
You can use downloading mode instead !
Bye, and many thanks to Marcel !
Hi,
i think my problem is the worklist database table name !
It should have been hardcoded that worklist table must be named "DICOMWorkList", and it is not my case...
The name like : dicom_dicomworklist
I have found in the dbsql.cpp, line 3092 :
Surely that the dgate --initializetables:2 does not work if the name is not DICOMWorkList !!!
The "DICOMWorkList" string is hardcoded into many other lines in this file.
I think the dicom.ini is not really used to read database table name ??
What do you think about it ??
Hi,
dgate --debuglevel:4
Arena 0:system bytes = 1118208in use bytes = 812976Arena 1:system bytes = 536576in use bytes = 400448Arena 2:system bytes = 135168in use bytes = 51584Total (incl. mmap):system bytes = 1789952in use bytes = 1265008max mmap regions = 1max mmap bytes = 311296Arena 0:system bytes = 1118208in use bytes = 812976Arena 1:system bytes = 536576in use bytes = 402720Arena 2:system bytes = 135168in use bytes = 51584Total (incl. mmap):system bytes = 1789952in use bytes = 1267280max mmap regions = 1max mmap bytes = 311296
And :
dgate --addlocalfile:/home/xxx/hl7/samples/ORM_in.hl7
It does the same thing
Hi,
when i am using dgate --loadhl7:file command, the log returns :
But nothing added in the dicomworklist.
when i am using dgate --addlocalfile:file command,the log returns :
And nothing added in the dicomworklist too !!!
I have tried from many differents folders....
Any idea ?
Raphaël.
Hi,
thanks but i am using linux interface...
No Gui....
Do i have to complete acrnema.map with AET in hl7 file ?
Raphaël
Hi all,
i've understood the way to load an hl7 message in dgate is by using the "dgate --loadhl7:file" command.
No problem to use this way.
But is there another configuration to do it work with files as dicom.ini, acrnema.map or dgatesop.lst ???
Because when i'm using these command line, it doesn't create any worklist at all.
Perhaps it doesn't do that, and i have misunderstood ???
Perhaps it only does modification on an existant worklist ?
Normally, loading hl7 ORM^001 message would create a DWL with informations in it ?
Thanks.