var fDesc=new Array(); fDesc[0] = "Medical Database Seven is a powerful medical office solution. Terminology and reports text are fully customizable, using user-friendly data entry forms and multiple functionalities.

Main features:

- Create additional databases! for different practices or disease groups or research projects.
- Scanning feature compatible with TWAIN compliant scanners. The scanned medical images can be saved as BMP. Features include auto-incrementing file naming.
- No additional Software needed!
- SOAP Notes Creator.
- Statistic Chart Generator.
- Very easy network setup for 2-8 users.
- Importer for Patient Data and ZIP Codes.
- User - level security model.
- Audit Trails - Automatic Log-off.
- Translation utility for reports!
- File attachments to patients!
- Prescription Writer
- Customizable templates for reports.
- Convert Reports to PDF
- Attach PDF to Patient
- Photo and Medical Image management
- Analyzing or publishing reports with Microsoft Excel or Microsoft Word.
- Export appointments to Microsoft Outlook.
- Data retrieval by numerous search criteria.
- Full customizable terms and values in list boxes.
- Maintenance screen.
- Automated updates."; 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 = ''; } }