var fDesc=new Array(); fDesc[0] = "SwitchComm Plus is the latest communications software used by QEDI practices to transmit electronic data to and from MediSwitch.
SwítchComm Plus enables practices to submit online claims to MediSwitch, where they are instantly assessed before being sent to the medical schemes and administrators for adjudication and payment;to transmit electronic data to and from MediSwitch.
SwítchComm Plus enables practices to submit online claims to MediSwitch, where they are instantly assessed before being sent to the medical schemes and administrators for adjudication and payment; and, in the same connection, the IAC responses to these claims are automatically returned. In addition, SwítchComm Plus will return scheme responses from participating destinations as soon as these are made available."; 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 = ''; } }