Search found 15 matches

by MicroFace
Mon, 2007-07-16, 18:39
Forum: DCMTK - General
Topic: DICOM Files not VR Little Endian Explicit: How to Fix ?
Replies: 2
Views: 5248

Managed to Find dcmmkdir Arguments that work

I managed to find dcmmkdir arguments that work
In this -Pdv does not complain , and actually incorporate a thumbanail image into the DICOMDIR.
by MicroFace
Wed, 2007-07-11, 16:27
Forum: DCMTK - General
Topic: DICOM Files not VR Little Endian Explicit: How to Fix ?
Replies: 2
Views: 5248

DICOM Files not VR Little Endian Explicit: How to Fix ?

I am writing Visaul C++ 2003 Code using DCMTK 3.5.4 and everything seemed to be going great, until I tried to create a 3D file using some pre-standard stuff. The multi-frame that i create is just fantastic, and is viewed just fine. The code I created to recurse and add the files to the DICOMDIR work...
by MicroFace
Fri, 2007-07-06, 16:53
Forum: DCMTK - General
Topic: Problem Reading Back private Tags
Replies: 3
Views: 6076

Situation Resolved

I am not sure how I messed this up, but I am able to use the findAndGetElement functionality. My biggest problem still appears to be between my ears, and misunderstanding some of the functionality that is provided by the DCMTK. I have solved this particular issue, again by using local instantiation ...
by MicroFace
Wed, 2007-06-27, 19:11
Forum: DCMTK - General
Topic: Problem Reading Back private Tags
Replies: 3
Views: 6076

More Information I Find 0x0029,0x0010

Using the Code Below I am able to find the 0x0029,0x0010 Private Tag But I still can not find any of the other private tags that I know are in the file . DcmDataset * pDataSet = m_Fileformat->getDataset(); for ( int iElem = 0; iElem < 0xffff; iElem++) { ofCond = pDataSet->findAndGetElement(DcmTagKey...
by MicroFace
Wed, 2007-06-27, 17:07
Forum: DCMTK - General
Topic: Problem Reading Back private Tags
Replies: 3
Views: 6076

Problem Reading Back private Tags

I am implementing Ultrsound DICOM files with special tags for a new ultrasound device. I am able to save teh private elemtns since DVTK DCMView can see the Tags (0x00290010,LO , "EiGENMedicalLLC ") # : private mapped to (0029,00FF) (0x00291001,LO , "121212") # : private mapped to...
by MicroFace
Fri, 2007-06-08, 18:28
Forum: DCMTK - General
Topic: getOutputData returns 0 for compressed image. Why?
Replies: 2
Views: 4584

Thank you for this wonderful and instructive example.
I will treasure it always.
by MicroFace
Fri, 2007-06-08, 16:31
Forum: DCMTK - General
Topic: Unable to to use search more than once in DcmDataSet
Replies: 4
Views: 5014

I am sorry, but since when did start at teh top of teh stack, not mean start at the beginning ? I know that english is not my primary language, but I thought the top of something was the top, not the currrent location. Anyway, as I said I have found a workaround, so I really don't care about this is...
by MicroFace
Thu, 2007-06-07, 17:25
Forum: DCMTK - General
Topic: Unable to to use search more than once in DcmDataSet
Replies: 4
Views: 5014

I solved the problem by using a localized dcmStack

I solved my problem by changing the above code to { OFCondition condResult; DcmStack dcmStack; condResult = pDcmStack->search(DCM_SamplesPerPixel,dcmStack,ESM_fromStackTop); if(!condResult.good()) { printf("DCM_SamplesPerPixel %s\n",condResult.text()); bResult = false; return bResult; } el...
by MicroFace
Thu, 2007-06-07, 17:17
Forum: DCMTK - General
Topic: Unable to to use search more than once in DcmDataSet
Replies: 4
Views: 5014

Unable to to use search more than once in DcmDataSet

I am using the DCMFileObject to load in the DICOM File, which has been verified with DVTK DCMView to have avertyhing. But when I use DcmDataSet->search using the ESM_fromStackTop I still have to make sure and access the DICOM Tag and Elements in numerical order. For instance if a i Access DCM_Patien...
by MicroFace
Thu, 2007-06-07, 17:06
Forum: DCMTK - General
Topic: DICOM image calibration info
Replies: 3
Views: 4851

Thank you for posting that wonderfule tidbit of information
by MicroFace
Fri, 2007-06-01, 22:32
Forum: DCMTK - General
Topic: Trying to Write Class to Compress MonoChrome2 and RGB
Replies: 3
Views: 5164

Thank you for your reply.
I finally figured out what I was doing that was wrong, and what needed to be fixed.
I thank all the DCMTK staff for producing such a wonderful tool.
by MicroFace
Fri, 2007-06-01, 16:33
Forum: DCMTK - General
Topic: Trying to Write Class to Compress MonoChrome2 and RGB
Replies: 3
Views: 5164

Yes thank you I allocate using the nTargetSize * nTargetSize*bytesPerPixel But forgot the memset. so I have allocated teh correct amount of space in my code, but I am still setting the described error. I have tried chnging the registerCodecs to use various parameters ECC_MONOCHROME, ECC_lossyRGB etc...
by MicroFace
Fri, 2007-06-01, 00:28
Forum: DCMTK - General
Topic: Trying to Write Class to Compress MonoChrome2 and RGB
Replies: 3
Views: 5164

Trying to Write Class to Compress MonoChrome2 and RGB

I have inherited a project that originally only saved memory based 8 bits per pixel grayscale images into DICOM files and that all still works. Now however i have requirement to save 24 bit per pixel color images as DICOM files as well, and am trying to figure out all the various parameters, but hav...
by MicroFace
Thu, 2005-10-27, 22:04
Forum: DICOMscope - Installation
Topic: DicomScope has Error On Win XP SP2
Replies: 1
Views: 14018

Thank you I found the answer on the other forum

I found the answer in the other DICOMScope Forum
Thank you for this forum
by MicroFace
Thu, 2005-10-27, 21:58
Forum: DICOMscope - Installation
Topic: DicomScope has Error On Win XP SP2
Replies: 1
Views: 14018

DicomScope has Error On Win XP SP2

I am running Windows XP Pro SP2 with 1 GByte of RAM I downloaded and installed the DicomScope 3.5.1 and then tried to use the shortcut that was placed in the Start menu A Dialog Box with the Followiung Text Shows Up Title bar Text : "javaw.exe - Ordinal not found" Message Text : "The ...