Module dicom_core::value::partial[][src]

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 / time components may be missing. DicomDateTime is always internally represented by a DicomDate and optionally by a DicomTime. It implements AsRange trait and also holds a FixedOffset value, from which corresponding chrono::DateTime values can be retrieved.

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.