forked from patmun/pynetdicom_legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
A pure python library implementing the DICOM network protocol
https://pythonhosted.org/pynetdicom/index.html
License
manusangar/pynetdicom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
========== pynetdicom ========== pynetdicom is a pure python package implementing the DICOM network protocol. Working with pydicom, it allows DICOM clients (SCUs) and servers (SCPs) to be easily created. DICOM is a standard (http://medical.nema.org) for communicating medical images and related information such as reports and radiotherapy objects. The main class is AE and represent an application entity. User typically create an ApplicationEntity object, specifying the SOP service class supported as SCP and SCU, and a port to listen to. The user then starts the ApplicationEntity which runs in a thread. The use can initiate associations as SCU or respond to remote SCU association with the means of callbacks.
About
A pure python library implementing the DICOM network protocol
https://pythonhosted.org/pynetdicom/index.html
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%