Metadata-Version: 1.0
Name: pynetdicom
Version: 0.8.0
Summary: Pure python implementation of the DICOM network protocol
Home-page: http://pynetdicom.googlecode.com
Author: Patrice Munger
Author-email: patricemunger@gmail.com
License: LICENCE.txt
Description: ==========
        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.
          
        
Keywords: dicom python medicalimaging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries
