Overview of the DICOM upper layer (dicom-ul) crate
masterThe dicom-ul crate provides an implementation of the DICOM upper layer protocol. It contains the necessary types and methods to interact with DICOM nodes. Developers can use this crate as a foundation for building finite-state machines and higher-level helpers to create concrete Service Class Users (SCUs) and Service Class Providers (SCPs).
Key features include:
- Support for DICOM upper layer protocol interactions.
- TLS support for secure transport connections via
rustls. - It is available as a standalone crate (
dicom-ul) or contained within the parentdicomcrate for convenience.