A Python implementation of the DICOM networking protocol
pynetdicom is a pure Python 3 package that implements the DICOM networking protocol. Working with pydicom, it allows the easy creation of DICOM Service Class Users (SCUs) and Service Class Providers (SCPs).
pynetdicom is a pure Python 3 package that implements the DICOM networking protocol. Working with pydicom, it allows the easy creation of DICOM Service Class Users (SCUs) and Service Class Providers (SCPs).
To install py310-pynetdicom, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-pynetdicom
To see what files were installed by py310-pynetdicom, run:
port contents py310-pynetdicom
To later upgrade py310-pynetdicom, run:
sudo port selfupdate && sudo port upgrade py310-pynetdicom
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.