Skip to main content

Module client

Module client 

Source
Expand description

Association requester module

The module provides an abstraction for a DICOM association in which this application entity is the one requesting the association. See ClientAssociationOptions for details and examples on how to create an association.

Re-exports§

pub use crate::association::CloseSocket;

Modules§

non_blockingDeprecated

Structs§

ClientAssociation
A DICOM upper level association from the perspective of a requesting application entity.
ClientAssociationOptions
A DICOM association builder for a client node. The final outcome is a ClientAssociation.

Traits§

ReleaseDeprecated
Trait with the behavior to synchronously release an association