]> Creatis software - gdcmData.git/blob - MR-SIEMENS-DICOM-WithOverlays.README.txt
Add jpeg with defined length for sequence of fragments
[gdcmData.git] / MR-SIEMENS-DICOM-WithOverlays.README.txt
1 Standard ACR-NEMA/DICOM fashion to store overlays :
2
3 In a bytes, 8 pixels are concerned (Overlay Bits Allocated = [1] )
4 Overlay Data length = 29282 (Overlay Rows * Overlay Columns)/8
5
6 D 6000|0010 lg :        x(2)        2 [US]               [Overlay Rows] [484]
7 D 6000|0011 lg :        x(2)        2 [US]            [Overlay Columns] [484]
8 D 6000|0015 lg :        x(2)        2 [IS][Number of Frames in Overlay] [1 ]
9 D 6000|0022 lg :       x(1e)       30 [LO]        [Overlay Description] [Siemens MedCom Object Graphics]
10 D 6000|0040 lg :        x(2)        2 [CS]               [Overlay Type] [G ]
11 D 6000|0050 lg :        x(4)        4 [SS]             [Overlay Origin] [1\1]
12 D 6000|0051 lg :        x(2)        2 [US]         [Image Frame Origin] [1]
13 D 6000|0100 lg :        x(2)        2 [US]     [Overlay Bits Allocated] [1]
14 D 6000|0102 lg :        x(2)        2 [US]       [Overlay Bit Position] [0]
15 D 6000|3000 lg :     x(7262)    29282 [OW]               [Overlay Data] [gdcm::NotLoaded]
16
17 Get the Data, expand them !
18 Hope there is never some oddities in Number of Frames in Overlay, 
19    Overlay Origin,Overlay Bit Position, etc .