Function is_supported

Source
pub fn is_supported(ts_uid: &str) -> bool
Expand description

Check that the main transfer syntax registry supports the given transfer syntax, meaning that it can parse and decode DICOM data sets.

// Implicit VR Little Endian is guaranteed to be supported
assert!(is_supported("1.2.840.10008.1.2"));