Printing and imaging from the database |
Top Previous Next |
|
In January 2015 we added the capability to print or create image files from database records. The command line arguments for this are as follows: 1st argument: Should be empty 2nd argument can be now: QP - print records QT - tiff files QF - pdf files 3rd argument - Image File name- used only if program is set to create one result file (the same argument we use when create image files from file) 4th argument - Your query 5th argument - Custom printer name, can be omitted if the default printer is used 6th argument - Database, Test or Production, with the default of Production. Example:"C:\Program Files\HIPAAsuite\HIPAA Claim Master\HIPAAClaimMaster.exe" ,QF,,Select * from EDI_Claims where ClaimID = '1357' This example will create an image file with the default naming convention from the claim with the ID of '1357'
"C:\Program Files\HIPAAsuite\HIPAA Claim Master\HIPAAClaimMaster.exe" ,QP,,Select * from EDI_Claims where SubscriberLast = 'SMITH',Lexmark X 500 Series,T This example will print all claims in the Test database where the subscriber's last name is 'SMITH' to the Lexmark X500 Printer |