Search found 10 matches

by Someone
Tue, 2005-12-13, 23:53
Forum: DCMTK - General
Topic: DCM_PixelSpacing
Replies: 3
Views: 6508

Thank you very much for your rely. I am not sure how to associate the DcmItem with the current DcmDataset that contains the tag parameters. I am writing the dicom file similar to the example code given in the DCMTK documentation. I use the following to specify the pixel spacing tag value, dataset->p...
by Someone
Mon, 2005-12-12, 19:57
Forum: DCMTK - General
Topic: DCM_PixelSpacing
Replies: 3
Views: 6508

DCM_PixelSpacing

I am trying to write a CTImageStorage file. I specify all the necessary tag information. When I push it to the server, the server log says " Pixel spacing - Tag parameter invalid". Even when the Pixel Spacing tag parameter is not specified (I know it is required for a CT file), I am gettin...
by Someone
Fri, 2005-10-28, 18:58
Forum: DCMTK - General
Topic: Multiple Files as a single entry
Replies: 2
Views: 3570

I apologize for posting it in the wrong forum. Thank you for your reply. It really helped.
by Someone
Fri, 2005-10-21, 18:58
Forum: DCMTK - General
Topic: Multiple Files as a single entry
Replies: 2
Views: 3570

Multiple Files as a single entry

Hi, I have question regarding the pushing of dicom files to the dicom server. I need to push a set of dicom files ( slices of a single volume dataset) to the server as a single entry. Currently I am able to push each file as a seperate entry in the server. Also I would like to know, what is UID_seco...
by Someone
Sat, 2005-09-24, 23:59
Forum: DCMTK - General
Topic: Pushing image files to the server
Replies: 10
Views: 13271

Thank you so much for your reply. I looked up at the Storescu code and I can now push valid dicom files to the server. But I am unable to push a dicom file that I write. I looked up at the example to write a dicom file from the HTML documentation. I would like to know it there are any standard set o...
by Someone
Thu, 2005-09-22, 02:08
Forum: DCMTK - General
Topic: Pushing image files to the server
Replies: 10
Views: 13271

When I try to request association, I am getting this following error,

Association Rejected:Result: Rejected Permanent, Source: Service User
Reason: Called AE Title Not Recognized

Please let me know where I am going wrong in this case.

Thanks.
by Someone
Thu, 2005-09-22, 01:14
Forum: DCMTK - General
Topic: Pushing image files to the server
Replies: 10
Views: 13271

-------------
by Someone
Tue, 2005-09-20, 17:22
Forum: DCMTK - General
Topic: Pushing image files to the server
Replies: 10
Views: 13271

I am sorry I was not clear earlier. This is what I have to do. I am writing a Dicom file (with DcmFileFormat and DcmDataset) in Visual C++. Now I need to establish connection with the Dicom Server and send the file(or buffer) to the server automatically from my program. Is it possible using DCMTK? I...
by Someone
Mon, 2005-09-19, 23:07
Forum: DCMTK - General
Topic: Pushing image files to the server
Replies: 10
Views: 13271

Thanks for your reply. I am actually trying to push dicom files to the server in a programmatic way. I looked at the storescu and storescp. They seem to be command line utilities. Correct me if I am wrong.

If possible, Can you provide me a snippet of such code??

Thanks in advance.
by Someone
Fri, 2005-09-16, 17:08
Forum: DCMTK - General
Topic: Pushing image files to the server
Replies: 10
Views: 13271

Pushing image files to the server

Hello,

I am a newbie to DCMTK. I am trying to write a DICOM file and push it to the server from the client.

I am able to write the file in dcm format. My question is how to push the image files from the client to the server in a programmatic way?

I'd appreciate some pointers on this.

Thanks.