Search found 4 matches

by Dragonfly
Sun, 2006-10-29, 09:22
Forum: DCMTK - General
Topic: Are there anyone help me?
Replies: 0
Views: 15798

Are there anyone help me?

My application is try to print a image by an AGFA printer from a PC. Firstly, I create a Stored Print object by the following command: C:\dcmpsprt -c dcmpstat.cfg image.dcm A HARD COPY and an Stored Print object are created successfully. I want to print this Stored Print object using dcmprscu by fol...
by Dragonfly
Sat, 2006-10-28, 02:47
Forum: DCMTK - General
Topic: Why the dcmprscu can not print a image from AGFA?
Replies: 0
Views: 16777

Why the dcmprscu can not print a image from AGFA?

My application is try to print a image by an AGFA printer from a PC. Firstly, I create a Stored Print object by the following command: C:\dcmpsprt -c dcmpstat.cfg image.dcm A HARD COPY and an Stored Print object are created successfully. I want to print this Stored Print object using dcmprscu by fol...
by Dragonfly
Fri, 2006-10-27, 17:14
Forum: DCMTK - General
Topic: Why the negotiateAssociation can not successful in dcmprscu?
Replies: 3
Views: 5777

Thanks!

I debug the codes of dcmtk-3.5.3. The association can not be created between the PC and the AGFA printer. When dcmprscu send the requestion of association to the printer, there is no response from the printer. I guess there are some error configrations in the file of dcmpstat.cfg. But I do not know ...
by Dragonfly
Fri, 2006-10-27, 16:54
Forum: DCMTK - General
Topic: Why the negotiateAssociation can not successful in dcmprscu?
Replies: 3
Views: 5777

Why the negotiateAssociation can not successful in dcmprscu?

In my application, I want to print a image on a AGFA printer from a PC.
Firstly, I create a Stored Print object by the tookit of dcmpsprt. And then I want to print the image by AGFA printer. But the negotiateAssociation can not be successful. Could you help me? thanks!