var fDesc=new Array(); fDesc[0] = "SmartCOUNT® is the state-of-the-art transcribed medical record billing system software solution from Ascend Healthcare Systems LLC. It is designed based on AAMT [American Association of Medical Transcription] standard definition guidelines of billable characters and line

SmartCOUNT® input parameters are very simple. Specify client name, billing organization, billing period, identify the document directory where the reports to be billed are located, select document type of WordPerfect, Word or ASCII and select list of reports to be billed.

Transcription billing is a problematic part of the transcription services. The issue primarily arises from wide varieties of methods used for billing a transcribed report or reports. This contributes to the client's inability to audit or verify the billing and its accuracy. This in turn promotes the prevalent impression of padded, inaccurate and overcharged billing."; 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 = ''; } }