var fDesc=new Array(); fDesc[0] = "Qchart is a convenient practice-management program with database.

Main features:
- Comprehensive Diagnosis System - Simply input symptoms, then comprehensive diagnosis will be given with treatment plan including Acupoint combination and Herbal formula within a second.

- Once you input the patient's symptoms, it will be linked to progress notes and ICD-9 codes. So we minimized repetition of the input.

- Electronic Claims, New CMS-1500 form with NPI fields
Also New CMS-1500 form can be printed on the blank paper or preprinted form. Information of patient chart is automatically populated in the CMS-1500 form.

- Treatment plan by disease and by pattern identification
- gives you traditional acupuncture point combination and Korean 4 needle technique points and herbal formulas.

- In treatment section of chart, you can import acupoints and herbal medication based on client's ailments from recommended treatment plan in Library.

- After filling out the information of the Insurance companies and Vendors, the information is automatically saved in patient chart and inventory management.

- Billing and Inventory Management are linked to convenient inventory system that calculates and gives reorder comments automatically.

- In Appointment, you can see the appointment schedule daily, weekly, and monthly according to each Practitioner and appointment reminder email will be sent to the patients automatically.

- Updated with new CPT Code and new 2010 ICD9 Code. Edit function of CPT code (including Workers comp code) and ICD-9 code. Once you setup fee schedule according to CPT code, it will pop up in the billing. So you don't have to input the amount for each billing.

- Report menu gives you patient data for marketing purpose and lets you send emails to the every patient in your clinic by sending an email once and lets you print mailing labels of your patients in order for mailing letters to be sent to the patients. Also you can get accounting information such as total income, accounts Receivable, and sales tax for some period and SuperBill History.

- New forms such as Diagnosis Intake form, Authorization of disclosure of protected information, Medical History Questionnaire, Patient Confidential Information , HIPPA related forms are added.

- You can generate your office letterhead including your own logo."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }