Search found 61 matches

by santosh
Wed, 2008-12-10, 07:48
Forum: DCMTK - General
Topic: storescp problems
Replies: 5
Views: 7546

storescp problems

Hi All, I am using the following command to store the images coming from the GE ct modality model name ProSpeed, storescp -v -d -aet radServer 5001 now the images which i receive have small white squares with black background, i ran the dicom scp provided by dicom eye and the images are getting stor...
by santosh
Thu, 2008-11-13, 15:11
Forum: DCMTK - General
Topic: PALETTECOLOR to RGB in DCMTK 3.5.4
Replies: 1
Views: 2722

PALETTECOLOR to RGB in DCMTK 3.5.4

Hi All, Is there a way were i can convert PALETTECOLOR images into RGB images, i went through the previous posting regarding this, posted by Mr Yogendra Rampuria but it was meant for 3.5.3 version and i tried it with no much success. We only support RGB images at our viewer and the incoming images h...
by santosh
Fri, 2008-10-31, 04:34
Forum: DCMPRINT
Topic: Dicom Annotations
Replies: 2
Views: 23435

Thanks Marco !!!
by santosh
Wed, 2008-10-29, 08:10
Forum: DCMPRINT
Topic: Dicom Annotations
Replies: 2
Views: 23435

Dicom Annotations

Hi All, I need to print a line on each film box, like the hospital name at the top. I made the required settings in the configuration to support the annotations. In my code i create a new film box using the api session.setPageAnnotationDisplayFormat("1"); temp = session.createNewFilmBox();...
by santosh
Mon, 2008-09-22, 09:51
Forum: DCMTK - General
Topic: Dicom Decompressing Error
Replies: 3
Views: 7045

Thanks Mr. Marco,

I found the error, actually the CR images were of size 32mb and while compressing i was not using the loadAllDataIntoMemory() api. So when i was trying to decompress this file there were some tags missing.
by santosh
Sun, 2008-09-21, 13:20
Forum: DCMTK - General
Topic: CR Image Storage
Replies: 1
Views: 2861

CR Image Storage

Hi All,

Can i restrict the modality from sending the dicom images in compressed format using the following command line with the storescp..

storescp.exe -v --prefer-uncompr 5001

or is there any way round to get the images in the raw format..

Thanks
by santosh
Fri, 2008-09-19, 16:38
Forum: DCMTK - General
Topic: Dicom Decompressing Error
Replies: 3
Views: 7045

Dicom Decompressing Error

Hi All, I have a dicom file with the following header information 0002,0000,File Meta Elements Group Len=204 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.1. 0002,0003,Media Storage SOP Inst UID=1.3.51.0.7.13614419432.52336.20404.41387.54423.25851...
by santosh
Thu, 2008-09-04, 06:35
Forum: DCMPRINT
Topic: DicomPrint Libraries
Replies: 2
Views: 20813

DicomPrint Libraries

Hi All, Are these libraries dcmdata.lib ijg8.lib ijg12.lib ijg16.lib dcmimage.lib dcmimgle.lib dcmjpeg.lib ofstd.lib dcmnet.lib dcmsr.lib dcmtls.lib provided by the free dcmtk 3.5.4 package different from the those provided in the DicomPrint evaluation package. As my project used the dcmtk 3.5.4(fre...
by santosh
Mon, 2008-07-21, 11:42
Forum: DCMTK - General
Topic: Anonymize Compressed Dicom File
Replies: 2
Views: 3628

Hi Marco, As mentioned i changed my code as follows, DcmFileFormat fileformat; OFCondition status; if(fileformat.loadFile(FileName.c_str()).good()) { DcmDataset *dataset = fileformat.getDataset(); E_TransferSyntax transferSyntax = dataset->getOriginalXfer(); dataset->loadAllDataIntoMemory(); if(data...
by santosh
Mon, 2008-07-21, 04:44
Forum: DCMTK - General
Topic: Anonymize Compressed Dicom File
Replies: 2
Views: 3628

Anonymize Compressed Dicom File

Hi All, I am loading a compressed(EXS_JPEGProcess14SV1TransferSyntax) CR image and saving it back DcmFileFormat fileformat; if(fileformat.loadFile(FileName.c_str(),EXS_Unknown,EGL_noChange,104857600).good()) { DcmDataset *dataset = fileformat.getDataset(); if(dataset) status = dataset->saveFile(NewF...
by santosh
Fri, 2008-07-11, 12:51
Forum: DCMTK - General
Topic: Information From The Tag PerFrameFunctionalGroupsSequence.
Replies: 0
Views: 15674

Information From The Tag PerFrameFunctionalGroupsSequence.

Hi All, I have the PerFrameFunctionalGroupsSequence tag present in the dicom file and i need to extract the information(DCM_ImageOrientationPatient, and DCM_ImagePosition as there respective tags are missing in the Dicom file) present in this tag,please let me know how to do it as i am new to this t...
by santosh
Wed, 2008-07-09, 21:14
Forum: DCMTK - General
Topic: Modify DicomTag Value
Replies: 7
Views: 8310

FileFormat:load() and then save() not working for compressed

I am loading a compressed(EXS_JPEGProcess14SV1TransferSyntax) CR image and saving it back DcmFileFormat fileformat; if(fileformat.loadFile(FileName.c_str(),EXS_Unknown,EGL_noChange,104857600).good()) { DcmDataset *dataset = fileformat.getDataset(); if(dataset) status = dataset->saveFile(NewFile.c_st...
by santosh
Tue, 2008-07-08, 14:35
Forum: DCMTK - General
Topic: Modify DicomTag Value
Replies: 7
Views: 8310

Modify DicomTag Value

Hi All, I load a dicom file, and change the patient name and try to save the dataset on the same file i.e overwrite the original file with the new patient name, when i try to do this the newly generated file is only of 2kb were as the original file was 515KB, can you please let me know the reason be...
by santosh
Tue, 2008-05-06, 05:41
Forum: DCMTK - General
Topic: Building With Python
Replies: 1
Views: 4189

Building With Python

Hi All, I am using dcmtk api's and python functions in my project, while building the project it gives a redefination error, as ssize_t is defined in two files i.e cfwin32.h and pyconfig.h "error 2371: 'ssize_t' : redefinition; different basic types" cfwin32.h defines it as follows /* Defi...
by santosh
Tue, 2008-04-08, 05:27
Forum: DCMTK - General
Topic: dcmqrscp->mysql
Replies: 0
Views: 16450

dcmqrscp->mysql

Hi, We are using the MySql database to store the information present in the dicom images, and now am trying to integrate the dcmqrscp with MySql, as i don't want to store the information in two databases ( index.dat and MySql). Are their any APIs that i can use to query and fetch the dicom images wi...