OK. I'll look about that.
Thanx.
Search found 5 matches
- Tue, 2014-08-05, 13:55
- Forum: DCMTK - General
- Topic: Retrieve DICOM image without PREFIX
- Replies: 2
- Views: 3046
- Tue, 2014-08-05, 12:12
- Forum: DCMTK - General
- Topic: Retrieve DICOM image without PREFIX
- Replies: 2
- Views: 3046
Retrieve DICOM image without PREFIX
Hello, Currently I'm using STORESCP.EXE to receive studies with the following command [which is working]: storescp.exe -v --aetitle LOCALSERVER 104 -fe .dcm -od C:\ImageBox\ But instead of all the images are being named with the following pattern "SOPINSTANCEUID.DCM", they are beeing appoi...
- Thu, 2013-10-03, 18:07
- Forum: DCMTK - General
- Topic: How to get just one DCM image with MOVESCU?!?
- Replies: 5
- Views: 9029
Re: How to get just one DCM image with MOVESCU?!?
I've tryed your suggestion, but with: MOVESCU.EXE -S ArchiveAETitle ArchivePort --call LocalAETitle --aetitle ArchiveAETitle --move LocalAETitle -k QueryRetrieveLevel=IMAGES -k 0020,000D=StudyInstanceUID -k 0020,000E=SeriesInstanceUID -k 0008,0018=SOPInstanceUID I'm still retrieving all images for t...
- Wed, 2013-09-18, 17:12
- Forum: DCMTK - General
- Topic: How to get just one DCM image with MOVESCU?!?
- Replies: 5
- Views: 9029
Re: How to get just one DCM image with MOVESCU?!?
Normand, first of all thank you for your reply!
Yes, the AccessionNumber is the same for all images of a study.
Could you please help me getting your sugestion into the code line?
Yes, the AccessionNumber is the same for all images of a study.
Could you please help me getting your sugestion into the code line?
- Tue, 2013-09-17, 14:52
- Forum: DCMTK - General
- Topic: How to get just one DCM image with MOVESCU?!?
- Replies: 5
- Views: 9029
How to get just one DCM image with MOVESCU?!?
Hello! Recently I was assigned to develop a simple online DICOM project in which I must query our PACS database for a specific image of a study. Then, the main objective is to parse some of its DICOM tags. The approach I came up with is to use MOVESCU.EXE to retrieve and locally store the required D...