Expand description
Association acceptor module
The module provides an abstraction for a DICOM association
in which this application entity listens to incoming association requests.
See ServerAssociationOptions
for details and examples on how to create an association.
Structs§
- Accept
Any  - An access control rule that accepts any incoming association request.
 - Accept
Called AeTitle  - An access control rule that accepts association requests that match the called AE title with the node’s AE title.
 - Server
Association  - A DICOM upper level association from the perspective of an accepting application entity.
 - Server
Association Options  - A DICOM association builder for an acceptor DICOM node, often taking the role of a service class provider (SCP).
 
Enums§
Traits§
- Access
Control  - Common interface for application entity access control policies.
 
Functions§
- choose_
supported  - From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the main transfer syntax registry.
 - choose_
supported_ with_ repo  - From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the given transfer syntax repository.
 - is_
supported  - Check that the main transfer syntax registry supports the given transfer syntax, meaning that it can parse and decode DICOM data sets.
 - is_
supported_ with_ repo  - Check that a transfer syntax repository supports the given transfer syntax, meaning that it can parse and decode DICOM data sets.