dicom_core::value::range

Function parse_datetime_range_custom

Source
pub fn parse_datetime_range_custom<T: AmbiguousDtRangeParser>(
    buf: &[u8],
) -> Result<DateTimeRange, Error>
Expand description

Same as parse_datetime_range() but allows for custom handling of ambiguous Date-time ranges. See AmbiguousDtRangeParser.