FolderHeader

Offset Name Size Parses to Description
0 pos 4 int Position of the folder (In a chunk all 512 folder headers are stored sequentially, refering to the data that follows after this header block)
4 start 4 int Start of the data container, after the header block in the chunk
8 size 4 int Size of the data container
12 unknown0 4 int Always 0 (b'')? At leat in our data
16 patient_id 4 int Patient ID
20 study_id 4 int Study ID
24 series_id 4 int Series ID
28 slice_id 4 int Slice ID, has to be divided by 2 to get the correct slice number
32 ind 2 int 0 for enface and 1 for bscan for image containers
34 unknown1 2 int
36 type 4 TypesEnum Type ID of the contained data
40 unknown3 4 int Large integer possibly related to data_container.unknown5. Maybe the position in HEYEX DB?