dicom_core::value

Module partial

Source
Expand description

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

Structs§

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

Enums§

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

Functions§

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