//! ⚠️ **NOT FOR CLINICAL USE** — This software has not been validated for diagnostic or therapeutic purposes.
//!
//! Core DICOM data structures, file I/O, and encoding/decoding.
//!
//! This crate ports DCMTK's `dcmdata` module — the heart of DICOM data handling.
pub use DataSet;
pub use Element;
pub use FileFormat;
pub use ;
pub use FileMetaInformation;
pub use ;