Function dicom_core::value::deserialize::parse_date
source · [−]Expand description
Decode a single DICOM Date (DA) into a chrono::NaiveDate value.
- As per standard, a full 8 byte representation (YYYYMMDD) is required, otherwise, the operation fails.