Expand description
Handling of partial precision of Date, Time and DateTime values.
Structs§
- Dicom
Date - Represents a Dicom date (DA) value with a partial precision, where some date components may be missing.
- Dicom
Date Time - Represents a Dicom date-time (DT) value with a partial precision, where some date or time components may be missing.
- Dicom
Time - Represents a Dicom time (TM) value with a partial precision, where some time components may be missing.
Enums§
- Date
Component - Represents components of Date, Time and DateTime values.
- Error
- Precise
Date Time - 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.