Module partial

Source
Expand description

Handling of partial precision of Date, Time and DateTime values.

Structs§

DicomDate
Represents a Dicom date (DA) value with a partial precision, where some date components may be missing.
DicomDateTime
Represents a Dicom date-time (DT) value with a partial precision, where some date or time components may be missing.
DicomTime
Represents a Dicom time (TM) value with a partial precision, where some time components may be missing.

Enums§

DateComponent
Represents components of Date, Time and DateTime values.
Error
PreciseDateTime
An encapsulated date-time value which is precise to the microsecond and can either be time-zone aware or time-zone naive.

Functions§

check_component
Throws a detailed InvalidComponent error if date / time components are out of range.