How do I add a new diagnostic code into QuickClaim?

How do I add a new diagnostic code into QuickClaim?

Typically a technician would perform the following; It is not as straight forward as adding a service code.

Follow the instructions below to insert the new diagnostic code directly to QuickClaim's database:

  1. You are proceeding at your own risk so, take a backup of your QuickClaim database, before attempting 

  2. On QuickClaim's Main Menu, hit the F10 key twice


  3. Click on Database Query
  4. Copy the line of text below and paste it into the Enter SQL statement field and click OK
Insert Into DiagCodes ([DiagCode], [Description]) Values ('721', 'Other seronegative spondyloarthropathies')

That is it!


The above SQL statement can be changed to accomodate insertion of other diagnostic codes into QuickClaim's database by:
  1. Replacing 721 with the correct code.
  2. Replacing Other seronegative spondyloarthropathies with the correct description.