Search found 8 matches

by freddy311082
Mon, 2013-04-01, 22:52
Forum: DCMTK - General
Topic: about STORE SCP and Transfers Syntax
Replies: 1
Views: 3115

about STORE SCP and Transfers Syntax

hi peopple i'm trying to build my own scp application with echo, storescp and Q/R i'll like that my server receive images with any transfer syntax and store it, but when I use the function DIMSE_receiveDataSetInMemory, I have the accepted presentation context in my association object, but what happe...
by freddy311082
Thu, 2013-02-21, 01:48
Forum: DCMTK - General
Topic: HL7 Help
Replies: 1
Views: 6233

HL7 Help

Hi to everybody... I know that this forum is just for DCMTK, but anyone know about another open sources project like DCMTK but for HL7 ??? I need to include on my system the HL7 functions and I LOVE THE DCMTK API. For that reason, I'll like to use a C++ api for HL7 and DCMT for DICOM... anyone know ...
by freddy311082
Wed, 2012-09-19, 14:54
Forum: DCMTK - Installation
Topic: DCMTK on Debug Mode compilation
Replies: 1
Views: 4094

DCMTK on Debug Mode compilation

Hi to everybody I need to compile the DCMTK on Debug mode because during I debug my application I wanna enter inside the DCMTK's functions. So, when I started the compilation, I set the value "Debug" to de the BUILD_TYPE variable.... after that, I have a piece of code where I'm trying to n...
by freddy311082
Wed, 2012-07-18, 18:28
Forum: DCMTK - General
Topic: Association Steps
Replies: 2
Views: 3754

Re: Association Steps

Ok, but I need tu do my own implementation and right now I'm testing the solutions that I can do... Here is my code to to make an ECHO-SCU: OFCondition DcmNetService ::cecho() { // Checking the network status OFCondition cond = ASC_initializeNetwork(NET_ACCEPTORREQUESTOR, 0, 30, &this->network)...
by freddy311082
Mon, 2012-07-16, 22:36
Forum: DCMTK - General
Topic: Association Steps
Replies: 2
Views: 3754

Association Steps

Hi to everybody

I'm trying to implement the communication with another DICOM's AET. When I'm trying to make the association, I need to put the Presentation Context to the T_ASC_Parameters instance and the others parameters... How can I do that ???

Best regards

Freddy
by freddy311082
Wed, 2012-05-16, 20:13
Forum: DCMTK - General
Topic: wraping dcmtk for python
Replies: 7
Views: 12883

Re: wraping dcmtk for python

Hi bro !!!

I´m writing to you to kmow if you can help me to find a wraping dcmtk for python... You were working on it... Did you finish?? in that case, you can help me with it ???

best regards
by freddy311082
Wed, 2011-03-30, 15:58
Forum: DCMTK - General
Topic: GPWL Implementation
Replies: 2
Views: 4113

GPWL Implementation

Hello to everybody...

I'm trying to build a GPWL DICOM Server Application, and I hadn't find any implementation of this service on the DCMTL Project...

There is anyone who can help me to solve my problem or I must build my own GPWL DICOM SCP Class Service ???

Best Regards
by freddy311082
Sat, 2008-12-13, 04:11
Forum: DCMTK - Installation
Topic: C++ Bulder 6 & DCMTK
Replies: 1
Views: 5134

C++ Bulder 6 & DCMTK

Hello I'm try to compile a DCMTK with C++ Builder 6, but I don't know how can I do it... Searching int the messages in the DCMTK forum, I found some many comments about it, but I try to do it and I hadn't a success result... Please, if some body know how can I use DCMTK with C++ Builder 6, tell me a...