Search found 7 matches

by smalltownghosts
Tue, 2019-06-04, 14:21
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

Re: DCMTK > find and store dicom files to local folder

Thank you for the info above. we have actually been able to resolve the issues i originally posted about yesterday.However, we have now run into a new issue. Here is the new CODE: set BIN="E:\DCMT_GSH_MIG_MOVE\dcmtk-3.6.4-win64-dynamic\bin" %BIN%\getscu ^ -d ^ -aet CALLING_AET111.111.111.1...
by smalltownghosts
Mon, 2019-06-03, 17:28
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

Re: DCMTK > find and store dicom files to local folder

so, this is the intrinsic issue; I want to store the results of the FIND, to my local machine, which has an IP but no port. does that make sense?
by smalltownghosts
Mon, 2019-06-03, 17:18
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

Re: DCMTK > find and store dicom files to local folder

ok, got the latest version. here is my code: for /F %%X in (SIUIDS.txt) do ( findscu -S -k 0008,0052="STUDY" -k 0020,000D="%%X" --aetitle CODYPC --call AET_REP 111.111.111.111> cfind.result dump2dcm -v +E cfind.result cmove.dcm movescu -v -aet AET_REP -aec ANY-SCP 128 -od C:\DCMT...
by smalltownghosts
Mon, 2019-06-03, 16:00
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

Re: DCMTK > find and store dicom files to local folder

ha! just did. getting the newer version now!
by smalltownghosts
Mon, 2019-06-03, 15:54
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

Re: DCMTK > find and store dicom files to local folder

here is the error: I: reading dump file: cfind.result E: dump2dcm: cfind.result: no Tag found (line 1) E: dump2dcm: cfind.result: no Tag found (line 8) E: 2 Errors found in cfind.result I: writing DICOM file W: output transfer syntax unknown, assuming --write-xfer-little I: dump successfully convert...
by smalltownghosts
Mon, 2019-06-03, 15:49
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

Re: DCMTK > find and store dicom files to local folder

we are using version: dcmtk-3.6.3-win64-dynamic . it looks like this version came out in Feb of 2018

this code, STILL bombs with not recognizing "-od"
movescu -v -aec SPECIFIC_AET -aet test1 -od C:\DCMTK_LOCAL_STORE 111.111.111.112 128 cmove.dcm
by smalltownghosts
Mon, 2019-06-03, 14:14
Forum: DCMTK - General
Topic: DCMTK > find and store dicom files to local folder
Replies: 12
Views: 5806

DCMTK > find and store dicom files to local folder

Currently using DCMTK to find studies in a database. next i need to be able to move those studies from the database to either a local folder (on my machine) or a fileshare. i am able to find the study and write it to a file but, the MOVESCU bombs out with an error of "unknown option -od". ...