Module prelude

Source
Expand description

Prelude module.

You may import all symbols within for convenient usage of this library.

§Example

use dicom_core::prelude::*;

Re-exports§

pub use crate::value::AsRange as _;
pub use crate::value::DicomDate;
pub use crate::value::DicomDateTime;
pub use crate::value::DicomTime;
pub use crate::DataElement;
pub use crate::DicomValue;
pub use crate::Tag;
pub use crate::VR;
pub use crate::header::HasLength as _;
pub use crate::DataDictionary as _;

Macros§

dicom_value
Helper macro for constructing a DICOM primitive value, of an arbitrary variant and multiplicity.