Recent Activities
-
stridde
Added the version 6.2.0 of the file DICOMReader DICOM Conformance Statements.File VersionFilename: DICOMReader 6.2 DICOM Conformance Statement - 001R.pdf
Type: PDF
Language: English -
stridde
Added the version 6.2.0 of the file DICOMReader DICOM Instructions for Use in English.File VersionFilename: DICOMReader 6.2 Instructions for Use - 001R.pdf
Type: PDF
Language: English -
stridde
Added the version 6.2.0 of the file DICOMReader Administration Guides.File VersionFilename: DICOMReader 6.2 Administration Guide - 001R.pdf
Type: PDF
Language: English -
habrich
Added the version 6.2.0 of the file DICOMReader.File VersionUnified License Model: DICOMReader 6.2 now comes in one single PRO edition that includes the full feature set. BASIC license edition has been discontinued.
Features
• Support of ZIP archives for importing images: DICOMReader now supports importing… -
marcelvanherk
Wrote a comment on marcelvanherk’s wall.Wall CommentTry:
ImportConverter0 = C:\Users\card0462\AppData\Local\Programs\Python\Python313\python.exe G:\extract_pdf.py %f
You can later add a test for PDF with ifequal "%m","EDPF"; or whatever the modaiity is.
Marcel -
mykeymac
Wrote a comment on marcelvanherk’s wall.Wall CommentHi Marcel,
I'm having some fun and games trying to launch a python script to extract an encapsulated pdf, give it a filename using the PatientID and save to a folder just for the PDFs. I've tried a number of import converters but without any success.… -
HappyComrade
Replied to the thread Can't delete old studies ( DGATE64 issue ).PostHm, interesting. I got 40 Tb storage. Maximum that i tried by -ff function - 5 Tb. -
marcelvanherk
Replied to the thread Can't delete old studies ( DGATE64 issue ).PostI think it queries all images to be deleted, so that may run out of memory.
Marcel -
HappyComrade
Replied to the thread Can't delete old studies ( DGATE64 issue ).PostYep, I tried to delete much less and its work. The question is what changed for program, that its start to be problem...but its ritorical).
Thanks! -
marcelvanherk
Replied to the thread Can't delete old studies ( DGATE64 issue ).PostMaybe you can set
LRUSort =
in dicom.ini. This selects another algorithm to cleanup that might be lighter on memory. It may be you have so complex patients in the last 1000 that it runs out of memory.
Marcel -
marcelvanherk
Replied to the thread Can't delete old studies ( DGATE64 issue ).PostHi, I think you are maybe deleting too much at once. Let me check the ff option a bit later -
HappyComrade
Posted the thread Can't delete old studies ( DGATE64 issue ).ThreadHello.
Unfortunately, got some problems with deleting old patients studies at last time.
For example:
Start cmd.exe
cd get_to_right_directory and start dgate64 -ff****mb
But at last few times it do nothing and after some time i got such messages:
1.… -
SDTux
Reacted withReaction (File)to the file iQ-WEB incl. iQ-4VIEW, iQ-X and optional interfaces.
Click on "Download" or use the link above in order to get evaluation versions of iQ-WEB and the respective add-ons, which are limited in time. They run for 30 days.… -
Erik Virtel
Replied to the thread K-PACS WORKSTATION VERSION 1.5 OR 1.6 REQUEST.Postyou can download it in the download center https://forum.iq-image.com/fil…cs-installer-en/#versions -
drbulus
Posted the thread K-PACS WORKSTATION VERSION 1.5 OR 1.6 REQUEST.ThreadDear All,
I want a fresh copy of K-PACS Workstation (Version 1.5 or 1.6). My system crashed and my back-up external hard disk is unreadable as it was subjected to a strong magnetic field. Thank you. My email address is drbulus@yahoo.com. -
drbulus
Wrote a comment on drbulus’s wall.Wall CommentDear All,
I want a fresh copy of K-PACS Workstation (Version 1.5 or 1.6). My system crashed and my back-up external hard disk is unreadable as it was subjected to a strong magnetic field. Thank you. My email address is drbulus@yahoo.com. -
eschah2
Replied to the thread Merge Dicom File Storages.PostHi Marcel,
Thank you for the elegant approach, as the move works without server downtime, even if it takes some time!
With kind regards
emil -
marcelvanherk
Replied to the thread Merge Dicom File Storages.PostYes,
something like
dgate64 -aeFROM,TO
where FROM is MAG1 and TO is MAG0
Alternatively:
dgate64 -amMAG1,MAG0
copies and verifies the data and changes the database.
This would run a long time but runs while the server is active and all data is… -
eschah2
Posted the thread Merge Dicom File Storages.ThreadHi,
We use Conquest with the integrated SQL-Lite database and 2x hard disks (MAG0, MAG1) for Storage von Dicom-files.
Now we would like to merge the Dicom-files onto new hard disk (MAG3).
Is there a way to copy the data via operating system (windows)…