Skip to main content

Crate dicom_map

Crate dicom_map 

Source

Re-exports§

pub use lookup::DmapDict;
pub use lookup::DmapError;
pub use lookup::TagView;
pub use schema::canonicalize_creator;
pub use schema::creator_hash;
pub use schema::fnv1a32;
pub use schema::Dictionary;
pub use schema::FileHeader;
pub use schema::IndexEntry;
pub use schema::TagRecord;
pub use schema::VrCode;
pub use schema::MAGIC;
pub use schema::VERSION;

Modules§

lookup
Reader: mmap a .dmap file and perform O(log n) lookups.
schema
Shared schema for the .dmap archive file format.