Package pyx12
[hide private]

Source Code for Package pyx12

 1  ###################################################################### 
 2  # Copyright (c) 2001-2008 Kalamazoo Community Mental Health Services, 
 3  #   John Holland <jholland@kazoocmh.org> <john@zoner.org> 
 4  # All rights reserved. 
 5  # 
 6  # This software is licensed as described in the file LICENSE.txt, which 
 7  # you should have received as part of this distribution. 
 8  # 
 9  ###################################################################### 
10   
11  #    $Id: __init__.py 1288 2008-06-12 22:05:54Z johnholland $ 
12   
13  """ 
14  Validate and transform HIPAA X12 documents 
15  """ 
16   
17  __author__  = "John Holland <jholland@kazoocmh.org> <john@zoner.org>" 
18  __status__  = "production" 
19  __version__ = "1.5.0" 
20  __date__    = "2008-06-15" 
21  __revision__ = "" 
22