Function dicom_json::to_string

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

Serialize a piece of DICOM data as a string of JSON.