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
pathinto a sorted list ofTagRows. Stops atPIXEL_DATA— pixel bytes never reach this code path.