LEADTOOLS Support
Medical
Medical SDK Examples
HOW TO: Load a DICOMDIR into the .NET Medical Image Viewer (v20)
#1
Posted
:
Monday, January 8, 2018 10:04:10 AM(UTC)
Groups: Tech Support, Administrators
Posts: 368
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
Attached is a C# .NET example that shows how to parse the DICOMDIR and then load each referenced file into a new cell. The original demo can be found
here.
Since a Dicom Directory doesn't actually store the images in it (just a thumbnail if desired), you must parse the information in the Dicom Directory and then load the actual files that the DICOMDIR points to. Each file should have an IMAGE key, and each IMAGE key will have a Referenced File ID (0004:1500) tag which tells you where to find the actual file relative to the location of the DICOMDIR.
This example also comes with a valid Dicom Directory created from Image1.dic, Image2.dic, and Image3.dic which ships with the SDK.
Before running this demo, please extract it into the following directory:
C:\LEADTOOLS 20\Examples\posts\t12404\
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.

LEADTOOLS Support
Medical
Medical SDK Examples
HOW TO: Load a DICOMDIR into the .NET Medical Image Viewer (v20)
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.