LEADTOOLS Support
Medical
Medical SDK Examples
HOW TO: Load a DICOMDIR into the .NET Medical Image Viewer
#1
Posted
:
Tuesday, May 20, 2008 11:46:49 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
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 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.
Attached is a C# .NET example that shows how to parse the DICOMDIR and then load each referenced file into a new cell. This example also comes with a valid Dicom Directory created from Image1.dic, Image2.dic, and Image3.dic which ship with the SDK.
#2
Posted
:
Monday, October 9, 2017 1:44:14 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 199
Was thanked: 28 time(s) in 28 post(s)
Updated to LEADTOOLS v19 with Visual Studio 2017. Also changed project to automatically select dll's for running in 32-bit and 64-bit.
Extract folder to "C:\LEADTOOLS 19\Examples\DotNet\CS\" to use the example.
Sample DICOMDIR included, copy/move sub-folder "CS_ParseDICOMDIR_input" to the "LEADTOOLS Images" folder ("C:\Users\Public\Documents\LEADTOOLS Images\") before running.
Anthony Northrup
Developer Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Thursday, March 5, 2020 1:38:40 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 105
Was thanked: 3 time(s) in 3 post(s)
Updated to LEADTOOLS v20 with Visual Studio 2019. Also changed project to automatically select dll's for running in 32-bit and 64-bit.
Extract folder to "C:\LEADTOOLS 20\Examples\DotNet\CS\" to use the example.
Sample DICOMDIR included, copy/move sub-folder "CS_ParseDICOMDIR_input" to the "LEADTOOLS Images" folder ("C:\Users\Public\Documents\LEADTOOLS Images\") before running.
Matt Bresson
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Medical
Medical SDK Examples
HOW TO: Load a DICOMDIR into the .NET Medical Image Viewer
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.