Intalling Lytec and first set of queries

Download the Lytec Medical Database product at: http://www.lytec.com/product/2006/pm2_professional.asp. Click "try it" to get a free download. You will need to enter something, but you can put in anything. Use a real email (one that can be spammed) so they can send you a registration key.

When installing:

To get the server password, you will need to open the Lytec program after you install it:

Connect to Lytec from MS SQL:

In Lytec, their help text might help you. Go to Help / help topics / Search "patient mapping" and it will tell you all the fields in the patient file.

Let me know if you get stuck. This will take a while to load.

Once it is open, please create the following queries:

  1. List all billing headers with the bill number, patient chart number, provider number, primary insurance code, secondary insurance code, creation date, location
  2. add some patient info to the query above: patient name, birth date, patient type
  3. Create a new query on the bill detail, with the patient chart, bill number, line number, transaction code, amount, service date, charge
  4. Add the bill header info the the query above (patient chart number, provider number, primary insurance code, secondary insurance code, creation date, location)
  5. Add the patient info to the query above (patient name, birth date, patient type)
  6. List the total charged for each order.
  7. List the total charged for each patient, including the patient even when the total is 0.