Function dicom_json::from_reader

source ·
pub fn from_reader<R, T>(reader: R) -> Result<T, Error>
Expand description

Deserialize a piece of DICOM data from a standard byte reader.