Short Courses on Computer Graphics, Image Processing and Computer Vision


Let me know what you think Mail me...

Course DICis: The DICOM Medical Image Format with C#/.NET

Copyright © by V. Miszalok, last update: 09-03-2004

  Visitors since 01-01-2002 layout: thanks to Stefan Münz
deutsch english
Einführung
C1: Dicom Header
C2: Dicom Tags
C3: Dicom Image
Introduction
C1: Dicom Header
C2: DicomTags
C3: Dicom Image

C1: Dicom Header

Diese Übung liest unbekannte Dateien jeder Art und listet deren Inhalt in 3 Formaten: hexadezimal, dezimal und Character. Falls es sich um Dicom-Files handelt, listet es sämtliche Tags, Taglängen und Taginhalte (als Character), ohne die Bedeutung der Tags zu interpretieren.

C1: Dicom Header

This program reads unknown files of any origin and lists its content in 3 different formats: hexadecimal, decimal and character. If it is a DICOM-file, the program lists all DICOM tags, the tag lengths and the tag contents in character format without any interpretation of what they mean.

EXE 9kB Demo.exe -> Zuerst lokal speichern, dann starten EXE 9kB Demo.exe -> Download it and start it from Your local disk
Link C# Bauanleitung
PDF C# Bauanleitung Druckversion

C2: Dicom Tags

Beim Programmstart lädt tags1 automatisch ein Text-File, das DICOM Dictionary. Wenn Sie nunmehr ein DICOM-Bild einlesen, werden dessen Tags im Dictionary gesucht und falls vorhanden interpretiert. Sie sehen den gleichen Output wie in Übung C1: Dicom Header und zusätzlich die Bedeutung der Tags.

C2: Dicom Tags

At first this program automatically reads a plain text file, the so called DICOM Dictionary. When You now load a DICOM Image, the program searches any tag in the DICOM Dictionary and displays its description together with the output that you already know from chapter C1: Dicom Header.

TXT 86kB dicom.dic -> DICOM Tag Liste nach C:\temp kopieren TXT 86kB dicom.dic -> copy the DICOM Tag Dictionary to C:\temp
EXE 9kB Demo.exe -> Zuerst lokal speichern, dann starten EXE 9kB Demo.exe -> Download it and start it from Your local disk
Link C# Bauanleitung
PDF C# Bauanleitung Druckversion

C3: Dicom Image

funktioniert wie C2: Dicom Tags aber mit folgender Erweiterung:
Falls Sie jetzt ein DICOM-Bild einlesen, wird dieses Bild unter den Tags angezeigt und darunter dessen Histogramm

C3: Dicom Image

works the same way as C2: Dicom Tags with these additional features:
When You open a DICOM image it will be displayed below the tags together with the histogram.

TXT 86kB dicom.dic -> DICOM Tag Liste nach C:\temp kopieren TXT 86kB dicom.dic -> copy the DICOM Tag Dictionary to C:\temp
EXE 11kB Demo.exe -> Zuerst lokal speichern, dann starten EXE 11kB Demo.exe -> Download it and start it from Your local disk
Link C# Bauanleitung
PDF C# Bauanleitung Druckversion

top of page: