var fDesc=new Array(); fDesc[0] = "Medical waveforms such as Electrocardiogram, Electroencephalogram, Blood pressure waveform, etc., is widely utilized at clinical area for a physiological examination, an electronic medical record and many purpose, such as investigation, research, education, etc.

Medical waveform is used by various combinations in various forms for a purpose or an intention. For example, ECG is very utilized medical waveform in clinical arena, and resting 12 lead ECG is used waveform most, in particular. A cardiologist makes diagnosis the ECG usually measured for ten to fifteen seconds, however more long period sometimes needs to grasp the patient heart condition like an arrhythmia.

Also there are many other method using ECG such as Holter ECG, monitoring ECG, stress ECG, intracardiac ECG, VCG, EEG with ECG, blood pressure with ECG, PSG and so on. MFER can describe not only ECG for physiological examination, ICU and operating room, etc., but also EEG, Respiration waveform, pulse waveform, blood pressure and so on.

MFER specialized a representation for medical waveform and removed unnecessary tags for waveform description, basically. For example, standard 12 lead ECG can be described as simple as possible only using common sampling condition, lead condition, so become easy to synchronize waveforms and for calculation of leads correctly."; 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 = ''; } }