Function dicom_json::from_value

source ·
pub fn from_value<T>(value: Value) -> Result<T, Error>where
    DicomJson<T>: DeserializeOwned,
Expand description

Deserialize a piece of DICOM data from a serde JSON value.