Search found 30 matches

by ashishbme
Tue, 2019-04-02, 11:46
Forum: DCMTK - General
Topic: Remove element from DcmPixelSequence list, but do not able to delete it
Replies: 2
Views: 1940

Re: Remove element from DcmPixelSequence list, but do not able to delete it

Thank you Michael :) , for your inputs. That answers my question.

Regards
Ashish
by ashishbme
Sun, 2019-03-31, 08:31
Forum: DCMTK - General
Topic: Remove element from DcmPixelSequence list, but do not able to delete it
Replies: 2
Views: 1940

Remove element from DcmPixelSequence list, but do not able to delete it

Hi, I am trying to compressed byte sequence in DICOM file. this code is working (still i need to refine). i am inserting DcmPixelItem in DcmPixelSequence. after dicom image is saved, i need to clean up heap objects. i am removing from pixelsequence but when i am try to delete DcmPixelItem objects. i...
by ashishbme
Thu, 2019-03-14, 15:34
Forum: DCMTK - General
Topic: Start storescp in new thread crashing
Replies: 2
Views: 1891

Re: Start storescp in new thread crashing

Hi Michael,

Thank you for reply :D . Yes i while debugging i realized, it is due to port issue.

Regards
Ashish
by ashishbme
Tue, 2019-03-05, 06:06
Forum: DCMTK - General
Topic: StoreSCP error while receiving file
Replies: 1
Views: 10720

StoreSCP error while receiving file

Hi, I am running storescp and trying to get send dicom files, but getting error (0006:0308 DUL Illegal PDU LEngth 209504. Max expected 16384) . Please find the log below. D: Association Received: LMSBAN-FVN28Q2 D: setting network send timeout to 60 seconds D: setting network receive timeout to 60 se...
by ashishbme
Thu, 2019-02-28, 08:33
Forum: DCMTK - General
Topic: Start storescp in new thread crashing
Replies: 2
Views: 1891

Start storescp in new thread crashing

Hi, i am trying to start storescp in new thread, when i code reached at receiveTransportConnectionTCP in dul.cc application crashing at bold area in code given below. is it because of this timeout_val.tv_usec = 0? #endif /* __MINGW32__ */ #endif /* DCMTK_HAVE_POLL */ timeout_val.tv_sec = 5; timeout_...
by ashishbme
Tue, 2019-02-12, 15:08
Forum: DCMTK - General
Topic: TLS Support in PACS server
Replies: 2
Views: 2115

Re: TLS Support in PACS server

Thank you J. Riesmeier.
by ashishbme
Mon, 2019-02-11, 18:38
Forum: DCMTK - General
Topic: TLS Support in PACS server
Replies: 2
Views: 2115

TLS Support in PACS server

Hi All,

Is there any way, we can know whether PACS server support TLS secure communication?
one way we can find out using conformance statement, but i want know during talking to PACS.

Thank you
Ashish
by ashishbme
Mon, 2019-02-11, 18:31
Forum: DCMTK - General
Topic: 4K H.264 Video to DICOM file
Replies: 6
Views: 6294

Re: 4K H.264 Video to DICOM file

Sure i will send it.

Thank you
Ashish
by ashishbme
Mon, 2019-01-28, 16:27
Forum: DCMTK - General
Topic: 4K H.264 Video to DICOM file
Replies: 6
Views: 6294

Re: 4K H.264 Video to DICOM file

Michael Onken wrote: Mon, 2019-01-28, 09:48 Hi,

I think DCM4CHE supports the quoted Transfer Syntax.

Best,
Michael
Thank you Michael, I will try. :)
by ashishbme
Mon, 2019-01-28, 16:25
Forum: DCMTK - General
Topic: 4K H.264 Video to DICOM file
Replies: 6
Views: 6294

Re: 4K H.264 Video to DICOM file

xml2dcm requires that the referenced file content fits into main memory, i.e. the complete 3.8 GB or whatever the size of the MPEG file is. dump2dcm also supports an experimental "read from file" mode (enabled when compiled with EXPERIMENTAL_READ_FROM_FILE defined), which could be added t...
by ashishbme
Mon, 2019-01-28, 05:47
Forum: DCMTK - General
Topic: 4K H.264 Video to DICOM file
Replies: 6
Views: 6294

4K H.264 Video to DICOM file

Hi All, I am trying to create DICOM file form H.264 video 4K. I used xml2dcm class to create DICOM file and able to create DICOM file with video file. I am able to covert video up to 2GB, but video ,more than that say 3.8 GB not able to convert. xml2dcm class not giving any error but generating only...
by ashishbme
Mon, 2017-09-11, 17:20
Forum: DCMTK - General
Topic: Delete study in PACS from client.
Replies: 3
Views: 4228

Re: Delete study in PACS from client.

Thank you Michael.

Ashish
by ashishbme
Mon, 2017-09-11, 12:42
Forum: DCMTK - General
Topic: Delete study in PACS from client.
Replies: 3
Views: 4228

Delete study in PACS from client.

Hi All, Is there anything Dcmtk provide which can allow PACS client user to delete study in PACS from client application? The situation is: PACS Client is sending study to PACS and in between user press cancel button, PACS store images those sent before cancel. Now there is partial study available i...
by ashishbme
Thu, 2017-04-27, 05:48
Forum: DCMTK - General
Topic: Not able to Query to Efilm database
Replies: 3
Views: 3914

Re: Not able to Query to Efilm database

Hi Michael, Thank you for reply please find the log below /////////////////////////////////////////////////////////////// WARN - --------------------------- WARN - Find Response: 1 (Pending) WARN - # Dicom-Data-Set # Used TransferSyntax: Little Endian Explicit (0008,0020) DA [20151124] # 8, 1 StudyD...
by ashishbme
Wed, 2017-04-26, 14:08
Forum: DCMTK - General
Topic: Not able to Query to Efilm database
Replies: 3
Views: 3914

Not able to Query to Efilm database

Hi, i am writing Query/Retrieve SCU using Dcmtk 3.6.0 it is working fine with JDICOM,CONQUEST server. When i tried with Efilm version 4.2.0 and 3.4.0, it is not able to perform Query.While debugging i found my application able to establish association with Efilm and findSCU is returning normal (dfin...