I managed to find dcmmkdir arguments that work
In this -Pdv does not complain , and actually incorporate a thumbanail image into the DICOMDIR.
Search found 15 matches
- Mon, 2007-07-16, 18:39
- Forum: DCMTK - General
- Topic: DICOM Files not VR Little Endian Explicit: How to Fix ?
- Replies: 2
- Views: 5944
- Wed, 2007-07-11, 16:27
- Forum: DCMTK - General
- Topic: DICOM Files not VR Little Endian Explicit: How to Fix ?
- Replies: 2
- Views: 5944
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...
- Fri, 2007-07-06, 16:53
- Forum: DCMTK - General
- Topic: Problem Reading Back private Tags
- Replies: 3
- Views: 6597
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 ...
- Wed, 2007-06-27, 19:11
- Forum: DCMTK - General
- Topic: Problem Reading Back private Tags
- Replies: 3
- Views: 6597
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...
- Wed, 2007-06-27, 17:07
- Forum: DCMTK - General
- Topic: Problem Reading Back private Tags
- Replies: 3
- Views: 6597
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...
- Fri, 2007-06-08, 18:28
- Forum: DCMTK - General
- Topic: getOutputData returns 0 for compressed image. Why?
- Replies: 2
- Views: 5251
- Fri, 2007-06-08, 16:31
- Forum: DCMTK - General
- Topic: Unable to to use search more than once in DcmDataSet
- Replies: 4
- Views: 5462
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...
- Thu, 2007-06-07, 17:25
- Forum: DCMTK - General
- Topic: Unable to to use search more than once in DcmDataSet
- Replies: 4
- Views: 5462
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...
- Thu, 2007-06-07, 17:17
- Forum: DCMTK - General
- Topic: Unable to to use search more than once in DcmDataSet
- Replies: 4
- Views: 5462
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...
- Thu, 2007-06-07, 17:06
- Forum: DCMTK - General
- Topic: DICOM image calibration info
- Replies: 3
- Views: 5353
- Fri, 2007-06-01, 22:32
- Forum: DCMTK - General
- Topic: Trying to Write Class to Compress MonoChrome2 and RGB
- Replies: 3
- Views: 6016
- Fri, 2007-06-01, 16:33
- Forum: DCMTK - General
- Topic: Trying to Write Class to Compress MonoChrome2 and RGB
- Replies: 3
- Views: 6016
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...
- Fri, 2007-06-01, 00:28
- Forum: DCMTK - General
- Topic: Trying to Write Class to Compress MonoChrome2 and RGB
- Replies: 3
- Views: 6016
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...
- Thu, 2005-10-27, 22:04
- Forum: DICOMscope - Installation
- Topic: DicomScope has Error On Win XP SP2
- Replies: 1
- Views: 25251
Thank you I found the answer on the other forum
I found the answer in the other DICOMScope Forum
Thank you for this forum
Thank you for this forum
- Thu, 2005-10-27, 21:58
- Forum: DICOMscope - Installation
- Topic: DicomScope has Error On Win XP SP2
- Replies: 1
- Views: 25251
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 ...