Module dicom_core::value::partial
source · Expand description
Handling of partial precision of Date, Time and DateTime values.
Structs
Represents a Dicom Date value with a partial precision,
where some date components may be missing.
Represents a Dicom DateTime value with a partial precision,
where some date or time components may be missing.
Represents a Dicom Time value with a partial precision,
where some time components may be missing.
Enums
Represents components of Date, Time and DateTime values.
Traits
This trait is implemented by partial precision
Date, Time and DateTime structures.
Trait method returns the last fully precise
DateComponent of the structure.Functions
Throws a detailed
InvalidComponent error if date / time components are out of range.