pynetdicom#

pynetdicom is a pure Python package that implements the DICOM networking protocol. Working with pydicom, it allows the easy creation of DICOM Application Entities (AEs), which can then act as Service Class Users (SCUs) and Service Class Providers (SCPs) by associating with other AEs and using or providing the services available to the association.

User guide#

An overview for using pynetdcom and the concepts relevant to DICOM networking.

Tutorials#

Examples#

Example source code and applications.

Reference#

Documentation for pynetdicom’s public functions, classes and other objects.

Services#

Supported DICOM service classes.

Releases#