Search found 19 matches

by mparamas
Mon, 2020-06-22, 19:31
Forum: DCMTK - General
Topic: Header only storescu/storescp
Replies: 6
Views: 2920

Re: Header only storescu/storescp

Thought so as well. I will dig. Thanks.
by mparamas
Thu, 2020-06-18, 17:51
Forum: DCMTK - General
Topic: Header only storescu/storescp
Replies: 6
Views: 2920

Re: Header only storescu/storescp

$ storescu -v +st "7fe0,0010" -aec CTP localhost 4245 MR.1591982761.1.1.dcm
$dcmtk: storescu v3.6.5 2019-10-28 $

storescu: DICOM storage (C-STORE) SCU
error: Unknown option +st

So, there is no such option +st for storescu. Would it be possible for you to offer that option in source?
by mparamas
Mon, 2020-06-15, 22:04
Forum: DCMTK - General
Topic: Header only storescu/storescp
Replies: 6
Views: 2920

Re: Header only storescu/storescp

This worked. Thanks. I was able to send the .dcm file using storescu to storescp (and even to mirc CTP), and they worked fine. Flip side to this is that there is an extra step of dcmodify for every image in the exam. Wish storescu had an option to strip pixel data on the fly before sending. Neverthe...
by mparamas
Fri, 2020-06-12, 18:22
Forum: DCMTK - General
Topic: Header only storescu/storescp
Replies: 6
Views: 2920

Header only storescu/storescp

We are working on automated DICOM QC project based on DICOM header data for research protocol compliance and header values based QC. Since we do not do image level QC, we only need to send DICOM header, and it should speed up our exams containing thousands of images. We need a way to SEND (storescu)...
by mparamas
Thu, 2019-09-05, 15:20
Forum: DCMTK - General
Topic: findscu and radiopharmaceutical tag (0018,0031)
Replies: 3
Views: 2255

Re: findscu and radiopharmaceutical tag (0018,0031)

Even at IMAGE level query, I did not get a response to the sequence -k "(0054,0016)". I can check into DICOM conformance statement for findscp, but given my task at hand, pulling image and looking into DICOM header in my only option. Thank you for your replies, I appreciate it.
by mparamas
Wed, 2019-09-04, 22:45
Forum: DCMTK - General
Topic: findscu and radiopharmaceutical tag (0018,0031)
Replies: 3
Views: 2255

findscu and radiopharmaceutical tag (0018,0031)

I need to query Siemens PETCT console directly for PT scans for the day with radiopharmaceutical (dose) information. Findscu's results do not contain this tag, in STUDY and SERIES levels, perhaps due to the vendor's implementation. Is pulling images (one image per series) via movescu and looking at ...
by mparamas
Mon, 2013-10-14, 17:53
Forum: DCMTK - General
Topic: reject DICOM store request based on DICOM header information
Replies: 1
Views: 2564

reject DICOM store request based on DICOM header information

Hi, For research subjects we keep research project ID as Patient's Last Name. We keep a master list of all such IDs. For any incoming store requests containing invalid ID for Patient's Last Name, I would like to reject store request for the incoming DICOM study. Can this be done through -xcr script ...
by mparamas
Wed, 2012-11-21, 17:55
Forum: DCMTK - General
Topic: movescu filter/include raw data
Replies: 2
Views: 3329

movescu filter/include raw data

Hi, Is it possible to skip or include raw data (i.e., pull everything) when pulling a study from PACS using movescu when PACS sends all datasets? PACSes like conquest has the ability to serve appropriate data sets based on AET, but I would like to know if movescu has the ability. Getting everything ...
by mparamas
Tue, 2012-08-07, 15:13
Forum: DCMTK - General
Topic: placeholder not recognized
Replies: 1
Views: 2528

Re: placeholder not recognized

Never mind. It is working. Apologize.
by mparamas
Tue, 2012-08-07, 14:59
Forum: DCMTK - General
Topic: placeholder not recognized
Replies: 1
Views: 2528

placeholder not recognized

I was testing as follows: /opt/dicom/bin/storescp --fork +xy +xs +xe +xx +xd -aet MYAET -xcr "/usr/local/bin/dcmparse-prep.sh #p #f" -od /mydir 104 where /usr/local/bin/dcmparse-prep.sh is: #!/bin/bash DCMFOLDER=$1 DCMFILE=$2 echo "${DCMFOLDER}/${DCMFILE}" >> /tmp/info The placeh...
by mparamas
Tue, 2009-02-03, 17:26
Forum: DCMTK - General
Topic: pdf2dcm: unable to create PDF DICOM encapsulation
Replies: 4
Views: 6604

Awesome response. I simply used the Hex editor and changed 20 to 0A (after version number) in the pdf file, saved it, and pd2dcm now works! And adobe reader reads the file. I will request veripdf support team to correct in their software. Thanks a lot! $ pdf2dcm -v sundar3.pdf mydcm3.dcm creating en...
by mparamas
Mon, 2009-02-02, 21:37
Forum: DCMTK - General
Topic: pdf2dcm: unable to create PDF DICOM encapsulation
Replies: 4
Views: 6604

pdf2dcm ..

Hex dump of the pdf file from Hex editor: 25 50 44 46 2D 31 2E 34 20 76 65 72 79 70 64 66 2E 63 6F 6D 0A 33 20 30 20 6F 62 6A 0A 20 3C 3C <trimmed> Opening the pdf file under Notepad.exe: %PDF-1.4 verypdf.com 3 0 obj <</Length 4 0 R /Filter /FlateDecode >> stream <trimmed> First few lines of the ori...
by mparamas
Fri, 2009-01-30, 21:57
Forum: DCMTK - General
Topic: pdf2dcm: unable to create PDF DICOM encapsulation
Replies: 4
Views: 6604

pdf2dcm: unable to create PDF DICOM encapsulation

Hi, I am unable to covert pdf file into a dicom file. This pdf file was generated by Text To PDF converter by verypdf.com, from text file. Adobe Reader opens this pdf file. Further details below. What am I missing? Thanks in advance. -Sundar $pdf2dcm -d sundar2.pdf mydcm.dcm file sundar2.pdf: unable...
by mparamas
Tue, 2007-01-09, 16:12
Forum: DCMTK - General
Topic: Storescp/Storescu multi-file (.mff) format
Replies: 3
Views: 4859

I worked around the transfer problem for now.

Will DCMTK support the new Multiframe IOD DICOM standard for MR, CT and PET? If yes, what is the approximate timeline? Thanks.
by mparamas
Fri, 2007-01-05, 20:10
Forum: DCMTK - General
Topic: Storescp/Storescu multi-file (.mff) format
Replies: 3
Views: 4859

Storescp/Storescu multi-file (.mff) format

1) DICOMLink on DeltaManager on Mac can not send images to DCMTK's storescp. DICOMLink has stored the images in Multifile (.mff) format. Same study from DICOMLink can be sent to other DICOM receving stations such as Conquest PACS, EFILM, etc. The studies are PET, CT and MRI. How to resolve the probl...