Search found 15 matches

by Rich in Soquel
Mon, 2022-02-28, 23:52
Forum: DCMTK - General
Topic: Invalid DICOMDIR?
Replies: 9
Views: 8357

Re: Invalid DICOMDIR?

Our "forensic analysis" leads us to believe the following. The data set was produced by a Boston Scientific iLab device and was sent to the hospital PACS which was then queried to download the corresponding file set that we are investigating. At some point the original DICOMDIR was replace...
by Rich in Soquel
Thu, 2022-02-24, 19:09
Forum: DCMTK - General
Topic: Invalid DICOMDIR?
Replies: 9
Views: 8357

Re: Invalid DICOMDIR?

I believe that we are seeing the problem when we are acting as a File-set Reader.

Thank you for the explanation of the metaheader group length (0002,000). Pursuing your suggetion now.
by Rich in Soquel
Mon, 2022-02-21, 23:07
Forum: DCMTK - General
Topic: Invalid DICOMDIR?
Replies: 9
Views: 8357

Re: Invalid DICOMDIR?

After several years, I am afraid I am back in Invalid DICOMDIR land. We have received sample files from a set of IVUS DICOM files saved from a BSC iLab system pushed to a PACS system then retrieved and presented to our software (from a very important customer). Our software is rejecting the DICOMDIR...
by Rich in Soquel
Mon, 2019-05-06, 21:45
Forum: DCMTK - General
Topic: Getting all occurencies of a dicom tag in a multiframe dicom
Replies: 2
Views: 2988

Re: Getting all occurencies of a dicom tag in a multiframe dicom

RE: your 1st question (just in case it's still open) "1. Is it allowed for slices to have different slices distancies? i.e., is it allowed that sliced are not uniformly distanced?" If the question is whether such variable spacing can be represented in DICOM, then yes, in at least two diffe...
by Rich in Soquel
Wed, 2019-05-01, 00:11
Forum: DCMTK - General
Topic: Trouble using DcmDecimalString
Replies: 1
Views: 1295

Trouble using DcmDecimalString

dcmtk 3.6.4, Windows 10, Microsoft Visual Studio 2010: switch(VRe) { case EVR_DS: DcmDecimalString ds(DcmTag(TagGroup, TagElement), 0); // (0018,2005) SliceLocationVector char *str = NULL; element->getString(str, len); // Here str == "3.25\3.25\3.25\3.270833\3.270833\3.291667\..." len==225...
by Rich in Soquel
Fri, 2016-01-29, 20:44
Forum: DCMTK - General
Topic: dcmmkdir crash under Windows 8 32 bit (SOLVED)
Replies: 8
Views: 17422

Re: dcmmkdir crash under Windows 8 32 bit (SOLVED)

Wow! Thank you thank you thank you!! We skipped Windows 8, but are seeing crashes on about 50% of our Windows 10 installations, and this seems to fix it!!
by Rich in Soquel
Mon, 2013-01-28, 20:08
Forum: DCMTK - Installation
Topic: CMake results different under Windows 7
Replies: 5
Views: 8308

Re: CMake results different under Windows 7

On both systems, the project is finding osconfig.h in c:\source\3rd Party\dcmtk\BUILD\include\dcmtk\config\osconfig.h
by Rich in Soquel
Tue, 2013-01-22, 19:45
Forum: DCMTK - Installation
Topic: CMake results different under Windows 7
Replies: 5
Views: 8308

Re: CMake results different under Windows 7

Thanks for your guidance. The two log files on the Win 7 system have identical time stamps. The CMakeOutput log starts like this: Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: Build flags: Id flags: The output was: 0 Compilation of the C com...
by Rich in Soquel
Tue, 2013-01-22, 01:58
Forum: DCMTK - Installation
Topic: CMake results different under Windows 7
Replies: 5
Views: 8308

CMake results different under Windows 7

I have two development systems, side-by-side. One is running XP, the other Windows 7. Both have Microsoft Visual Studio 2010, and Microsoft SDK 7.1 installed. Both have CMake cmake-2.8.10.2-win32-x86 installed. Both have your DCMTK 3.6.0 source. The Win XP is 32-bit, the Win 7 is 64-bit. When I run ...
by Rich in Soquel
Tue, 2012-07-03, 23:17
Forum: DCMTK - General
Topic: Using the XML Schema
Replies: 2
Views: 3053

Using the XML Schema

Probably I'm not understanding how the XML Schema you provide (dcmtk...\share\dcmtk\dsr2xml.xsd) is to be used. I was hoping to use it in Microsoft Word to generate and validate an XML file corresponding to a report. When I try to add it as a schema in Microsoft Word 2010, it (Word) gives the error ...
by Rich in Soquel
Wed, 2012-06-06, 14:50
Forum: DCMTK - General
Topic: Invalid DICOMDIR?
Replies: 9
Views: 8357

Re: Invalid DICOMDIR?

Thanks. Sounds like that should work.
by Rich in Soquel
Tue, 2012-06-05, 21:35
Forum: DCMTK - General
Topic: Invalid DICOMDIR?
Replies: 9
Views: 8357

Re: Invalid DICOMDIR?

Looks like it to me: # Dicom-File-Format # Dicom-Meta-Information-Header # Used TransferSyntax: LittleEndianExplicit (0002,0000) UL 216 # 4, 1 MetaElementGroupLength (0002,0001) OB 00\01 # 2, 1 FileMetaInformationVersion (0002,0002) UI =UltrasoundMultiframeImageStorage # 28, 1 MediaStorageSOPClassUI...
by Rich in Soquel
Mon, 2012-06-04, 20:01
Forum: DCMTK - General
Topic: Invalid DICOMDIR?
Replies: 9
Views: 8357

Invalid DICOMDIR?

I have received sample files from a medical device manufacturer that give the UID UltrasoundMultiframeImageStorage for the MediaStorageSOPClassUID (0002,0002) tag instead of the expected MediaStorageDirectoryStorage. Is this legal? Is there some legitimate way to use such DICOMDIRs beyond giving an ...
by Rich in Soquel
Mon, 2009-08-31, 17:52
Forum: DCMTK - General
Topic: Reading private tags in GraphicObjects
Replies: 3
Views: 4174

Reading private tags in GraphicObjects

Thank you for the guidance.

Is there a document or sample code showing how to make use of the Private Creator Cache?
by Rich in Soquel
Wed, 2009-08-19, 22:59
Forum: DCMTK - General
Topic: Reading private tags in GraphicObjects
Replies: 3
Views: 4174

Reading private tags in GraphicObjects

I'm trying to override DVPSGraphicObject::read( ) so it looks for private tags within individual GraphicObjects. Because the h file says DVPSGraphicObject is for "(internal use only)", I'm guessing there may be some preferred way to do this other than overriding the entire class tree from ...