Search found 50 matches

by prakash
Tue, 2012-04-10, 17:11
Forum: DCMTK - General
Topic: How to change path to DCMTK INCLUDE installation folder in every .h file
Replies: 4
Views: 5251

How to change path to of DCMTK Libraries from one system to other system

Hi Michael, I did the same thing as you mentioned in your earlier posts. But i am facing different issue. I installed on my local machine to D:\DICOM\DCMTK ..., then i want to change the entire solutions and respected files to different machine to other location such as E:\DCMTK . I copied the entir...
by prakash
Thu, 2011-09-15, 13:53
Forum: DCMTK - General
Topic: findAndGetOFStringArray difference between 3.5.5_20090818 and 3.5.5_20091222
Replies: 1
Views: 2649

findAndGetOFStringArray difference between 3.5.5_20090818 and 3.5.5_20091222

Hi, Previously i was 3.5.5 - 200909018 dcmtk library with the following functionality and it was working absolutely fine. OFString GetStringValue; _DcmFileFormat.getDataset()->findAndGetOFStringArray(DCM_SOPClassUID, GetStringValue); sprintf(GetCharValue, "%s", GetStringValue); pDemographi...
by prakash
Tue, 2011-01-11, 17:44
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

Hi Jorg, I want # Dicom-Meta-Information-Header # Used TransferSyntax: Little Endian Explicit (0002,0010) UI =LittleEndianExplicit # 20, 1 TransferSyntaxUID and (0004,1512) UI =JPEGLossless:Non-hierarchical-1stOrderPrediction # 22, 1 ReferencedTransferSyntaxUIDInFile this to be same, how can i do th...
by prakash
Tue, 2011-01-11, 17:05
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

Hi Jorg,

Sent DICOM Files to the mentioned address from my GMAIL account
by prakash
Tue, 2011-01-11, 16:42
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

This is output i got from dcmmkdir.exe,

Output:

determining input files ...
creating DICOMDIR file using STD-GEN-DVD-JPEG/J2K profile: C:\DICOMDIR
checking file: C:\PAT_1\IMG_1
adding file: C:\PAT_1\IMG_1
checking file: C:\PAT_1\IMG_002
adding file: C:\PAT_1\IMG_002
writing file: C:\DICOMDIR
by prakash
Tue, 2011-01-11, 16:39
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

Hi Jorg,

I tried with dcmmkdir.exe as you suggested with following options

D:\Backup\dcmmkdir.exe -v -d -Pdv +id C: +r +D C:\DICOMDIR +X -Xs 128 PAT_1\IMG_1 PAT_1\IMG_002

i got the same result. Difference in transfer syntaxes
by prakash
Tue, 2011-01-11, 16:18
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

Hi Jorg, I removed the disable functionalities as follows: //Set DicomDirInterface Properties _Dcmdicomdirinterface->setFilesetDescriptor("DICOMDIR"); //_Dcmdicomdirinterface->disableBackupMode(); //_Dcmdicomdirinterface->disableConsistencyCheck(); _Dcmdicomdirinterface->enableMapFilenames...
by prakash
Tue, 2011-01-11, 15:37
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

Hi Jorg,

When i checked Write DICOMDIR Function, it is internally taking DICOMDIR_DEFAULT_TRANSFERSYNTAX = EXS_LittleEndianExplicit; Can you please help us
by prakash
Tue, 2011-01-11, 15:24
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

Hi jorg, I am using following code to create a DICOM DIR, other than that i am not doing anything. Please find the below code. //Create New DicomDirInterface _Dcmdicomdirinterface=new DicomDirInterface(); //Set Some Image Support _Dcmdicomdirinterface->addImageSupport(&_Dcmimageplugin); _Dcmdico...
by prakash
Tue, 2011-01-11, 14:59
Forum: DCMTK - General
Topic: DICOMDIR Transfer Syntax
Replies: 13
Views: 15930

DICOMDIR Transfer Syntax

Hi, The Transfer Syntax UID in the DICOMDIR differs from the Transfer Syntax of the Image on Medium. For EG: (0004,1512) UI =JPEGLossless:Non-hierarchical-1stOrderPrediction # 22, 1 ReferencedTransferSyntaxUIDInFile (0002,0010) UI =LittleEndianExplicit # 20, 1 TransferSyntaxUID How can i create a DI...
by prakash
Wed, 2010-12-15, 13:30
Forum: DCMTK - General
Topic: Virtual Memory Exhaust Problem in "PutAndInsertUint16Array" Function
Replies: 3
Views: 4543

Hi Jorg, As per your suggestion we have implemented with CreateUint16Array as follows: PixelData = new DcmPixelData(DCM_PixelData); Uint8* Pixels = NULL; _DcmStatus = PixelData->createUint8Array( _DcmDemographicInfo.Rows*_DcmDemographicInfo.Columns*_DcmDemographicInfo.SamplesPerPixel*_DcmDemographic...
by prakash
Tue, 2010-11-23, 14:32
Forum: DCMTK - General
Topic: Virtual Memory Exhaust Problem in "PutAndInsertUint16Array" Function
Replies: 3
Views: 4543

Virtual Memory Exhaust Problem in "PutAndInsertUint16Array" Function

Hi, I am using this "PutAndInsertUint16Array" function to create the DICOM File. My DICOM attributes are 1000 -Image Width, 1000 - Image Height, 16 -Bits Per Pixel, and Number of Frames is 240 and getting Virtual memory exhaust problem. (DCMTK Version 3.5.4) But when i change the number of...
by prakash
Thu, 2009-11-19, 17:23
Forum: DCMTK - General
Topic: Error in CreateValueFromTempFile Function
Replies: 2
Views: 4282

Error in CreateValueFromTempFile Function

HI , I already posted this message in some other tag. By mistake i posted this message there. Sorry for posting same message again. I am able to create EXPLICIT and IMPLICIT transfer syntax DICOM Files with createvaluefromtempfile function. But when i try to create DICOM File with JPEGLOSSLESS AND J...
by prakash
Thu, 2009-11-19, 12:07
Forum: DCMTK - General
Topic: Incrementally Writing multiframe data
Replies: 9
Views: 13131

Hi Marco, First of all thanks for the solution. As per your suggestion i am able to create DICOM File for a 500MB data. Now i am facing a problem to save the DICOM file with following two transfer syntaxes: JPEGLOSSLESS & JPEGLOSSY. Please Help me to solve this. I am posting the code below: Firs...
by prakash
Fri, 2009-09-04, 20:09
Forum: DCMTK - General
Topic: How to create a DICOM File with chinese characters
Replies: 2
Views: 4474

How to create a DICOM File with chinese characters

Can you please help me in creating a DICOM File with Chinese characters.
What are the preliminary checks to do this, like to activate any unicode stuff or anything.
It will be helpful if you provide any link or any sample to create Chinese character DICOM File.

Thanks in advance