File Creation |
Top Previous Next |
|
Creating 278 EDI files can also be automated with the HIPAA Authorizer. The necessary command line arguments are as follows
For example: "C:\Program Files\HIPAAsuite\HIPAA Authorizer\HIPAAAuthorizer.exe" Select * from EDI_AuthorizerHeader where SubscriberID = 123456,EDI,C:\temp\test278.edi,CAREFIRST,Request this command would create an EDI file with all records from the query,and write the file C:\temp\test278.edi. The trading partner to receive the file is 'CareFirst' and a request file will be created.
"C:\Program Files\HIPAAsuite\HIPAA Authorizer\HIPAAAuthorizer.exe" Select * from EDI_AuthorizerHeader where SubscriberID = 123456,EDI,,CA0,Response This will create a response file for the California exchange. Since no file name is specified, the California Exchange's specific file naming convention will be implemented. |