Function is_supported_with_repo

Source
pub fn is_supported_with_repo<R>(ts_repo: R, ts_uid: &str) -> bool
Expand description

Check that a transfer syntax repository 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_with_repo(TransferSyntaxRegistry, "1.2.840.10008.1.2"));