Recent Activities
-
Ushavilash
Replied to the thread K-PACS V 1.5 Features and Changes.PostHi, thanks for sharing the list of new features in K-PACS v1.5! The new DICOM header view and thumbnail navigation look really useful. Can you let me know where I can download the latest version or any updates about version 1.6? Thanks -
Brent98
Replied to the thread SMTP Configuration in Watch Dog.PostPleased to see your question as I think I have the same question, I am also confused and in need of light on this same issue. Need help.
Dgcustomerfirst -
Ushavilash
Replied to the thread Conquest DICOM Server 1.5.0c released.PostThe new features, especially the DICOMWeb, look really helpful for better integration. I’ll try out the latest version and share my feedback if I find anything. Great work on improving the tool. -
marcelvanherk
Replied to the thread Some examinations are not saved.PostI guess you can avoid this error by adding something like this in dicom.ini (not in the [lua] section)
ImportConverter0 = ifempty "%VSOPInstanceUID"; destroy
I expect this will block processing of images without SOPInstanceUID
Marcel -
RomanTK
Replied to the thread Some examinations are not saved.PostYes, but when I select a separate file on the station and send it, everything is saved
and when the examination is sent in its entirety, errors begin to appear on the AutoAlign Spine series -
marcelvanherk
Replied to the thread Some examinations are not saved.PostHi,
this image has no identifier that is used as primary ID in the database (SOPInstanceUID), and I expect is not proper DICOM.
best regards,
Marcel -
RomanTK
Posted the thread Some examinations are not saved.ThreadHello, there is a problem when sending the survey, some of the files are not saved
(Code, 37 lines)
-
Ushavilash
Replied to the thread Export Converters Queue Management.PostThese are great ideas. Using parallel exports and managing the queue with a database seems like it would really help when there's a lot of transfers. I'm also wondering if it's possible to automatically give priority to emergency patients in the queue,… -
Ushavilash
Replied to the thread Conquest 1.5.0e released.PostOk, Thankyou this info. -
mukoya
Replied to the thread Prevent Forwarding of Same file Multiple Times.PostNoted.
Understood.
Thank you. -
marcelvanherk
Replied to the thread Prevent Forwarding of Same file Multiple Times.PostI will start on the jpeg-ls lossy compression -
marcelvanherk
Replied to the thread Prevent Forwarding of Same file Multiple Times.PostThanks for the reminder. This is a very hard task for me since I did not write that bit. -
marcelvanherk
Replied to the thread Conquest 1.5.0e released.Postyes you can. Maybe also update webserver and lua if you use those.
Cheers -
Ushavilash
Replied to the thread Conquest 1.5.0e released.PostHi Marcel, thanks for the update! I’m currently using v1.5.0d on Linux. Can I update only the dgate64 and ConquestDICOMServer binaries without affecting my existing configuration? -
mukoya
Replied to the thread Prevent Forwarding of Same file Multiple Times.PostHi Marcel,
Would you kindly comment on the above issue regarding j2k lossy compression?
Thank you. -
marcelvanherk
Replied to the thread Is it possible to regenerate the unit starting from newer files to older ones?.Postbash is fine if you are handy with it. Find the date of the first file in each folder and do dgate --regendir:0,folder in order of date. Good luck! -
backsubzero
Replied to the thread Is it possible to regenerate the unit starting from newer files to older ones?.Post(Quote from marcelvanherk)
ok, I try to use lua...
thanks -
backsubzero
Replied to the thread Is it possible to regenerate the unit starting from newer files to older ones?.Post(Quote from marcelvanherk)
using bash similar this ?
find /DISCO/MAG0 -type f -printf "%T@ %p\n" | sort -nr | cut -d' ' -f2 | while read file; do ./dgate -v --loadfile:"$file"
done -
marcelvanherk
Replied to the thread Is it possible to regenerate the unit starting from newer files to older ones?.PostOr write a lua script to regenerate by folder, but you need to know the age somehow -
marcelvanherk
Replied to the thread Is it possible to regenerate the unit starting from newer files to older ones?.PostHi, you can regenerate on a wildcard I think. Do the folder names relate to age in any way? Marcel