Function dicom_json::from_str

source ·
pub fn from_str<'a, T>(string: &'a str) -> Result<T, Error>
where DicomJson<T>: Deserialize<'a>,
Expand description

Deserialize a piece of DICOM data from a string of JSON.