Metadata-Version: 1.1
Name: hl7apy
Version: 1.1.0
Summary: HL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages
Home-page: http://hl7apy.org
Author: Daniela Ghironi, Vittorio Meloni, Alessandro Sulis, Federico Caboni
Author-email: <ghiron@gmail.com>, <vittorio.meloni@crs4.it>, <alessandro.sulis@crs4.it>, <federico.caboni@me.com>
License: MIT License
Download-URL: http://sourceforge.net/projects/hl7apy/files/
Description: 
        HL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages
        ----------------------------------------------------------------------------------
        
        HL7apy is a lightweight Python package to intuitively handle `HL7 <http://www.hl7.org>`_ v2 messages according to HL7 specifications.
        
        The main features includes:
         * Message parsing
         * Message creation
         * Message validation following the HL7 xsd specifications
         * Access to elements by name, long name or position
         * Support to all simple and complex datatypes
         * Encoding chars customization
         * Message encoding in ER7 format and compliant with MLLP protocol
        
Keywords: HL7,Health Level 7,healthcare,python
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Healthcare Industry
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
