Function dicom_json::to_value

source ·
pub fn to_value<T>(data: T) -> Result<Value, Error>
where DicomJson<T>: From<T> + Serialize,
Expand description

Serialize a piece of DICOM data as a serde JSON value.