Skip to main content

Module metadata

Module metadata 

Source
Expand description

Flatten a DICOM file’s tags into rows the metadata panel can display.

Structs§

TagRow
One row in the metadata panel.

Functions§

collect_tags
Flatten every top-level DICOM tag in path into a sorted list of TagRows. Stops at PIXEL_DATA — pixel bytes never reach this code path.