Search found 28 matches

by acharyayogesh
Thu, 2014-09-11, 10:12
Forum: DCMTK - General
Topic: Not able to view Breast Tomosynthesis Image in dicom viewer
Replies: 2
Views: 4159

Re: Not able to view Breast Tomosynthesis Image in dicom vie

Hi Yusuke,

Thanks a lot for pointing the mistake which I had done while creating the dicom file.

I made the change, in Sample per pixel (0028, 0002) and it worked.
Now I am able to view the image in the viewer.

Regards
Yogi.
by acharyayogesh
Thu, 2014-09-11, 05:46
Forum: DCMTK - General
Topic: Not able to view Breast Tomosynthesis Image in dicom viewer
Replies: 2
Views: 4159

Not able to view Breast Tomosynthesis Image in dicom viewer

Hi, I have created a dcm file for Breast Tomosynthesis. But I am not able to view the dcm file in any dicom file viewer. Could you please help me in fixing this issue ? Did I miss adding some important dicom tag ? Regards, Yogi. Following the dcmdump of the dcm file : # Dicom-File-Format # Dicom-Met...
by acharyayogesh
Wed, 2014-08-27, 04:59
Forum: DCMTK - General
Topic: zlib1.dll missing error for xml2dcm in vs2010 x64 build
Replies: 1
Views: 2724

zlib1.dll missing error for xml2dcm in vs2010 x64 build

Hi,

I am building dcmtk.3.6.0 using cmake for vs 2010 x64.
I have build xml2dcm by setting libxml2.lib path to libxml2-2.9.1-msvc-x64.

But when I run xml2dcm, i get zlib1.dll missing error.

Could you please tell me how can I fix this issue ?

Regards,
Yogi
by acharyayogesh
Wed, 2014-08-27, 04:58
Forum: DCMTK - Installation
Topic: Building dcmtk in vs2010 x64
Replies: 1
Views: 6324

Building dcmtk in vs2010 x64

Hi,

I want to build dcmtk for windows 64 bit version using vs 2010 x64.

Could you please let me know where can I get 64 bit version of libxml2 to be used for building xml2dcm ?

Regards,
Yogi
by acharyayogesh
Thu, 2014-08-21, 13:31
Forum: DCMTK - General
Topic: Update xml file containing dicom tag info
Replies: 5
Views: 5824

Re: Update xml file containing dicom tag info

Hi, Thanks for the feedback. Following is the scenario : I have 2 executable running independently one after another, in which first exe is creating a xml file with some dicom tag value. Second exe needs to read this xml and add few more dicom tag values to this xml. The issue is that I am to able t...
by acharyayogesh
Thu, 2014-08-21, 13:20
Forum: DCMTK - General
Topic: Getting buffer overrun error for convertToMarkupString
Replies: 5
Views: 5476

Re: Getting buffer overrun error for convertToMarkupString

Hi, Thanks for the feedback. Yes, buffer overrun does not happen when I use the tool dcm2xml in debug mode. But, when i run the following code : #include "dcmtk/config/osconfig.h" #include "dcmtk/dcmdata/dctk.h" #include "dcmtk/dcmdata/cmdlnarg.h" #include "dcmtk/o...
by acharyayogesh
Thu, 2014-08-21, 09:10
Forum: DCMTK - General
Topic: Update xml file containing dicom tag info
Replies: 5
Views: 5824

Re: Update xml file containing dicom tag info

Hi, Thanks for the reply. I am thinking of using readXmlFile() from xml2dcm.cc to read the xml file containing dicom tags. Then use dcmdataset from dcmfileformat to add/update/remove dicom tags. And finally use fileformat->writeXML(), to store the dicom tags value to xml file. Could you please provi...
by acharyayogesh
Thu, 2014-08-21, 04:38
Forum: DCMTK - General
Topic: Getting buffer overrun error for convertToMarkupString
Replies: 5
Views: 5476

Re: Getting buffer overrun error for convertToMarkupString

Hi, I am getting buffer overrun for following code in Debug Mode. Following code does not give buffer overrun in Release Mode. Buffer overrun happens in writeXML() call, which calls OFStandard::convertToMarkupString(). #include "dcmtk/config/osconfig.h" #include "dcmtk/dcmdata/dctk.h&...
by acharyayogesh
Wed, 2014-08-20, 07:54
Forum: DCMTK - General
Topic: Getting buffer overrun error for convertToMarkupString
Replies: 5
Views: 5476

Getting buffer overrun error for convertToMarkupString

Hi,

I am getting buffer overrun error for OFStandard::convertToMarkupString();

Could anyone please tell me how can i fix this issue ?

Regards,
Yogi.
by acharyayogesh
Tue, 2014-08-19, 08:17
Forum: DCMTK - General
Topic: Update xml file containing dicom tag info
Replies: 5
Views: 5824

Update xml file containing dicom tag info

Hi,

I have xml file containing dicom tag value.
I want to add/delete/update dicom tag value in xml.

Could you please tell me how to fix this issue ?

Regards,
Yogi
by acharyayogesh
Fri, 2013-11-22, 13:07
Forum: DCMTK - General
Topic: Using pfx files in digitally signing the dicom file
Replies: 1
Views: 2499

Using pfx files in digitally signing the dicom file

Hi,

I have Sample.pfx file containing both private key and certificate in certificate manager.

How do I use this pfx file in signing the dicom file ?

Regards,
Yogi.
by acharyayogesh
Tue, 2013-11-12, 13:07
Forum: DCMTK - General
Topic: Adding digital signature using DcmSignature
Replies: 11
Views: 11210

Re: Adding digital signature using DcmSignature

Hi,

I am getting the warning message.

I am trying to create a executable for signing a dicom file with source and destination set to same path.
But do not want the Implementation Class UID and Name in meta header information changed.

Regards,
Yogi
by acharyayogesh
Tue, 2013-11-12, 12:40
Forum: DCMTK - General
Topic: Adding digital signature using DcmSignature
Replies: 11
Views: 11210

Re: Adding digital signature using DcmSignature

Hi, If I remove msvcprtd.lib;MSVCRTD.lib in Properties->Linker->Input->Ignore specific library Exception happened for following line : OFCondition sicond = fileformat.saveFile("test.dcm", opt_oxfer, EET_ExplicitLength, EGL_recalcGL, EPD_noChange, 0, 0, EWM_dontUpdateMeta); Exception also h...
by acharyayogesh
Tue, 2013-11-12, 12:04
Forum: DCMTK - General
Topic: Adding digital signature using DcmSignature
Replies: 11
Views: 11210

Re: Adding digital signature using DcmSignature

Hi, Sorry for that. Following is the sample code to add digital sign to same file: DcmFileFormat fileformat; if (fileformat.loadFile("test.dcm").good()) { DcmDataset *dataset = fileformat.getDataset(); SiCreatorProfile profile; // select the "RSA Creator Profile" SiRIPEMD160 mac;...
by acharyayogesh
Tue, 2013-11-12, 11:33
Forum: DCMTK - General
Topic: Adding digital signature using DcmSignature
Replies: 11
Views: 11210

Re: Adding digital signature using DcmSignature

Hi, I was getting the following error : Unhandled exception at 0x770015de in test.exe: 0xC0000005: Access violation reading location 0x00000013. C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\crt\src\free.c at line 109. Added to Ignore specific library : msvcprtd.lib;MSVCRTD.lib; in Propertie...