var fDesc=new Array(); fDesc[0] = "Medical Director is a clinical software package which contains all the tools that a clinician needs to effectively manage their patients’ consultation and healthcare needs.
Tasks commonly associated with practice management software, generally performed by front of house receptionists or practice managers (e.g. accounting, bookings, etc) are not done by Medical Director directly.
Medical Director's main feature is the clinical notes section that allows for data entry by any combination of
typing, voice recognition, hand writing recognition, ‘macro’ style fast auto text key in, where a few key strokes can result in a large amount of text being added, and finally from a series of system specific History and Examination screens (shown above) with check boxes that translate into full text entries into the notes."; 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 = ''; } }