How do I add a new diagnostic code into QuickClaim?

How do I add a new specialty 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 a new specialty 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 SpecCodes values ('11', 'Critical care')

That is it!


The above SQL statement can be changed to accomodate insertion of other specialty codes into QuickClaim's database by:
  1. Replacing 11 with the correct code.
  2. Replacing Critical care with the correct description.