HOME
René Tschirley · Resources · DICOM

Switch to German 

DICOM Testdata Resource Page

Those of you who implement 3D visualisation algorithms for DICOM medical image data, might find this page useful. I have created a set of small volumes showing different synthetic objects. The content is rather simple, so you may recognise bugs in your visualisation algorithm at a glance.

All data files have a unique Series Instance UID and contain full Image Position Patient and Image Orientation Patient tags and are aligned as transversal cutplanes, e. g.:

# Dicom-Meta-Information-Header
# Used TransferSyntax: LittleEndianExplicit
(0002,0000) UL 108                                      #   4, 1 MetaElementGroupLength
(0002,0001) OB 01\00                                    #   2, 1 FileMetaInformationVersion
(0002,0002) UI =SecondaryCaptureImageStorage            #  26, 1 MediaStorageSOPClassUID
(0002,0003) UI [1.9.7300.100]                           #  12, 1 MediaStorageSOPInstanceUID
(0002,0010) UI =LittleEndianExplicit                    #  20, 1 TransferSyntaxUID
(0008,0000) UL 120                                      #   4, 1 IdentifyingGroupLength

# Dicom-Data-Set
# Used TransferSyntax: LittleEndianExplicit
(0008,0016) UI =SecondaryCaptureImageStorage            #  26, 1 SOPClassUID
(0008,0018) UI [1.9.7300.100]                           #  12, 1 SOPInstanceUID
(0008,0020) DA [20050522]                               #   8, 1 StudyDate
(0008,0060) CS [XX]                                     #   2, 1 Modality
(0008,0090) PN [Dr. Tschirley                     ]     #  34, 1 ReferringPhysiciansName
(0010,0000) UL 34                                       #   4, 1 PatientGroupLength
(0010,0010) PN [SPHERE 1]                               #   8, 1 PatientsName
(0010,0030) DA [20050522]                               #   8, 1 PatientsBirthDate
(0020,0000) UL 130                                      #   4, 1 ImageGroupLength
(0020,000d) UI [1.9.7305]                               #   8, 1 StudyInstanceUID
(0020,000e) UI [1.9.7305.1]                             #  10, 1 SeriesInstanceUID
(0020,0010) SH [1.9.7305]                               #   8, 1 StudyID
(0020,0011) IS [05]                                     #   2, 1 SeriesNumber
(0020,0013) IS [00]                                     #   2, 1 InstanceNumber
(0020,0032) DS [0.00\0.00\00.0]                         #  14, 3 ImagePositionPatient
(0020,0037) DS [1.00\0.00\0.00\0.00\1.00\0.000]         #  30, 6 ImageOrientationPatient
(0028,0000) UL 120                                      #   4, 1 ImagePresentationGroupLength
(0028,0002) US 1                                        #   2, 1 SamplesPerPixel
(0028,0004) CS [MONOCHROME2]                            #  12, 1 PhotometricInterpretation
(0028,0008) IS [1]                                      #   2, 1 NumberOfFrames
(0028,0010) US 32                                       #   2, 1 Rows
(0028,0011) US 32                                       #   2, 1 Columns
(0028,0030) DS [1.000\1.000]                            #  12, 2 PixelSpacing
(0028,0100) US 8                                        #   2, 1 BitsAllocated
(0028,0101) US 8                                        #   2, 1 BitsStored
(0028,0102) US 7                                        #   2, 1 HighBit
(0028,0103) US 0                                        #   2, 1 PixelRepresentation
(0028,0106) US 23                                       #   2, 1 SmallestImagePixelValue
(0028,0107) US 127                                      #   2, 1 LargestImagePixelValue
(7fe0,0000) UL 1036                                     #   4, 1 PixelDataGroupLength
(7fe0,0010) OB 17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17... # 1024, 1 PixelData
    

Feel free to use the data as you like.

Download all DICOM files

Cross 1

Full axial cross in all transversal cutplanes. Smallest Pixel Value = 23, Largest = 127.

Download Cross 1 DICOM files

Cross 2

Full diagonal cross in all transversal cutplanes. Smallest Pixel Value = 23, Largest = 127.

Download Cross 2 DICOM files

Cross 3

Full axial cross in all transversal cutplanes. Smallest Pixel Value = 0, Largest = 127.

Download Cross 3 DICOM files

Cross 4

Same as Cross 2, but with slice position offset ("slice spacing") of 2. Pixel Value = 23, Largest = 127.

Download Cross 4 DICOM files

Cross 5

Same as Cross 1, but with slice position offset ("slice spacing") of 2. Pixel Value = 23, Largest = 127.

Download Cross 5 DICOM files

Cross 6

Same as Cross 3, but with slice position offset ("slice spacing") of 2. Pixel Value = 23, Largest = 127.

Download Cross 6 DICOM files

Lines 1

Rather a plane than a set of lines. One line per image at decreasing position. Pixel Value = 23, Largest = 127.

Download Lines 1 DICOM files

Lines 2

Same as lines 1 dataset, slice spacing = 2mm. Pixel Value = 23, Largest = 127.

Download Lines 2 DICOM files

Plane 1

Simple plane in XY. Smallest Pixel Value = 23, Largest = 127.

Download Plane 1 DICOM files

Plane 2

Same as Plane 1, but with slice spacing 2mm. Smallest Pixel Value = 23, Largest = 127.

Download Plane 2 DICOM files

Plane 3

Diagonal plane. Smallest Pixel Value = 23, Largest = 127.

Download Plane 3 DICOM files

Plane 4

Diagonal plane. Smallest Pixel Value = 23, Largest = 127.

Download Plane 4 DICOM files

Plane 5

Two rectangular filled fields with large gradient gradient at horizontal center. Smallest Pixel Value = 23, Largest = 127.

Download Plane 5 DICOM files

Cell 2

Single filled voxel at (8,8,8. Smallest Pixel Value = 0, Largest = 127.

Download Cell 2 DICOM files

Sphere 1

Solid sphere. Smallest Pixel Value = 23, Largest = 127.

Download Sphere 1 DICOM files

Sphere 2

Non-solid sphere. Smallest Pixel Value = 23, Largest = 127.

Download Sphere 2 DICOM files

Sphere 3

Gradient sphere. Smallest Pixel Value = 0, Largest = 127.

Download Sphere 3 DICOM files

Sphere 3

Small section of a dark colored sphere. Smallest Pixel Value = 23, Largest = 127.

Download Sphere 4 DICOM files

Cube 1

Box. Smallest Pixel Value = 23, Largest = 127.

Download Cube 1 DICOM files


22. Jun 2007 / 16:00:35