dicom_core::value

Module range

Source
Expand description

Handling of date, time, date-time ranges. Needed for range matching. Parsing into ranges happens via partial precision structures (DicomDate, DicomTime, DicomDatime) so ranges can handle null components in date, time, date-time values.

Structs§

Enums§

Traits§

  • The DICOM standard allows for parsing a date-time range in which one DT value provides time-zone information but the other one does not. An example of this is the value 19750101-19800101+0200.
  • The DICOM protocol accepts date (DA) / time (TM) / date-time (DT) values with null components.

Functions§