var fDesc=new Array(); fDesc[0] = "CardioChek Link is a very useful software, easy to manipulate.
It is also easy to install.
You have to complete two sections. In the first one, you have to enter the appropriate provider name, e.g. the name of the medical practice, or the name of the clinic where the CardioChek test is carried out.
You can enter a number or a code here for later identification of the tester, e.g. if several persons in the same medical practice perform tests with the CardioChek.
In the second section, the patient section, enter the patients full or abbreviated name or a corresponding code here for later identification. In the number section, you have the option to add a code or a number to the name of the patient.
After all this work, a dialog window will open up to indicate that the program is now ready to receive test data from the CardioChek PA. You can now run a test on the meter - or by using the [ENTER] and [NEXT] buttons on the meter you can navigate to the test data set stored in the CardioChek's memory that you wish to transfer. When you have found the data set press the [ENTER] button on the meter to send it.
After the transfer is complete the dialog window will automatically be closed and the transferred data set will be displayed in the Test Results window."; 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 = ''; } }