pub fn from_str<'a, T>(string: &'a str) -> Result<T, Error>where DicomJson<T>: Deserialize<'a>,
Deserialize a piece of DICOM data from a string of JSON.