var fDesc=new Array(); fDesc[0] = "Embla's Enterprise™ System is an integrated business management solution designed to maintain and manage comprehensive patient records efficiently. Whether you are a small sleep laboratory or part of a larger, networked sleep group, the Enterprise System will help you schedule appointments and track referrals, patients, clinical outcomes, and keep your finger on the pulse of your operation.
Features:
* Store patient information
* Store clinical outcomes
* Schedule patients
* Manage referrals
* Manage multiple facilities from a central location
* Search for patient groups
* Search for archived studies
* Speed up the process of performing research on your own patient population
* Store database information in Microsoft® Data Engine or Microsoft® SQL Server"; 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 = ''; } }