Search found 27 matches

by Raji
Fri, 2018-08-17, 05:42
Forum: DCMTK - General
Topic: Adding images to SR
Replies: 5
Views: 3621

Re: Adding images to SR

Hi Riesmeier, Thanks for your reply. As you suggested, I am trying to add images as part of DTID 350 “References to Supporting Evidence" in the "TID 4206 Breast Imaging Report Finding Section" The relationship type here is INFERRED FROM. should i need to add this item with a reference...
by Raji
Mon, 2018-08-13, 05:56
Forum: DCMTK - General
Topic: Adding images to SR
Replies: 5
Views: 3621

Re: Adding images to SR

Hi, Thanks for your reply. yes i am using DICOM Part 16(PS3.16 ) TID 4200 breast imaging templates http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_BreastImagingReportTemplates.html#table_TID_4200. Is it possible to add multiple images as child of image Library defined in http://...
by Raji
Mon, 2018-08-06, 10:27
Forum: DCMTK - General
Topic: Adding images to SR
Replies: 5
Views: 3621

Adding images to SR

Hi, I am creating Dicom SR for US breast imaging reports using Nema specified templates. I want to add dicom image references as part of SR. Nema specified templates do not have any specification for adding image reference as part of report. is it possible to add image reference in the report using ...
by Raji
Tue, 2018-02-06, 07:29
Forum: DCMTK - General
Topic: Add jpeg images as part of SR
Replies: 1
Views: 1697

Add jpeg images as part of SR

Hi,
i am working to implement dicom structured reports.
Some jpeg files are created from application, need to include that also as part of SR

Can you please let me know is it possible to add jpeg images in SR?

Is DSRImageReferenceValue class will support jpeg images also?
by Raji
Fri, 2016-05-13, 04:52
Forum: DCMTK - General
Topic: SCP accepts association irrespective of Presentation context
Replies: 3
Views: 3627

Re: SCP accepts association irrespective of Presentation con

Hi,
Thanks for reply.
We are using dcmtk-3.6.1_20131114 version of dcmtk...
by Raji
Thu, 2016-05-12, 14:17
Forum: DCMTK - General
Topic: SCP accepts association irrespective of Presentation context
Replies: 3
Views: 3627

SCP accepts association irrespective of Presentation context

Hi, I have created a StorageSCP class which is derived from DcmSCP( DCMTKclass) Using addPresentationContext function , added below list of transfer syntaxs and abstract syntaxes AbstractSyntax name="VerificationSOPresentationContextlass" value="1.2.840.10008.1.1" TransferSyntax ...
by Raji
Thu, 2016-01-21, 13:31
Forum: DCMTK - General
Topic: Problem in sending big size data with dcmtk SCU
Replies: 1
Views: 2346

Problem in sending big size data with dcmtk SCU

Hi, I am trying to send big size DICOM file (bigger than 800MB) using sendSTORERequest function of DcmtkSCU But gets response with the error message "DIMSE Failed to send message 0006:031d TCP I/O Error (No error) occurred in routine: writeDataPDU" Is there any limitation in size of data i...
by Raji
Mon, 2015-09-21, 06:22
Forum: DCMTK - General
Topic: dcmtk SQ encoding
Replies: 1
Views: 3742

dcmtk SQ encoding

Hi,
For sequence encoding dcmtk uses undefined length (0xFFFFFFFF).
But with some other toolkits we can explicitly specify SQ encoding length.
Is there any possible way with dcmtk to specify SQ encoding length explicitly ?
Please help me in this.
by Raji
Wed, 2015-09-02, 12:43
Forum: DCMTK - General
Topic: Use of dcmTCPWrapperDaemonName in DICOMSCP connection
Replies: 1
Views: 3301

Use of dcmTCPWrapperDaemonName in DICOMSCP connection

Hi , We are using DCMTK and we find that when we test our SCP with a router setup,the SCP connected very slow. I see that there are few option provided like dcmTCPWrapperDaemonName.Set(Null) . How to use them ? and whether it will solve the problem ? OR in the storescp.cc if (cmd.findOption("--...
by Raji
Sat, 2015-08-15, 10:45
Forum: DCMTK - General
Topic: Reading from DicomSR file
Replies: 1
Views: 3191

Reading from DicomSR file

Hi, I am trying to read contents of SR file using DcmSr class of dcmtk DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("test.dcm"); if (status.good()) { DSRDocument document; status = document.read(*fileformat.getDataset()); } when i am trying to use the fun document.get...
by Raji
Tue, 2015-04-28, 12:02
Forum: DCMTK - General
Topic: Logging DIMSE_Messages
Replies: 3
Views: 3846

Re: Logging DIMSE_Messages

Hi, Thanks for your reply. I guess the question was not that clear.. I will try to explain my requirement with an example I am using DcmSCP listen() method and has overridden handleIncomingcommand() method. For Echo service, when SCU sends an Echo request we get callback in handleIncomingcommand() m...
by Raji
Tue, 2015-04-28, 06:46
Forum: DCMTK - General
Topic: Logging DIMSE_Messages
Replies: 3
Views: 3846

Logging DIMSE_Messages

Hi,
We have a requrement to log commandset and dataset of dicom service messages(Dimse_message).
When we directly use dcmtk apis(DcmScu/DcmScp), we can't access commndset of message.
Is there any way to achieve this (any dcmtk api to access commandset directly or to get it)?
by Raji
Tue, 2015-04-21, 05:30
Forum: DCMTK - General
Topic: Regarding OFString conversion
Replies: 9
Views: 9610

Re: Regarding OFString conversion

Hi,
I tried many possibilities on the same issue, but still i couldn't find out any solution.
Can anyone help me on this?
by Raji
Thu, 2015-04-09, 04:51
Forum: DCMTK - General
Topic: Regarding OFString conversion
Replies: 9
Views: 9610

Re: Regarding OFString conversion

hi, Thanks for your reply I tried the same code u were using but still i am getting truncated string itself. Here i am using dcmtk-3.6.1_20131114 and with VisualStudio2010 compiler Built with DCMTK_WIDE_CHAR_FILE_IO_FUNCTIONS and DCMTK_WIDE_CHAR_MAIN_FUNCTION options enabled also with Lib ICONV supp...
by Raji
Wed, 2015-04-08, 04:39
Forum: DCMTK - General
Topic: Regarding OFString conversion
Replies: 9
Views: 9610

Re: Regarding OFString conversion

Thanks for reply 2. you create a value of inputString called "Value", but then pass "ValueString" to convertFromWideCharString. Actually it was a typing mistake the code is like this OFCharacterEncoding Encode; pin_ptr<const wchar_t> ValueString = PtrToStringChars( inputString );...