Function dicom_encoding::encode::primitive_value::encode_date [−][src]
pub fn encode_date<W>(to: W, date: NaiveDate) -> Result<usize, Error> where
W: Write,
Encode a single date in accordance to the DICOM Date (DA)
- value representation.