Search found 9 matches

by cyril.mj
Mon, 2018-11-26, 10:13
Forum: DCMTK - General
Topic: Add custom Modality
Replies: 2
Views: 1756

Re: Add custom Modality

Thanks for the reply. Like you said changing the value of the modality tag helped me achieve what i wanted.

Thanks and regards,
Cyril
by cyril.mj
Mon, 2018-11-19, 06:47
Forum: DCMTK - General
Topic: Add custom Modality
Replies: 2
Views: 1756

Add custom Modality

How can I add a custom modality in dcmtk?

Thanks and regards,
Cyril M Jose
by cyril.mj
Mon, 2018-11-19, 06:41
Forum: DCMTK - Installation
Topic: Access violation while trying to apply TLS in release mode
Replies: 4
Views: 5983

Re: Access violation while trying to apply TLS in release mo

Thanks for the help. It is working now, I was careless while adding lib files to the dependencies. I had added debug lib files for openssl in my lib file dependencies in release mode. After I removed them, it is working properly.
Thanks and regards,
Cyril M Jose
by cyril.mj
Tue, 2018-11-13, 12:46
Forum: DCMTK - Installation
Topic: Access violation while trying to apply TLS in release mode
Replies: 4
Views: 5983

Re: Access violation while trying to apply TLS in release mo

I am using openssl-1.1.0. I didn't check the connectivity with storescu and storescp with TLS option. I just used echoscu with tls for checking but it didn't connect in release build.

Regards,
Cyril M Jose
by cyril.mj
Wed, 2018-11-07, 14:00
Forum: DCMTK - Installation
Topic: Access violation while trying to apply TLS in release mode
Replies: 4
Views: 5983

Access violation while trying to apply TLS in release mode

Hi, I've been trying to use TLS security feature offered by dcmtk in my application. I was able to use TLS feature in debug mode but while running my application release mode, this access violation occurs everytime Exception thrown at 0x00007FFD0252BDC0 (dcmtkssl-1_1-x64.dll) in ConsoleApplication1....
by cyril.mj
Thu, 2018-09-06, 06:14
Forum: DCMTK - General
Topic: Sending custom error messages in dcmtk
Replies: 2
Views: 2130

Re: Sending custom error messages in dcmtk

Could we use addStatusDetail function for this purpose, I couldn't find any examples using it though. Could anyone please help me with this, it is actually needed urgently for the project I am working on

thanks and regards,
Cyril M Jose

PS : I am a just a beginner in DICOM and DCMTk
by cyril.mj
Wed, 2018-09-05, 06:26
Forum: DCMTK - General
Topic: Sending custom error messages in dcmtk
Replies: 2
Views: 2130

Sending custom error messages in dcmtk

Is sending custom error messages possible in dcmtk, if so how that can be achieved. My scenario here is that I want to define my own error messages and send that message to the scu if the find fails for some reason. Similarly I want to be able to do this for echo, move and store. If this is achievab...
by cyril.mj
Fri, 2018-07-13, 12:51
Forum: DCMTK - General
Topic: Thread-pool implementation in DCMTK using scppool
Replies: 1
Views: 1653

Thread-pool implementation in DCMTK using scppool

Hi all, I am trying to implement a thread-pool with maximum of 5 threads. It has not been implemented at present, I want to implement it so that I can use it in a project I am working on. Could anyone please give me some direction on how to implement this feature. I tried to implement the thread-poo...
by cyril.mj
Thu, 2018-07-12, 14:40
Forum: DCMTK - Installation
Topic: Thread-pool implementation in DCMTK using scppool
Replies: 1
Views: 4212

Thread-pool implementation in DCMTK using scppool

Hi all, I am trying to implement a thread-pool with maximum of 5 threads. It has not been implemented at present, I want to implement it so that I can use it in a project I am working on. Could anyone please give me some direction on how to implement this feature. I tried to implement the thread-poo...