DIR : /home/kozerus/public_html/ka/fb/med/index.htm
/home/kozerus/public_html/ka/fb/med
<html>
<head>
<title>/fb/med 20250530_0830</title>
<style id="style_ko_popover" >
.ko_popover {
position: relative;
float: left;
padding: 5px;
/*z-ka1: 0;*/
}
.ko_popover:hover {
// background-color: darkslategrey;
background-color: wheat;
/*z-ka1: 50;*/
// color: ivory;
color: wheat;
text-decoration: none;
}
/*CSS for enlarged image*/
.ko_popover span {
position: absolute;
// background-color: darkslategrey;
background-color: wheat;
padding: 5px;
/*left: -1000px;*/
// border: 1px solid darkslategrey;
border: 1px solid wheat;
// visibility: visible;
visibility: hidden;
color: black;
text-decoration: none;
}
/*CSS for enlarged image*/
.ko_popover span img {
border-width: 0px;
/*padding: 2px;*/
}
/*CSS for enlarged image on hover*/
.ko_popover:hover span {
visibility: visible;
// width: 200px;
top: 0px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 0px;/*position where enlarged image should offset horizontally */
}
</style>
<style id="style_ko_thumbnail" >
.ko_thumbnail {
position: relative;
float: left;
padding: 5px;
/*z-ka1: 0;*/
}
.ko_thumbnail:hover {
// background-color: #e9e9e2;
// background-color: darkslategrey;
background-color: wheat;
/*z-ka1: 50;*/
// color: #335500;
// color: ivory;
// color: darkslategray;
color: wheat;
text-decoration: none;
}
/*CSS for enlarged image*/
.Ko_thumbnail span {
position: absolute;
// background-color: #e5e5e5;
// background-color: darkslategrey;
background-color: wheat;
padding: 5px;
/*left: -1000px;*/
# border: 1px solid #666;
border: 1px solid wheat;
visibility: hidden;
// color: black;
// color: ivory;
color: wheat;
text-decoration: none;
}
/*CSS for enlarged image*/
.ko_thumbnail span img {
background-color: wheat;
color: wheat;
border-width: 0px;
/*padding: 2px;*/
}
/*CSS for enlarged image on hover*/
.ko_thumbnail:hover span {
visibility: visible;
width: 200px;
top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}
</style id=style_ko_popover>
<script id=script_toggle>
function toggle(divid) {
// alert( "BUGS_37850 BEG divid="+divid );
var imgid=divid.replace("div_","img_" );
if(! document.getElementById(divid)) { return; }
var imgid=divid.replace("div_","img_" );
style_display=document.getElementById(divid).style.display;
// alert( "BUGS_37850 TOGGLE imgid="+imgid+" style_display="+style_display );
if( style_display == "none" ) {
img="<img src=/imgs/btn/koeyew.png id="+imgid+" height=50 onclick=\"toggle('"+divid+"'); return false;\" >";
// alert( "BUGS_37881 NONE img="+img );
document.getElementById(divid).style.display="inline";
document.getElementById(imgid).innerHTML=img;
document.getElementById(imgid).src="/imgs/btn/koeyew.png";
// $("#img_ajax_ko").html(img);
// $("#img_ajax_ko").attr("src","/imgs/btn/koeyew.png");
// htmimg=document.getElementById(imgid).innerHTML;
// alert( "BUGS_37884 NONE htmimg="+htmimg );
}
else {
img="<img src=/imgs/btn/koeyeb.png id="+imgid+" height=50 onclick=\"toggle('"+divid+"'); return false;\" >";
// alert( "BUGS_37891 INLINE img="+img );
document.getElementById(divid).style.display="none";
document.getElementById(imgid).innerHTML=img;
document.getElementById(imgid).src="/imgs/btn/koeyeb.png";
// $("#img_ajax_ko").html(img);
// $("#img_ajax_ko").attr("src","/imgs/btn/koeyeb.png");
// htmimg=document.getElementById(imgid).innerHTML;
}
}
</script id=script_toggle_end>
<script id="script_geturlparams" >
function geturlparams(sParam) {
// alert( "BUGS_3340 geturlparameters sParam="+sParam );
var sPageURL = window.location.search.substring(1);
var sURLVariables = sPageURL.split('&');
for (var i = 0; i < sURLVariables.length; i++) {
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == sParam) {
return sParameterName[1];
}
}
}
</script id="script_geturlparams_end" >
<script id="script_geturlparam" >
function geturlparam(parameter, defaultvalue){
alert( "BUGS_3341 geturlparam parameter="+parameter+" defaultvalue="+defaultvalue );
// return(defaultvalue);
var urlparameter = defaultvalue;
if(window.location.href.indexOf(parameter) > -1) {
urlparameter = getUrlVars()[parameter];
}
// alert( "BUGS_3342 geturlparam urlparameter="+urlparameter );
return urlparameter;
}
// var mytext = getUrlParam('text','Empty');
</script id="script_geturlparam_end" >
<script id=script_glucose >
function glucose(filetext) {
file_len=filetext.length;
// alert( "BUGS_170 glucose file_len="+file_len+" filetext="+filetext );
htmout="";
htmout += "<table id=table_bsp>\n";
htmout += "<tr>";
htmout += "<td width=50px >j</td>";
htmout += "<td width=75px ><b>pid</b></td>";
htmout += "<td width=75px ><b>dt</b></td>";
htmout += "<td width=75px >tm</td>";
htmout += "<td width=100px ><b>glucose</b></td>";
htmout += "<td width=200px >notes</td>";
htmout += "</tr>";
glucose_tot=0; glucose_cnt=0; glucose_avg=0;
// alert( "BUGS_171 glucose file_len="+file_len+" glucose_tot="+glucose_tot );
j=0; k=0; last_pid=""; last_dt="";
for ( j=0; j< file_len; j++ ) {
data=filetext[j];
pid=data.split("|")[0];
dt=data.split("|")[1];
if( dt == "dt" ) { continue; }
if( dt == "date" ) { continue; }
if( dt == undefined ) { continue; }
if( bpr == "" ) { continue; }
if( bpr == undefined ) { continue; }
tm=data.split("|")[2];
glucose_val=data.split("|")[3];
// if( glucose != "hi" ) {
// if( typeof glucose === "number" ) {
// glucose_tot += Number(glucose_val);
// glucose_cnt=glucose_cnt+1;
// alert( "BUGS_200 glucose_val="+glucose_val+" glucose_tot="+glucose_tot+" glucose_cnt="+glucose_cnt );
// }
notes=data.split("|")[4];
if( notes == undefined ) { notes = "-"; }
htmout += "<tr>";
htmout += "<td>"+j+"</td>";
if (( last_pid == pid ) && ( last_dt == dt )) {
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+tm+"</td>";
htmout += "<td>"+glucose_val+"</td>";
htmout += "<td>"+notes+"</td>";
}
if (( last_pid != pid ) && ( last_dt == dt )) {
htmout += "<td><b>"+pid+"</b></td>";
htmout += "<td><b>"+"..."+"</b></td>";
htmout += "<td><b>"+tm+"</b></td>";
htmout += "<td><b>"+glucose_val+"</b></td>";
htmout += "<td>"+notes+"</td>";
}
if (( last_pid == pid ) && ( last_dt != dt )) {
htmout += "<td><b>"+"..."+"</b></td>";
htmout += "<td><b>"+dt+"</b></td>";
htmout += "<td><b>"+tm+"</b></td>";
htmout += "<td><b>"+glucose_val+"</b></td>";
htmout += "<td>"+notes+"</td>";
}
if (( last_pid != pid ) && ( last_dt != dt )) {
htmout += "<td><b>"+pid+"</b></td>";
htmout += "<td><b>"+dt+"</b></td>";
htmout += "<td><b>"+tm+"</b></td>";
htmout += "<td><b>"+glucose_val+"</b></td>";
htmout += "<td>"+notes+"</td>";
}
// htmout += "<td>"+glucose_val+"</td>";
// htmout += "<td>"+notes+"</td>";
// htmout += "</tr>";
// alert( "BUGS_230 glucose j="+j+" data="+data+" dt="+dt+" tm="+tm+" bpr="+bpr );
last_pid=pid;
last_dt=dt;
}
htmout += "</table id=table_glucose_end>\n";
// alert( "BUGS_233 glucose glucose_tot="+glucose_tot+" glucose_avg="+glucose_avg+" glucose_cnt="+glucose_cnt );
// glucose_avg=glucose_tot / glucose_cnt;
div_htmout = "";
div_htmout += "<div id=div_glucose>\n";
div_htmout += "<hr color=goldenrod>\n"
div_htmout += "<h1>div_glucose</h1>\n";
div_htmout += "<h2>table_glucose</h2>\n";
div_htmout += htmout;
div_htmout += "<hr color=goldenrod>\n";
div_htmout += "glucose_avg=<b>"+glucose_avg+"</b> glucose_cnt="+glucose_cnt+"<r>\n";
div_htmout += "<hr color=goldenrod>\n";
div_htmout += " </div id=div_glucose_end>\n";
div_htmout += "<hr color=goldenrod>\n";
divid="div_glucose";
// alert( "BUGS_182 divid="+divid+" div_htmout="+div_htmout );
// if( document.getElementById(divid)) {
// document.getElementById(divid).innerHTML=htmout;
// }
tblid="table_glucose";
// alert( "BUGS_260 tblid="+tblid+" htmout="+htmout );
if( document.getElementById(tblid)) {
document.getElementById(tblid).innerHTML=htmout;
}
// alert( "BUGS_192 glucose glucose="+glucose );
return(psvs);
}
</script id=script_glucose_end >
<script id=script_bps >
function bps(filetext) {
file_len=filetext.length;
// alert( "BUGS_170 bps file_len="+file_len+" filetext="+filetext );
htmout="";
htmout += "<table id=table_bsp>\n";
htmout += "<tr>";
htmout += "<td width=50px >j</td>";
htmout += "<td width=75px ><b>pid</b></td>";
htmout += "<td width=75px ><b>dt</b></td>";
htmout += "<td width=75px >tm</td>";
htmout += "<td width=100px ><b>bpr</b></td>";
htmout += "<td width=100px >bpl</td>";
htmout += "<td width=70px >bm</td>";
htmout += "<td width=50px >sugar</td>";
htmout += "<td width=200px >notes</td>";
htmout += "</tr>";
systolic_tot=0; diastolic_tot=0; pulse_total=0;
systolic_cnt=0; diastolic_cnt=0; pulse_cnt=0;
// alert( "BUGS_171 bps file_len="+file_len );
j=0; k=0; last_pid=""; last_dt="";
for ( j=0; j< file_len; j++ ) {
data=filetext[j];
pid=data.split("|")[0];
dt=data.split("|")[1];
if( dt == "dt" ) { continue; }
if( dt == undefined ) { continue; }
tm=data.split("|")[2];
bpr=data.split("|")[3];
// systolic=bpr.split("/")[0];
// diastolic=bpr.split("/")[1].split("-")[0];
// pulse=bpr.split("-")[1];
// alert( "BUGS_201 bps j="+j+" systolic="+systolic+" diastolic="+diastolic+" pulse="+pulse+" bpr="+bpr );
// systolic_cnt=systolic_cnt+1;
// diastolic_cnt=diastolic_cnt+1;
// pulse_cnt=pulse_cnt+1;
// systolic_tot=systolic_cnt;
// diastolic_tot=diastolic_cnt;
// pulse_tot=pulse_cnt;
// systolic_tot=systolic_tot+systolic;
// diastolic_tot=diastolic_tot+diastolic;
// pulse_tot=pulse_tot+pulse;
// alert( "BUGS_202 bps j="+j+" systolic_cnt="+systolic_cnt+" diastolic_cnt="+diastolic_cnt+" pulse_cnt="+pulse_cnt+" bpr="+bpr );
// alert( "BUGS_203 bps j="+j+" systolic_tot="+systolic_tot+" diastolic_tot="+diastolic_tot+" pulse_tot="+pulse_tot+" bpr="+bpr );
bpl=data.split("|")[4];
bm=data.split("|")[5];
sugar=data.split("|")[6];
notes=data.split("|")[7];
if( bpr == undefined ) { bpr = "-"; }
if( bpl == undefined ) { bpl = "-"; }
if( bm == undefined ) { bm = "-"; }
if( sugar == undefined ) { sugar = "-"; }
if( notes == undefined ) { notes = "-"; }
htmout += "<tr>";
htmout += "<td>"+j+"</td>";
if (( last_pid == pid ) && ( last_dt == dt )) {
// alert( "BUGS_201 == last_pid="+last_pid+" pid="+pid+" last_dt="+last_dt+" dt="+dt );
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+tm+"</td>";
htmout += "<td>"+bpr+"</td>";
htmout += "<td>"+bpl+"</td>";
}
if (( last_pid == pid ) && ( last_dt != dt )) {
// alert( "BUGS_202 =! last_pid="+last_pid+" pid="+pid+" last_dt="+last_dt+" dt="+dt );
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+dt+"</td>";
htmout += "<td>"+tm+"</td>";
htmout += "<td>"+bpr+"</td>";
htmout += "<td>"+bpl+"</td>";
}
if (( last_pid != pid ) && ( last_dt == dt )) {
// alert( "BUGS_203 != last_pid="+last_pid+" pid="+pid+" last_dt="+last_dt+" dt="+dt );
htmout += "<td>"+pid+"</td>";
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+tm+"</td>";
htmout += "<td>"+bpr+"</td>";
htmout += "<td>"+bpl+"</td>";
}
if (( last_pid != pid ) && ( last_dt != dt )) {
// alert( "BUGS_204 !! last_pid="+last_pid+" pid="+pid+" last_dt="+last_dt+" dt="+dt );
htmout += "<td><b>"+pid+"</b></td>";
htmout += "<td><b>"+dt+"</b></td>";
htmout += "<td><b>"+tm+"</b></td>";
htmout += "<td><b>"+bpr+"</b></td>";
htmout += "<td>"+bpl+"</td>";
}
htmout += "<td>"+bm+"</td>";
htmout += "<td>"+sugar+"</td>";
htmout += "<td>"+notes+"</td>";
htmout += "</tr>";
last_pid=pid;
last_dt=dt;
if( j > 60 ) {
// alert( "BUGS_191 bps j="+j+" data="+data+" dt="+dt+" tm="+tm+" bpr="+bpr );
// alert( "BUGS_360 bps j="+j+" htmout="+htmout+" dt="+dt+" tm="+tm+" bpr="+bpr );
}
}
// alert( "BUGS_361 bps loopout xxxxxxxxxxxxxxx" );
htmout += "</table id=table_bps_end>\n";
// alert( "BUGS_192 bps htmout="+htmout );
// systolic_avg=systolic_tot / systolic_cnt;
// diastolic_avg=diastolic_tot / diastolic_cnt;
// pulse_avg=pulse_tot / pulse_cnt;
div_htmout = "";
div_htmout += "<div id=div_bps>\n";
div_htmout += "<hr color=goldenrod>\n"
div_htmout += "<h1>div_bps</h1>\n";
div_htmout += "<h2>table_bps</h2>\n";
div_htmout += htmout;
div_htmout += "<hr color=goldenrod>\n";
// div_htmout += "<table id=table_avg>\n";
// div_htmout += "<tr>\n";
// div_htmout += "<td>systolic_avg</td>";
// div_htmout += "<td>diastolic_avg</td>";
// div_htmout += "<td>pulse_avg</td>";
// div_htmout += "</tr>\n";
// div_htmout += "<tr>\n";
// div_htmout += "<td>"+systolic_avg+"</td>";
// div_htmout += "<td>"+diastolic_avg+"</td>";
// div_htmout += "<td>"+pulse_avg+"</td>";
// div_htmout += "</tr>\n";
// div_htmout += "<tr>\n";
// div_htmout += "<td>"+systolic_cnt+"</td>";
// div_htmout += "<td>"+diastolic_cnt+"</td>";
// div_htmout += "<td>"+pulse_cnt+"</td>";
// div_htmout += "</tr>\n";
// div_htmout += " </table id=table_avg_end>\n";
div_htmout += "<hr color=goldenrod>\n";
div_htmout += " </div id=div_bps_end>\n";
div_htmout += "<hr color=goldenrod>\n";
divid="div_bps";
// alert( "BUGS_380 bps_end divid="+divid+" div_htmout="+div_htmout );
// if( document.getElementById(divid)) {
// document.getElementById(divid).innerHTML=htmout;
// }
tblid="table_bps";
// alert( "BUGS_381 tblid="+tblid+" htmout="+htmout );
if( document.getElementById(tblid)) {
document.getElementById(tblid).innerHTML=htmout;
}
// alert( "BUGS_192 bps bps="+bps );
return(psvs);
}
</script id=script_bps_end >
<script id=script_meds >
function meds(filetext) {
file_len=filetext.length;
// alert( "BUGS_170 meds file_len="+file_len+" filetext="+filetext );
htmout="";
htmout += "<table id=table_meds>\n";
htmout += "<tr>";
htmout += "<td width=50px >j</td>";
htmout += "<td width=75px ><b>dt</b></td>";
htmout += "<td width=75px >tm</td>";
htmout += "<td width=100px ><b>bpr</b></td>";
htmout += "<td width=100px >bpl</td>";
htmout += "<td width=70px >bm</td>";
htmout += "<td width=50px >sugar</td>";
htmout += "<td width=200px >notes</td>";
htmout += "</tr>";
// alert( "BUGS_171 bps file_len="+file_len );
j=0; k=0; last_dt="";
for ( j=0; j< file_len; j++ ) {
data=filetext[j];
dt=data.split("|")[0];
if( dt == "dt" ) { continue; }
if( dt == undefined ) { continue; }
tm=data.split("|")[1];
bpr=data.split("|")[2];
bpl=data.split("|")[3];
bm=data.split("|")[4];
sugar=data.split("|")[5];
notes=data.split("|")[6];
if( bpr == undefined ) { bpr = "-"; }
if( bpl == undefined ) { bpl = "-"; }
if( bm == undefined ) { bm = "-"; }
if( sugar == undefined ) { sugar = "-"; }
if( notes == undefined ) { notes = "-"; }
htmout += "<tr>";
htmout += "<td>"+j+"</td>";
if ( last_dt == dt ) {
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+tm+"</td>";
htmout += "<td>"+bpr+"</td>";
htmout += "<td>"+bpl+"</td>";
}
else {
htmout += "<td><b>"+dt+"</b></td>";
htmout += "<td><b>"+tm+"</b></td>";
htmout += "<td><b>"+bpr+"</b></td>";
htmout += "<td>"+bpl+"</td>";
}
htmout += "<td>"+bm+"</td>";
htmout += "<td>"+sugar+"</td>";
htmout += "<td>"+notes+"</td>";
htmout += "</tr>";
// alert( "BUGS_191 bps j="+j+" data="+data+" dt="+dt+" tm="+tm+" bpr="+bpr );
last_dt=dt;
}
htmout += "</table id=table_meds_end>\n";
div_htmout = "";
div_htmout += "<div id=div_meds>\n";
div_htmout += "<hr color=goldenrod>\n"
div_htmout += "<h1>div_meds</h1>\n";
div_htmout += "<h2>table_meds</h2>\n";
div_htmout += htmout;
div_htmout += "<hr color=goldenrod>\n";
div_htmout += " </div id=div_meds_end>\n";
div_htmout += "<hr color=goldenrod>\n";
divid="div_meds";
// alert( "BUGS_182 divid="+divid+" div_htmout="+div_htmout );
// if( document.getElementById(divid)) {
// document.getElementById(divid).innerHTML=htmout;
// }
tblid="table_meds";
// alert( "BUGS_181 tblid="+tblid+" htmout="+htmout );
if( document.getElementById(tblid)) {
document.getElementById(tblid).innerHTML=htmout;
}
// alert( "BUGS_192 meds meds="+meds );
return(psvs);
}
</script id=script_meds_end >
<script id=script_doctors >
function doctors(filetext) {
file_len=filetext.length;
// alert( "BUGS_170 doctors file_len="+file_len+" filetext="+filetext );
htmout="";
htmout += "<table id=table_doctors>\n";
htmout += "<tr>";
htmout += "<td width=50px >j</td>";
htmout += "<td width=75px ><b>dt</b></td>";
htmout += "<td width=75px >tm</td>";
htmout += "<td width=100px ><b>bpr</b></td>";
htmout += "<td width=100px >bpl</td>";
htmout += "<td width=70px >bm</td>";
htmout += "<td width=50px >sugar</td>";
htmout += "<td width=200px >notes</td>";
htmout += "</tr>";
// alert( "BUGS_171 doctors file_len="+file_len );
j=0; k=0; last_dt="";
for ( j=0; j< file_len; j++ ) {
data=filetext[j];
dt=data.split("|")[0];
if( dt == "dt" ) { continue; }
if( dt == undefined ) { continue; }
tm=data.split("|")[1];
bpr=data.split("|")[2];
bpl=data.split("|")[3];
bm=data.split("|")[4];
sugar=data.split("|")[5];
notes=data.split("|")[6];
if( bpr == undefined ) { bpr = "-"; }
if( bpl == undefined ) { bpl = "-"; }
if( bm == undefined ) { bm = "-"; }
if( sugar == undefined ) { sugar = "-"; }
if( notes == undefined ) { notes = "-"; }
htmout += "<tr>";
htmout += "<td>"+j+"</td>";
if ( last_dt == dt ) {
htmout += "<td>"+"..."+"</td>";
htmout += "<td>"+tm+"</td>";
htmout += "<td>"+bpr+"</td>";
htmout += "<td>"+bpl+"</td>";
}
else {
htmout += "<td><b>"+dt+"</b></td>";
htmout += "<td><b>"+tm+"</b></td>";
htmout += "<td><b>"+bpr+"</b></td>";
htmout += "<td>"+bpl+"</td>";
}
htmout += "<td>"+bm+"</td>";
htmout += "<td>"+sugar+"</td>";
htmout += "<td>"+notes+"</td>";
htmout += "</tr>";
// alert( "BUGS_191 doctors j="+j+" data="+data+" dt="+dt+" tm="+tm+" bpr="+bpr );
last_dt=dt;
}
htmout += "</table id=table_doctors_end>\n";
div_htmout = "";
div_htmout += "<div id=div_doctors>\n";
div_htmout += "<hr color=goldenrod>\n"
div_htmout += "<h1>div_doctors</h1>\n";
div_htmout += "<h2>table_doctors</h2>\n";
div_htmout += htmout;
div_htmout += "<hr color=goldenrod>\n";
div_htmout += " </div id=div_doctors_end>\n";
div_htmout += "<hr color=goldenrod>\n";
divid="div_doctors";
// alert( "BUGS_182 divid="+divid+" div_htmout="+div_htmout );
// if( document.getElementById(divid)) {
// document.getElementById(divid).innerHTML=htmout;
// }
tblid="table_doctors";
// alert( "BUGS_181 tblid="+tblid+" htmout="+htmout );
if( document.getElementById(tblid)) {
document.getElementById(tblid).innerHTML=htmout;
}
// alert( "BUGS_192 doctors doctors="+doctors );
return(psvs);
}
</script id=script_doctors_end >
<script id=script_loadfile >
function loadfile(filename,filetext) {
// alert( "BUGS_200 loadfile filename="+filename+" filetext="+filetext );
// if( filetext.length == 0 ) {
// document.getElementByID("div_filetext").innerHTML = "filetext_kludge";
// return(filetext);
// }
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
filetext=this.responseText.split("\n");
// alert( "BUGS_220 filetext_len="+filetext.length+" filetext="+filetext );
// htmout=bps(filetext);
if( filename == "doctors.psv" ) {
htmout=doctors(filetext);
alert( "BUGS 221 DOCTORS filename="+filename+" filetext="+filetext+" htmout="+htmout );
}
if( filename == "meds.psv" ) {
htmout=meds(filetext);
alert( "BUGS 222 MEDS filename="+filename+" filetext="+filetext+" htmout="+htmout );
}
if( filename == "glucose.psv" ) {
htmout=glucose(filetext);
alert( "BUGS 223 GLUCOSE filename="+filename+" filetext="+filetext+" htmout="+htmout );
}
if( filename == "bps.psv" ) {
htmout=bps(filetext);
// alert( "BUGS 224 BPS filename="+filename+" filetext="+filetext+" htmout="+htmout );
}
// alert( "BUGS_222 htmout="+htmout+" filetext="+filetext );
// filelist2tables(filetext);
htmout="";j=0;k=0;
htmout+="<hr color=goldenrod>\n";
htmout+="<table id=table_anyt_txt>\n";
htmout+="<tr>";
htmout+="<td width=20>num</td>";
htmout+="<td width=20> </td>";
htmout+="<td width=100>locallink</td>";
htmout+="<td width=100>reallink</td>";
htmout+="<td width=400>desc</td>";
htmout+="</tr>\n";
// alert( "BUGS_230 filetext_length="+filetext.length );
for( j=0; j<filetext.length-1; j++ ) {
k=k+1;
pdf="/mking/"+filetext[j];
desc=pdf.replace("/mking/anyt/anyt_","").replace(".pdf","");
yymmdd=desc.split("_")[0].replace("/mking/","");
desc=desc.replace(yymmdd+"_" ,"");
mm_dd_yy=""; yy_mm_dd="";
mm_dd_yy+=yymmdd.substring(2,4);
mm_dd_yy+="-"+yymmdd.substring(4,6);
mm_dd_yy+="-"+yymmdd.substring(0,2);
yy_mm_dd+=yymmdd.substring(0,2);
yy_mm_dd+="-"+yymmdd.substring(2,4);
yy_mm_dd+="-"+yymmdd.substring(4,6);
realurl="https://realnewsandhistory.com/anyt-"+mm_dd_yy;
reallink="<a href="+realurl+" target=_blank>"+mm_dd_yy+"</a>";
link="<a href=/pdf/web/viewer.html?file="+pdf;
link+=" title=\" "+desc+"\" target=_blank>";
link+=yy_mm_dd;
link+="</a>\n";
htmout+="<tr>";
htmout+="<td width=20 align=right>"+k+"</td>";
htmout+="<td width=20> </td>";
htmout+="<td width=100>"+link+"</td>";
htmout+="<td width=100>"+reallink+"</td>";
htmout+="<td width=500>"+desc+"</td>";
htmout+="</tr>\n";
}
htmout+="<hr color=goldenrod>\n";
htmout+="<br>\n";
if( document.getElementById("div_filetext")) {
document.getElementById("div_filetext").innerHTML = htmout;
// document.getElementById("div_filetext").innerHTML = filetext;
// document.getElementById("div_filetext").innerHTML = this.responseText;
}
divid="div_2025_02";
if( document.getElementById(divid)) {
document.getElementById(divid).innerHTML = htmout;
}
// alert( "BUGS_901 filename="+filename+" this.responseText="+this.responseText+" filetext="+filetext );
}
};
xmlhttp.open("GET", filename, true);
xmlhttp.send();
// alert( "BUGS_1060 filename="+filename+" this.responseText="+this.responseText+" filetext="+filetext );
return( filetext );
}
</script id=script_loadfile_end>
<script id=script_startup>
function startup(args) {
// response=""; filename="index.psv"; filetext="";
response=""; filename="bps.psv"; filetext="";
response=loadfile(filename,filetext);
// alert( "BUGS_710 loadfile filename="+filename+" response="+response+" filetext="+filetext );
response=""; filename="glucose.psv"; filetext="";
response=loadfile(filename,filetext);
// alert( "BUGS_392 loadfile filename="+filename+" response="+response+" filetext="+filetext );
// response=""; filename="doctors.psv"; filetext="";
// response=loadfile(filename,filetext);
// alert( "BUGS_393 loadfile filename="+filename+" response="+response+" filetext="+filetext );
// response=""; filename="meds.psv"; filetext="";
// response=loadfile(filename,filetext);
// alert( "BUGS_394 loadfile filename="+filename+" response="+response+" filetext="+filetext );
divids=`meds bps flipbooks doctors_pics`.split(" ");
for( j=0; j<divids.length; j++ ) {
divid="div_"+divids[j];
if ( document.getElementById(divid)) {
document.getElementById(divid).style.display="none";
// alert( "BUGS_101 ___FOUND j="+j+" style.display=inline divid="+divid );
}
// else {
// alert( "BUGS_102 NOTFOUND j="+j+" style.display=inline divid="+divid );
// }
}
// pagefile_default="pages.txt";
// pagefile=geturlparams('pages');
// pagefile = (typeof pagefile === 'undefined') ? pagefile_default : pagefile;
// readfile_pagestext=readFile(pagefile)
return(args);
}
</script id=script_startup_end>
</head>
<!-- <body bgcolor=linen onload="startup('onload'); return false;"> -->
<body bgcolor=wheat onload="startup('onload'); return false;">
<img id=img_med src=/imgs/btn/koeyew.png height=25 onclick="toggle('div_med'); return false;">med
<div id=div_med >
<br>
<hr color=goldenrod>
<br>
<hr color=goldenrod>
<hr color=goldenrod>
<img id=img_med_thanks src=/imgs/btn/koeyew.png height=25 onclick="toggle('div_med_thanks'); return false;">med_thanks
<div id=div_med_thanks >
<br> <br> <br> <br>
<a href=/ka/fb/med/imgs/zn_thanks_med.jpg target=_blank class=ko_thumbnail target=_blank>
<img src=/ka/fb/med/imgs/tn_thanks_med.png id=img_tnid height=100>
<span><img src=/ka/fb/med/imgs/zn_thanks_med.jpg id=img_thanks_med height=650></span>
</a>thanks_med
<br> <br> <br> <br>
<br> <br> <br> <br>
<a href=/ka/fb/med/imgs/zn_thanks_med_dr_lele.jpg target=_blank class=ko_thumbnail target=_blank>
<img src=/ka/fb/med/imgs/tn_thanks_med_dr_lele.png id=img_tnid height=100>
<span><img src=/ka/fb/med/imgs/zn_thanks_med_dr_lele.jpg id=img_znid height=650></span>
</a>thanks_med_dr_lele
<br> <br> <br> <br>
<br> <br> <br> <br>
<a href=/ka/fb/med/imgs/zn_lele_eyepatch_steampunk14.jpg target=_blank class=ko_thumbnail target=_blank>
<img src=/ka/fb/med/imgs/tn_lele_eyepatch_steampunk14.png id=img_tnid height=100>
<span><img src=/ka/fb/med/imgs/zn_lele_eyepatch_steampunk14.jpg id=img_znid height=650></span>
</a>lele_eyepatch_steampunk
<br> <br> <br> <br>
<br> <br> <br> <br>
</div id=div_med_thanks_end>
<br> <br> <br> <br>
<br> <br> <br> <br>
<img id=img_doctors src=/imgs/btn/koeyew.png height=25 onclick="toggle('div_doctors'); return false;">doctors
<div id=div_doctors >
<table id=table_doctors>
<tr>
<td width=150px >pdf</td>
<td width=150px ><b>name</b></td>
<td width=150px >specialty</td>
<td width=125px ><b>phone</b></td>
<td width=200px >office</td>
<td width=250px >address</td>
<td width=100px >url</td>
<td width=50px >pid</td>
<td width=100px >notes</td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_asif_bhutto.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_asif_bhutto.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_asif_bhutto.jpg height=650 border=0></span>
</a>
</td>
<td><b>dr asif bhutto</b></td>
<td>primary geriatric</td>
<td><b>314-219-7420</b></td>
<td>ssm health medical group</td>
<td>12255 depaul dr suite 260<br>bridgeton MO 63044</td>
<td><a href=https://www.getcare.ssmhealth.com/find-a-doctor/doctor-details/asif-bhutto-md target=_blank>bhutto</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_alok_katyal.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_alok_katyal.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_alok_katyal.jpg height=650 border=0></span>
</a></td>
<td><b>dr alok katyal</b></td>
<td>cardiologist</td>
<td><b>314-741-0911</b></td>
<td>stl heart and vascular</td>
<td>3550 mckelvey rd<br>bridgeton, mo 63044</td>
<td><a href=https://www.slhv.com/physician/alok-katyal-md-facc/ target=_blank>katyal</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/ka/pdf/web/viewer.html?file=/ka/pdf/med/dr_mohsin_ehsan.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_mohsin_ehsan.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_mohsin_ehsan.jpg height=650 border=0></span>
</a></td>
<td><b>dr mohsin ehsan</b></td>
<td>pulmonologist</td>
<td><b>636-669-0300</b></td>
<td>critical care medicine<br>internal medicine<br>pulmonary deisease</td>
<td>400 first capitol drive suite 100<br>st charles, mo 63301</td>
<td><a href=https://www.getcare.ssmhealth.com/find-a-doctor/doctor-details/mohsin-ehsan-md?utm_id=sys-listings-1&linksource=sys_listing_links-gmb_listing&y_source=1_MjMyNTg3MjEtNzE1LWxvY2F0aW9uLndlYnNpdGU%3D
target=_blank>ehsan</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_sanjeev_m_lele.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_sanjeev_m_lele.jpg height=50 border=0>
<span><img src=/ka/pdf/med/dr_sanjeev_m_lele.jpg height=650 border=0></span>
</a></td>
<td><b>dr sanjeev m lele</b></td>
<td>ophthalmologist</td>
<td><b>314-291-5000</b></td>
<td>stl eye clinic</td>
<td>12255 de paul dr ste 765<br>bridgeton, mo 63044</td>
<td><a href=https://www.stlouiseyeclinic.net/sanjeev-m-lele-doctor.php target=_blank>lele</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_jason_m_hanson.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_jason_m_hanson.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_jason_m_hanson.jpg height=650 border=0></span>
</a></td>
<td><b>dr jason m hanson</b></td>
<td>ear nose throat</td>
<td><b>314-219-5307</b></td>
<td>northwest otolaryngology</td>
<td>12255 de paul dr.suite 830<br>bridgeton, mo 63044</td>
<td><a href=https://www.nwoto.com target=_blank>hanson</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_christopher_d_jeager.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_christopher_d_jeager.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_christopher_d_jeager.jpg height=650 border=0></span>
</a></td>
<td><b>dr christopher d jeager</b></td>
<td>uralogy</td>
<td><b>314-567-6071</b></td>
<td>urology of st.louis</td>
<td>3165 mckelvey road suite 102<br>bridgeton, mo 63044</td>
<td><a href=https://stlurology.com/team/christopher-jaeger/ target=_blank>jeager</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_tariq_hassan.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_tariq_hassan.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_tariq_hassan.jpg height=650 border=0></span>
</a></td>
<td><b>dr tariq hassan</b></td>
<td>gastroenterology<br>hepatology</td>
<td><b>314-529-0661</b></td>
<td>office</td>
<td>100 village square shopping ctr<br>hazelwood, mo 63042</td>
<td><a href=https://colonage50.com/ target=_blank>hassan</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_tauqir_ahmed.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_tauqir_ahmed.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_tauqir_ahmed.jpg height=650 border=0></span>
</a></td>
<td><b>dr tauqir ahmed</b></td>
<td>surgery</td>
<td><b>636-669-2332</b></td>
<td>office</td>
<td>1226 depaul dr, suite 305<br>bridgeton, mo 63044</td>
<td><a href= https://www.getcare.ssmhealth.com/find-a-doctor/doctor-details/tauqir-ahmed-mdtarget=_blank>ahmed</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dds_mike_frith.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dds_mike_frith.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dds_mike_frith.jpg height=650 border=0></span>
</a></td>
<td><b>dds mike frith</b></td>
<td>dentistry</td>
<td><b>636-394-5200</b></td>
<td>masterpiece smiles</td>
<td>269 clarkson rd<br>ellisville, mo 63011</td>
<td><a href=https://www.mpsmilesstl.com/meet-our-team|masterpiece_smiles target=_blank>frith</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dds_patrick_r_morris.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dds_patrick_r_morris.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dds_patrick_r_morris.jpg height=650 border=0></span>
</a></td>
<td><b>dds patrik r morris</b></td>
<td>dentistry</td>
<td><b>314-866-6725</b></td>
<td>maxillofacial oral surgery<br>implant center</td>
<td>11710 old ballas road, suite 208<br>creve coeur, mo 63141</td>
<td><a href=https://findadoctor.bjc.org/find-doctor/patrick-r-morris-dds/1316937634 target=_blank>morris</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dds_jaron_wedding.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dds_jaron_wedding.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dds_jaron_wedding.jpg height=650 border=0></span>
</a></td>
<td><b>dds jaron wedding</b></td>
<td>endodontist</td>
<td><b>314-994-3737</b></td>
<td>endodontic specialists<br>missouri</td>
<td>522 n new ballas rd, suite 382<br>creve coeur, mo 63141</td>
<td><a href=https://endo-specialists.com/jaron-wedding-dds-msd/ target=_blank>wedding</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_omar_abu-romeh.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_omar_abu-romeh.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_omar_abu-romeh.jpg height=650 border=0></span>
</a></td>
<td><b>dr omar abu-romeh</b></td>
<td>internal medicine nephrology</td>
<td><b>314-344-6000</b></td>
<td>ssmhealth</td>
<td>12303 depaul drive, mo 63044</td>
<td><a href=https://endo-specialists.com/jaron-wedding-dds-msd/ target=_blank>abu-romeh</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td><a href=/pdf/web/viewer.html?file=/ka/pdf/med/dr_patrick_b_mcdonough.pdf target=_blank class=ko_thumbnail>
<img src=/ka/pdf/med/dr_patrick_b_mcdonough.jpg height=50 border=0>
<span><img src=/ka/pdf/med/zn_dr_patrick_b_mcdonough.jpg height=650 border=0></span>
</a></td>
<td><b>dr patrick b mcdonough</b></td>
<td>gastroenterology</td>
<td><b>314-291-8824</b></td>
<td>ssmhealth</td>
<td>12266 depaul drive ste 300, mo 63044</td>
<td><a href=https://www.getcare.ssmhealth.com/find-a-doctor/doctor-details/patrick-b-mcdonough-md target=_blank>mcdonough</a></td>
<td>jk</td>
<td> - </td>
</tr>
</table id=table_doctors_end>
<br>
<hr color=goldenrod>
<br>
<br>
</div id=div_doctors_end>
<hr color=goldenrod>
<br>
<hr color=goldenrod>
<br>
<img id=img_meds src=/imgs/btn/koeyeb.png height=25 onclick="toggle('div_meds'); return false;">meds
<div id=div_meds hidden >
<table id=table_meds>
<tr>
<td width=150px >img</td>
<td width=200px ><b>name</b></td>
<td width=50px >qty</td>
<td width=50px >size</td>
<td width=150px >directions</td>
<td width=125px ><b>doctor</b></td>
<td width=125px ><b>refills</b></td>
<td width=50px ><b>cost</b></td>
<td width=125px ><b>description</b></td>
<td width=50px >url</td>
<td width=50px >pid</td>
<td width=50px >notes</td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_entresto.png target=_blank> <img src=/ka/fb/med/imgs/med_entresto.png height=50 border=0></a></td>
<td width=200px ><b>entresto</b></td>
<td width=50px >60</td>
<td width=50px >size</td>
<td width=150px >1 table by mouth twice daily</td>
<td width=125px ><b>katyal</b></td>
<td width=125px ><b>4 refills by 20250812</b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=https://www.entresto.com/ blank=_blank>entresto</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_metformin.png target=_blank><img src=/ka/fb/med/imgs/med_metformin.png height=50 border=0></a></td>
<td width=200px ><b>metformin</b></td>
<td width=50px >qty</td>
<td width=50px >500mg</td>
<td width=150px >1 tablet by mouth twice daily w/meals</td>
<td width=125px ><b>bhutto</b></td>
<td width=125px ><b>no refills </b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >type2 diabetes</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_levothroxine.png target=_blank><img src=/ka/fb/med/imgs/med_levothroxine.png height=50 border=0></a></td>
<td width=200px ><b>levothroxine</b></td>
<td width=50px >90</td>
<td width=50px >0.05mg</td>
<td width=150px >1 tablet by mouth morning empty stomach</td>
<td width=125px ><b>bhutto</b></td>
<td width=125px ><b>no refills </b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >thyroid</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_levothroxine.png target=_blank><img src=/ka/fb/med/imgs/med_levothroxine.png height=50 border=0></a></td>
<td width=200px ><b>fluocinonide</b></td>
<td width=50px >60ml</td>
<td width=50px >0.05%</td>
<td width=150px >1 to 2 drops ear canal as needed</td>
<td width=125px ><b>hansen</b></td>
<td width=125px ><b>no refills </b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >ear itching dampness</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_albuteral.png target=_blank><img src=/ka/fb/med/imgs/med_albuteral.png height=50 border=0></a></td>
<td width=200px ><b>albuteral</b></td>
<td width=50px >200</td>
<td width=50px >size</td>
<td width=150px >1 or 2 puffs per 8hours as needed</td>
<td width=125px ><b>ehsan</b></td>
<td width=125px ><b>no refills </b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_wixela.png target=_blank><img src=/ka/fb/med/imgs/med_wixela.png height=50 border=0></a></td>
<td width=200px ><b>wixela</b></td>
<td width=50px >60</td>
<td width=50px >500/50</td>
<td width=150px >2 puffs per day</td>
<td width=125px ><b>ehsan</b></td>
<td width=125px ><b>no refills </b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >fluticasone propionate and<br> slmeterol inhalation powder usp</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_farxiga.png target=_blank><img src=/ka/fb/med/imgs/med_farxiga.png height=50 border=0></a></td>
<td width=200px ><b>farxiga</b></td>
<td width=50px >30</td>
<td width=50px >10mg</td>
<td width=150px >1 tablet by mouth every day</td>
<td width=125px ><b>katyal</b></td>
<td width=125px ><b>no refills </b></td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_ferrous_gluc.png target=_blank><img src=/ka/fb/med/imgs/med_ferrous_gluc.png height=50 border=0></a></td>
<td width=200px ><b>ferrous_gluc</b></td>
<td width=50px >30</td>
<td width=50px >324mg</td>
<td width=150px >1 table every day</td>
<td width=125px ><b>abu-romeh</b></td>
<td width=125px >no refills</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_spironolactone.png target=_blank><img src=/ka/fb/med/imgs/med_spironolactone.png height=50 border=0></a></td>
<td width=200px ><b>spironolactone</b></td>
<td width=50px >90</td>
<td width=50px >25mg</td>
<td width=150px >directions</td>
<td width=125px ><b>katyal</b></td>
<td width=125px >3 refills before 20250803</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_nitrostat.png target=_blank><img src=/ka/fb/med/imgs/med_nitrostat.png height=50 border=0></a></td>
<td width=200px ><b>nitrostat</b></td>
<td width=50px >25</td>
<td width=50px >0.4mg</td>
<td width=150px >1 tablet under tongue as needed<br>every 5 min max 3 doses</td>
<td width=125px ><b>cnp life, brenda j</b></td>
<td width=125px >1 refills before 20170909</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_atorvastatin.png target=_blank><img src=/ka/fb/med/imgs/med_atorvastatin.png height=50 border=0></a></td>
<td width=200px ><b>atorvastatin</b></td>
<td width=50px >90</td>
<td width=50px >40mg</td>
<td width=150px >1 table by mouth daily</td>
<td width=125px ><b>bhutto</b></td>
<td width=125px >no refills</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_carvedilol.png target=_blank><img src=/ka/fb/med/imgs/med_carvedilol.png height=50 border=0></a></td>
<td width=200px ><b>carvedilol</b></td>
<td width=50px >180</td>
<td width=50px >25mg</td>
<td width=150px >1 table by mouth twice daily</td>
<td width=125px ><b>katyal</b></td>
<td width=125px >2 refills before 20251218</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_glopidogrel.png target=_blank><img src=/ka/fb/med/imgs/med_glopidogrel.png height=50 border=0></a></td>
<td width=200px ><b>glopidogrel</b></td>
<td width=50px >90</td>
<td width=50px >75mg</td>
<td width=150px >1 table by mouth daily</td>
<td width=125px ><b>katyal</b></td>
<td width=125px >1 refills 20250911</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_atorvastatin.png target=_blank><img src=/ka/fb/med/imgs/med_atorvastatin.png height=50 border=0></a></td>
<td width=200px ><b>atorvastatin</b></td>
<td width=50px >90</td>
<td width=50px >40mg</td>
<td width=150px >1 table by mouth daily</td>
<td width=125px ><b>bhutto</b></td>
<td width=125px >no refills</td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_aspirin.png target=_blank><img src=/ka/fb/med/imgs/med_aspirin.png height=50 border=0></a></td>
<td width=200px ><b>aspirin</b></td>
<td width=50px >300</td>
<td width=50px >81mg</td>
<td width=150px >1 table by mouth daily</td>
<td width=125px ><b>bhutto</b></td>
<td width=125px > - </td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_benzonatate.png target=_blank><img src=/ka/fb/med/imgs/med_benzonatate.png height=50 border=0></a></td>
<td width=200px ><b>benzonatate</b></td>
<td width=50px >15</td>
<td width=50px >200mg</td>
<td width=150px >1 table by mouth 3xdaily 5 days</td>
<td width=125px ><b>beth blankley apn</b></td>
<td width=125px > - </td>
<td width=50px ><b>cost</b></td>
<td width=125px >description</td>
<td width=50px ><a href=https://www.drugs.com/benzonatate.html blank=_blank>benzonatate</a></td>
<td>sk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_hydrocodone.png target=_blank><img src=/ka/fb/med/imgs/med_hydrocodone.png height=50 border=0></a></td>
<td width=200px ><b>hydrocodone</b></td>
<td width=50px >20</td>
<td width=50px >5-325</td>
<td width=150px >1-2 table by mouth 6 hours as needed</td>
<td width=125px ><b>wedding</b></td>
<td width=125px >no refills </td>
<td width=50px ><b>cost</b></td>
<td width=125px >pain</td>
<td width=50px ><a href=url blank=_blank>pill</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_periogel.png target=_blank><img src=/ka/fb/med/imgs/med_periogel.png height=50 border=0></a></td>
<td width=200px ><b>periogel</b></td>
<td width=50px >1.7%</td>
<td width=50px >3oz</td>
<td width=150px >2 dailyl</td>
<td width=125px ><b>frith</b></td>
<td width=125px > - </td>
<td width=50px ><b>cost</b></td>
<td width=125px >hydrogen peroxide</td>
<td width=50px ><a href=url blank=_blank>periogel</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_unistik.png target=_blank><img src=/ka/fb/med/imgs/med_unistik.png height=50 border=0></a></td>
<td width=200px ><b>unistik lancets</b></td>
<td width=50px > - </td>
<td width=50px > 200</td>
<td width=150px > - </td>
<td width=125px ><b>bhutto</b></td>
<td width=125px > - </td>
<td width=50px ><b>$47</b></td>
<td width=125px > - </td>
<td width=50px ><a href=https://www.owenmumford.com/us/medical-devices/point-of-care-testing/unistik-3 blank=_blank>owenmumford unistik-3 lancet</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_onetouch_ultra2.png target=_blank><img src=/ka/fb/med/imgs/med_onetouch_ultra2.png height=50 border=0></a></td>
<td width=200px ><b>onetouch_ultra2</b></td>
<td width=50px > - </td>
<td width=50px > - </td>
<td width=150px > - </td>
<td width=125px ><b>bhutto</b></td>
<td width=125px > - </td>
<td width=50px ><b>$33</b></td>
<td width=125px >onetouch_ultra2</td>
<td width=50px ><a href=https://shop.onetouch.com/onetouch-sup-reg-sup-ultra-sup-reg-sup-2-meter/product/OTSUS05_0019?srsltid=AfmBOooMX0j-1zgef3YofFaeSdT9dcBNmp1EH68rQcnGD4Wk-s4zurqT blank=_blank>onetouch_ultra2</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_truepoint_glucose_test_strips.png target=_blank><img src=/ka/fb/med/imgs/med_truepoint_glucose_test_strips.png height=50 border=0></a></td>
<td width=200px ><b>truepoint_glucose_test_strips</b></td>
<td width=50px > - </td>
<td width=50px >50</td>
<td width=150px > - </td>
<td width=125px ><b>bhutto</b></td>
<td width=125px > - </td>
<td width=50px ><b>$32</b></td>
<td width=125px >truepoint_glucose_test_strips</td>
<td width=50px ><a href=https://www.amazon.com/TruePoint-OneTouch-UltraMini-UltraSmart-Purchased/dp/B07GR6SKTS blank=_blank>truepoint_glucose_test_strips</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_azithromycin_250mg_blisterpack_aurobindo_pharma.png target=_blank><img src=/ka/fb/med/imgs/med_azithromycin_250mg_blisterpack_aurobindo_pharma.png height=50 border=0></a></td>
<td width=200px ><b>azithromycin</b></td>
<td width=50px > 250mg </td>
<td width=50px > 6 </td>
<td width=150px > 2day1 1day2-4 </td>
<td width=125px ><b>pbr ahmareen khan</b></td>
<td width=125px > no refills </td>
<td width=50px ><b> $ </b></td>
<td width=125px >azithromycin </td>
<td width=50px ><a href=https://my.clevelandclinic.org/health/drugs/19167-azithromycin-tablets blank=_blank>azithromycin</a></td>
<td>jk</td>
<td> - </td>
</tr>
<tr>
<td width=150px ><a href=/ka/fb/med/imgs/med_methylprednisolone_4mg_21.png target=_blank><img src=/ka/fb/med/imgs/med_truepoint_glucose_test_strips.png height=50 border=0></a></td>
<td width=200px ><b>methylprednisolone</b></td>
<td width=50px > 4mg </td>
<td width=50px > 21 </td>
<td width=150px > 6d1 5d2 4d3 3d4 2d5 1d6 </td>
<td width=125px ><b>pbr ahmareen khan</b></td>
<td width=125px > no refills </td>
<td width=50px ><b> </b></td>
<td width=125px >methylprednisolone </td>
<td width=50px ><a href=https://my.clevelandclinic.org/health/drugs/19300-methylprednisolone-tablets blank=_blank>methylprednisolone</a></td>
<td>jk</td>
<td> - </td>
</tr>
</table id=table_meds_end>
</div id=div_meds_end >
<br><br><br><br>
<hr color=goldenrod>
<br>
<img id=img_bps src=/imgs/btn/koeyeb.png height=25 onclick="toggle('div_bps'); return false;">bps
<div id=div_bps hidden>
<h1>div_bps</h1>
<h2>table_bps</h2>
<hr color=goldenrod>
<table id=table_bps>
<tr><td>j</td><td>dt</td><td>tm</td></tr>
<tr><td>1</td><td>0608</td><td>1500</td></tr>
<tr><td>1</td><td> ... </td><td>1200</td></tr>
<tr><td>1</td><td> ... </td><td>0700</td></tr>
<tr><td>1</td><td>0607</td><td>0700</td></tr>
</table id=table_bps_end>
<hr color=goldenrod>
</div id=div_bps_end>
<br><br><br><br>
<hr color=goldenrod>
<br>
<img id=img_glucose src=/imgs/btn/koeyeb.png height=25 onclick="toggle('div_glucose'); return false;">glucose
<div id=div_glucose hidden>
<h1>div_glucose</h1>
<h2>table_glucose</h2>
<hr color=goldenrod>
<table id=table_glucose>
<tr><td>j</td><td>dt</td><td>tm</td><td>glucose</td></tr>
<tr><td>1</td><td>0608</td><td>1500</td><td>glucose</td></tr>
<tr><td>1</td><td> ... </td><td>1200</td><td>glucose</td></tr>
<tr><td>1</td><td> ... </td><td>0700</td><td>glucose</td></tr>
<tr><td>1</td><td>0607</td><td>0700</td><td>glucose</td></tr>
</table id=table_glucose_end>
<hr color=goldenrod>
</div id=div_glucose_end>
<br><br><br><br>
<hr color=goldenrod>
<!--
<br>
<img id=img_bp src=/imgs/btn/koeyeb.png height=25 onclick="toggle('div_bp'); return false;">bp
<div id=div_bp hidden>
<br>
<hr color=goldenrod>
<table id=table_bp>
<tr>
<td width=100px ><br>dt</br></td>
<td width=75px ><br>tm</br></td>
<td width=150px ><b>right</b></td>
<td width=150px >left</td>
<td width=100px >bm</td>
<td width=75px >h2o</td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250523</br></td>
<td width=75px ><br>0800</br></td>
<td width=150px ><b>105/74-64</b></td>
<td width=150px > - </td>
<td width=100px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250525</br></td>
<td width=75px ><br>1020</br></td>
<td width=150px ><b>99/69-07</b></td>
<td width=150px > - </td>
<td width=200px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250526</br></td>
<td width=75px ><br>2145</br></td>
<td width=150px ><b>71/55-89</b></td>
<td width=150px >82/64-89 </td>
<td width=200px > - </td>
<td width=75px >b1b0</td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250526</br></td>
<td width=75px ><br>2345</br></td>
<td width=150px ><b>132/114-84</b></td>
<td width=150px >80/56-78 </td>
<td width=200px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250527</br></td>
<td width=75px ><br>1000</br></td>
<td width=150px ><b>101/66-64</b></td>
<td width=150px > - </td>
<td width=200px >b0</td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250528</br></td>
<td width=75px ><br>0630</br></td>
<td width=150px ><b>93/66-71</b></td>
<td width=150px > - </td>
<td width=200px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250528</br></td>
<td width=75px ><br>1000</br></td>
<td width=150px ><b>88/65-90*</b></td>
<td width=150px > - </td>
<td width=200px >b0</td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250528</br></td>
<td width=75px ><br>1845</br></td>
<td width=150px ><b>109/69-66</b></td>
<td width=150px > - </td>
<td width=200px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250529</br></td>
<td width=75px ><br>0645</br></td>
<td width=150px ><b>92/63-70</b></td>
<td width=150px > - </td>
<td width=200px >b0</td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250530</br></td>
<td width=75px ><br>0800</br></td>
<td width=150px ><b>100/65-70</b></td>
<td width=150px > - </td>
<td width=200px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250530</br></td>
<td width=75px ><br>1900</br></td>
<td width=150px ><b>102/75-84</b></td>
<td width=150px > - </td>
<td width=200px >b0b0</td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250531</br></td>
<td width=75px ><br>1245</br></td>
<td width=150px ><b>93/51-75</b></td>
<td width=150px >108/75-73</td>
<td width=200px > - </td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250601</br></td>
<td width=75px ><br>2145</br></td>
<td width=150px ><b>110/81-80</b></td>
<td width=150px > - </td>
<td width=200px >b0b0</td>
<td width=75px > - </td>
<td width=300px >notes</td>
</tr>
<tr>
<td width=100px ><br>20250603</br></td>
<td width=75px ><br>1334</br></td>
<td width=150px ><b>70/56-109</b></td>
<td width=150px >72/58-94</td>
<td width=200px >tp1 </td>
<td width=75px >12oz</td>
<td width=300px >hotshower</td>
</tr>
</table>
</div id=div_bp >
-->
<hr color=goldenrod>
<br>
<br>
<br>
<hr color=goldenrod>
<img id=img_flipbooks src=/imgs/btn/koeyeb.png height=25 onclick="toggle('div_flipbooks'); return false;">flipbooks
<br>
<hr color=goldenrod>
<div id=div_flipbooks hidden >
<a href=/ka/fb/med/fb.html target=_blank>
<img src=/ka/fb/med/pages/tn/tn_1.png height=100 border=0>
</a>
<br>
<hr color=goldenrod>
<a href=/ka/fb/operation/dd_operation.html target=_blank>
<img src=http://ka12/fb/operation/imgs/operation_money.gif height=100 border=0>
</a>
</div id=div_flipbooks_end>
<br>
<hr color=goldenrod>
<a href=/ka/fb/med/med.php target=_blank>
<img src=/imgs/btn/kow.png height=25 border=0>
med_db</a><br>
<hr color=goldenrod>
</div id=div_med_end>
<br>
<hr color=goldenrod>
</body>
</html>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer