Creating Tables

Navigation:  Database >

Creating Tables

Previous pageReturn to chapter overviewNext page

How to Create Tables

1.Go to Database > Create SQL Tables in the main menu window.

 

The "835 Table Creation" menu.

The "835 Table Creation" menu.

 

The following window will be displayed.

 

The "835 Table Creation" window.

The "835 Table Creation" window.

 

2.Define the following options:

Database

 

The "Database" box with the four database options.

The "Database" box with the four database options.

 

Within the "Database" box, the user may select one of four Database options, as listed below:

oMicrosoft SQL Server

oMySQL/Generic

oOracle

oDB2

 

What if I do not have the Databases mentioned in the next sections?

 

There are four Database types the HIPAA Claim Payment Master supports:

oMicrosoft SQL Server

oMySQL/Generic

oOracle

oDB2

 

In the following sections, you will see the scripts for each Database type. If you have a database that is not mentioned here, we recommend two options:

oHave a database administrator change the scripts to work.

oCreate the fields in your database administration tool according to the specifications in the scripts.

 

Scripts

On the following tabs there are SQL scripts used to create the appropriate tables:

·Claim Payment Tables Script

·Claim Header Tables Script

·Claim Level Adj. Tables Script

·Claim Lines Tables Script

·Claim Line Adj. Tables Script

·Provider Level Adj. Tables Script

·CompanySetup Tables Script

Tip: You can modify the scripts so that they run on your specific database and to conform to your database's specific SQL syntax. For each script, click "Save."

 

The "Save" button.

The "Save" button.

 

For each script, click "Execute Script" to create the corresponding table in the database.

Warning: If the database tables already exist, executing the “Create Table” scripts will drop and recreate those tables. This means:

·All existing data in those tables will be permanently lost.

·Any customizations made to the table structure will be overwritten.

 

Table already exists.

Table already exists.

 

The "Execute Script" button.

The "Execute Script" button.

 

Once the table has been created successfully, you will see the following notification:

 

The success message.

The success message.