CINXE.COM
Robert Kaufmann DMD MS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head id="pageHead"><title> Robert Kaufmann DMD MS </title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta http-equiv="Content-Script-Type" content="text/javascript" /><meta name="copyright" content="(C)2000-<%=year(date)%> TDO Software, Inc." /><meta name="version" content="Web Site Version 11" /><meta name="author" content="TDO Cloud Team" /><meta name="robots" content="noindex" /><script type="text/javascript" src="/Javascript/jQuery/jquery.js"></script><script type="text/javascript" src="/Javascript/jQuery/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script><script type="text/javascript" src="/Javascript/jQuery/jquery.qtip.js"></script><script type="text/javascript" src="/Javascript/formfunctions.js"></script><script type="text/javascript" src="/Javascript/JQuery/DomWindow.js"></script><script type="text/javascript" src="/Javascript/JQuery/jquery.easing.js"></script><script type="text/javascript" src="/Javascript/Cycle2/jquery.cycle2.js"></script><script type="text/javascript" src="/Javascript/Cycle2/jquery.cycle2.center.js"></script><script type="text/javascript" src="/Javascript/Cycle2/jquery.cycle2.carousel.js"></script><script type="text/javascript" src="/Javascript/Cycle2/jquery.cycle2.caption2.js"></script><script type="text/javascript" src="/Javascript/allTemplatesScript.js"></script><link type="text/css" rel="Stylesheet" href="/Css/allTemplatesStyle.css"></link><link type="text/css" rel="Stylesheet" href="/Css/cycle2.css"></link><noscript>Javascript is not enabled on this browser. This site will not function properly if Javascript is not enabled.</noscript><script type="text/javascript" src="/Javascript/CustomLoginScript.ashx?webid=236&resetCache=0"></script> <script type="text/javascript" language="javascript"> <!-- var openedUpload; var timeoutWarningOffset = 20000; var authLogoutWarning; var authLogout; var page = ''; var logoutUrl = ''; var tempFileFolder = '/TempFiles/WebId0236/'; var timeOutWarningPage = '/AjaxServerScript/TimeoutWarningUI.aspx'; var timeOutManagerPage = '/AjaxServerScript/TimeoutManager.aspx'; if ('12'=="12" && 'patientslogin.aspx' != "patientslogin.aspx") { page="pat"; logoutUrl="../PatientsLogin.aspx"; } else if ('12'=="13" && 'patientslogin.aspx' != "refdocslogin.aspx") { page="refdoc"; logoutUrl="../RefDocsLogin.aspx"; } else if ('12'=="14" && 'patientslogin.aspx' != "adminlogin.aspx") { page="admin"; logoutUrl="../AdminLogin.aspx"; } if (page != '') { authLogoutWarning = setTimeout("warnAuthTimeout()", - timeoutWarningOffset); } function updateWarningTimer(expTime) { clearTimeout(authLogoutWarning); clearTimeout(authLogout); authLogoutWarning = setTimeout("warnAuthTimeout()", expTime - timeoutWarningOffset); } function warnAuthTimeout() { clearTimeout(authLogoutWarning); clearTimeout(authLogout); $.get('../AjaxServerScript/TimeoutManager.aspx', { 'pageId': '12', 'cmd': 'checkauth' }, function(data) { if (data == '' || isNaN(data)){ authLogout = setTimeout("autoLogout()", timeoutWarningOffset); $.openDOMWindow({ height:75, modal:1, width:250, windowSource:'ajax', windowSourceURL:timeOutWarningPage + '?page=' + page }); } else { updateWarningTimer(data); } } ); } function autoLogout() { if (logoutUrl!="") { $.get(timeOutManagerPage, { page: page, cmd: 'logout' }, function(data) { window.location = logoutUrl; }); } } function logout() { window.location = logoutUrl; } function openUpload(aObj, tooth) { var url; var hdnFieldId; closeOpenedUpload(); hdnFieldId = $('div[class=divToothImages'+tooth+']').find('input[name$=hdnImgUploadFileNames]').attr('id'); url = "ImageUpload.aspx?imgId=" + $(aObj).children('img').attr('id') + "&hdnfld=" + hdnFieldId + "&tooth="+tooth+"&new=false"; openedUpload=window.open(url, 'fileup', 'resizable=1,scrollbars=1,height=220,width=500', true); //$('div[class=divToothImages]').find('a[class=aNewImg]').hide(); return false; } function closeOpenedUpload() { if (openedUpload != null) { openedUpload.close(); } } function removeImage(aObj) { var typeAndTooth, rmImgNum, numPics, imgNames, rmImgName; var pImgDiv, pDivDiv, divClass, arrClass; var hdnFieldId; pImgDiv = $(aObj).parent(); divClass = $(pImgDiv).attr('id').replace('divToothImg', ''); arrClass = divClass.split('_'); typeAndTooth = arrClass[0]; rmImgNum = arrClass[1]; rmImgName = $('#' + typeAndTooth + '-' + rmImgNum).attr('alt'); pDivDiv = $('#divToothImages' + typeAndTooth); numPics = parseInt($(pDivDiv).find('input[name$=hdnImgCount]').val()); hdnFieldId = $(pDivDiv).find('input[name$=hdnImgUploadFileNames]').attr('id'); imgNames = $('#' + hdnFieldId).val(); imgNames = imgNames.replace('|' + rmImgName, ''); $(pDivDiv).find('input[name$=hdnImgCount]').val(numPics - 1); $('#' + hdnFieldId).val(imgNames); pImgDiv.remove(); $('div[id^=divToothImg' + typeAndTooth).each(function(index) { $(this).attr('id', 'divToothImg' + typeAndTooth + '_' + index); $(this).find('img').attr('id', typeAndTooth + '-' + index) }); } function removeDbImage(aObj) { var rmImgNum, rmPatId; var pImgDiv, divClass, arrClass; pImgDiv = $(aObj).parent(); divClass = $(pImgDiv).attr('id').replace('divToothImg', ''); arrClass = divClass.split('_'); rmImgNum = arrClass[1]; rmPatId = arrClass[2]; pImgDiv.remove(); if (rmImgNum != '' && rmPatId != '') { $.post('../AjaxServerScript/UpdateWeb.aspx', { type: 'removeImageDb', patid: rmPatId, imgid: rmImgNum}); } } function refreshImage(tooth, toothType, fileName, thumbName, imgId, newUpload) { var pDiv = $('#divToothImages' + toothType + tooth); var numPics = parseInt($(pDiv).find('input[name$=hdnImgCount]').val()); if (newUpload=="True") { var baseImgId; var pos; pos = imgId.lastIndexOf('-'); if (pos > 0) { baseImgId = imgId.substring(0, pos); } else { baseImgId = imgId; } var newImgHtml = '<div id="divToothImg' + toothType + tooth + '_' + numPics + '">' + '<img id="' + toothType + tooth + '-' + numPics + '" src="' + tempFileFolder + thumbName + '" alt="' + tempFileFolder + fileName +'" /> ' + '<a class="aRemoveToothImg" href="#" onclick="removeImage(this); return false;">Remove</a>' + '</div>'; if (numPics == "0") { $('#divUploadImages' + toothType + tooth).after(newImgHtml); } else { $('#divToothImg' + toothType + tooth + '_' + (numPics - 1)).after(newImgHtml); } numPics++; (pDiv).find('input[name$=hdnImgCount]').val(numPics); } else { $('#' + imgId).attr('alt', tempFileFolder + fileName); $('#' + imgId).attr('src', tempFileFolder + thumbName); } var baseImgId; var pos; pos = imgId.lastIndexOf('-'); if (pos > 0) { baseImgId = imgId.substring(0, pos); } else { baseImgId = imgId; } var imgNames = ''; for (var i = 0; i <= numPics - 1; i++) { imgNames = imgNames + '|' + $('#' + toothType + tooth + '-' + i.toString()).attr('alt'); } var hdnFieldId = $(pDiv).find('input[name$=hdnImgUploadFileNames]').attr('id'); $('#' + hdnFieldId).val(imgNames); } function refreshAddedImage(tooth, toothType, fileName, thumbName, newImgId, newUpload, imagePath, patId) { if (newUpload=="True") { var newImgHtml = '<div id="divToothImg' + toothType + tooth + '_' + newImgId + '_' + patId + '">' + '<img id="' + toothType + tooth + '-' + newImgId + '" src="' + tempFileFolder + thumbName + '" alt="' + tempFileFolder + fileName +'" /> ' + '<a class="aRemoveToothImg" style="display:none;" href="#" onclick="removeDbImage(this); return false;">Remove</a>' + '</div>'; $('#divUploadImages' + toothType + tooth).after(newImgHtml); imagePath = imagePath.replace('\\', '|'); $.post('../AjaxServerScript/UpdateWeb.aspx', { type: 'imageCloudUpdate', patid: patId, imgid: newImgId, imagePath: imagePath}); } } function refreshToothImage(patId, newImgId, tooth, fileName, thumbName, imagePath, isMultiFileUpload, fileNum, examId, newUpload) { var isfirstImgUpload=false; if (newUpload=='True') { //create a new image placeholder and add the image to it var newImgHtml = '<table border="0" cellpadding="5" cellspacing="1"><tr><td><div class="content" id="divFinalRptImgCont"><div class="divFinalRptImg">'+ '<div class="divToothImg"><a href="#" onclick="return openToothImgUpload(this ,' + patId + ',' + tooth + ', 2, false)";>' + '<img id="newImage'+newImgId+'" class="'+examId+'" src="' + tempFileFolder + thumbName +'" alt="' + tempFileFolder + fileName+'" /> ' + '</a></div></div></div></td></tr></table>'; if (fileNum=="1") { $('#pastRefUploadImages'+tooth).after(newImgHtml); } else { var prevImgId=newImgId-1; var prevImgTbl= $('#newImage'+prevImgId).parents('Table'); prevImgTbl.after(newImgHtml); } } else { newImgId= newImgId.replace('newImage',''); $('#newImage'+newImgId).attr('alt', tempFileFolder + fileName); $('#newImage'+newImgId).attr('src', tempFileFolder + thumbName); } $(document).ready(function () { $.post('../AjaxServerScript/UpdateWeb.aspx', { type: 'imageCloudUpdate', patid: patId, imgid: newImgId, imagePath: imagePath}); }); } function refreshPatImage(fileName, thumbName, imgId, patId) { $('#cphContent_ctl00_' + imgId).attr('alt', '../PatientImages/' + patId + '/' + fileName); $('#cphContent_ctl00_' + imgId).attr('src', '../PatientImages/' + patId + '/' + thumbName); var newImgId=parseInt(imgId)+1; $('#cphContent_ctl00_' + imgId).attr('id','cphContent_ctl00_' + (newImgId)); $(document).ready(function () { $.post('../AjaxServerScript/UpdateWeb.aspx', { type: 'patregpic', patid: patId, imgid: imgId }); }); } function checkImageSize(imgId, maxHeight) { var h = parseInt($('#' + imgId).css('height')); if (h > maxHeight) { $('#' + imgId).css('height', maxHeight) } } $(document).ready(function() { $('a[id$=aRefChat]').click(function(e) { e.preventDefault(); window.open($(this).attr('href'), 'chat', 'width=800, height=500, resizable=yes, scrollbars=yes'); }); var logoAlign = '0'; if (logoAlign == '1') { $('.divLogo').css('text-align', 'center'); } else if (logoAlign == '2') { $('.divLogo').css('text-align', 'right'); } else { $('.divLogo').css('text-align', 'left'); } if ($('#subNavBar').length > 0) { $('#divMobileMenu').html('<div class="mainMenuHeaderLinks">' + $('#subNavBar').html() + '</div>'); var spCurrent = $('#divMobileMenu').find('.onSection'); var objSubMenu = $('#subNavBar').find('divSubMenu'); if ($(objSubMenu).length > 0) { $(spCurrent).after($(objSubMenu).html()); } $('#aMobileMenuBtn').click(function(e) { e.preventDefault(); if ($(window).scrollTop() >= $('#divMobileMenuTopMarker').position().top) { $('html, body').animate({ scrollTop: $('#divMobileMenuTopMarker').position().top }, 1000); } $('#divMobileMenu').toggle(400); }); } else { $('#divMobileMenuCont').css('display', 'none'); } $('select.ddlLanguageSelection').change(function() { $.post('/AjaxServerScript/UpdateLanguageSession.aspx', { localeid : $(this).val() }, function () { $('form:first').submit(); } ); }); $('.divDropDown').each(function() { var objDDL = $(this).find('select'); if ($(objDDL).length > 0) { var ddlWidth = $(objDDL).css('width').replace('px', ''); ddlWidth = parseInt(ddlWidth) + 55; $(this).find('select').css('width', ddlWidth + 'px'); var divWidth = $(this).css('width').replace('px',''); divWidth = parseInt(divWidth) - 35; $(this).css('width', divWidth + 'px'); } else { $(this).css('display', 'none'); } }); /* $('input.dateInput').datepicker({ changeMonth: true, changeYear: true });*/ $('.tdRefToothCell input').checkboxradio(); }); function showLoading() { $.openDOMWindow({ height: 70, width: 70, borderSize: '0', overlayColor: '#aaa', windowBGColor: null, loaderImagePath: 'animationProcessing.gif', windowSourceID: '#divLoadingImg', modal: 1 }); } function hideLoading() { $.closeDOMWindow(); } function showLoadingCircle() { $('#divLoadingCircle').removeClass('noDisplay'); $('#divLoadingCircle').addClass('divFadeIn'); } function hideLoadingCircle() { $('#divLoadingCircle').removeClass('divFadeIn'); } /* update jQuery UI DatePicker to use the correct date format */ var dtFormat = 'yy-mm-dd'; var yearRange = '1875:2025'; jQuery(function(t){ t.datepicker.setDefaults({ dateFormat:dtFormat, yearRange: yearRange, changeMonth: true, changeYear: true }); }); //--> </script> <link id="linkFavIcon" rel="shortcut icon" type="image/x-icon" href="https://sitefiles.tdo4endo.com/FixedImg.aspx?imgType=3&webid=236" /><link id="linkLogin" rel="Stylesheet" type="text/css" href="Css/LoginCss.aspx?pageid=12&curpage=patientslogin.aspx&localeid=4105" /><link id="linkJqueryUI" rel="Stylesheet" type="text/css" href="Javascript/jQuery/jquery-ui-1.12.1.custom/jquery-ui.min.css" /><link id="linkLoginCustomCss" rel="Stylesheet" type="text/css" href="/Css/CustomLoginCss.ashx?webid=236&resetCache=0" /> <script type="text/javascript" language="javascript"> <!-- $(document).ready(function() { $("#aToolTip").qtip({ content: 'By answering this simple math question you are helping us make this website more secure. <br /><br />We apologize for any inconvenience this may have caused you. Thanks!', show: 'mouseover', hide: 'mouseout', position: { corner: { target: 'rightMiddle', tooltip: 'leftMiddle' } }, style: { tip: 'leftMiddle', name: 'light' } }); $('input[id$=txtUserId]').focus(); $('input[id$=btnSetLogin]').click(function(e) { e.preventDefault(); window.location.assign('SetLogin.aspx?type=0'); }); }); //--> </script> </head> <body id="bodyId"> <form method="post" action="./PatientsLogin.aspx" id="pageForm" autocomplete="off"> <div class="aspNetHidden"> <input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['pageForm']; if (!theForm) { theForm = document.pageForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZJ6_9GE06Pz6yvJ1YEcZEJgvbbydOwtj2VBdRCVX79-LxuPsN0crHvsnhcpi0SBuuA2&t=638627972640000000" type="text/javascript"></script> <script src="/WebResource.axd?d=JoBkLzP19aTuxbWOhHobYpxe8LoUqIYW1QkRn3LbWR1iv5AQvFW2YwFNdbe6OTsv-z4aYCRRQFBvkQ_tSlNu8g2&t=638627972640000000" type="text/javascript"></script> <div id="divPageOuter"> <div id="contentPage"> <h1 id="h1AboveLogo" class="h1AboveLogo12">Patient's Area</h1> <div id="divLoginMainMenu"> <a id="hlHome" class="loginPageHome" href="http://www.endoexperience.com">Home</a><a id="hlAdmin" class="loginPageAdmin" href="https://securesite236.tdo4endo.com/AdminLogin.aspx">Admin</a><a id="hlRefDoc" class="loginPageRefDoc" href="https://securesite236.tdo4endo.com/RefDocsLogin.aspx">Referring Doctors</a><a id="hlPatients" class="menuLast loginPagePatients" href="https://securesite236.tdo4endo.com/PatientsLogin.aspx">Patients</a> </div> <h1 id="h1TopPage" class="h1TopPage12">Patient's Area</h1> <div id="divMobileMenuCont"> <div id="divMobileMenuTopMarker" style="height:1px;"></div> <div id="divMobileMenuBtn"><a id="aMobileMenuBtn" href="#"></a></div> <div id="divMobileMenu"></div> </div> <div id="divLoginCont"> <div style="clear:both;height:1px;"> </div> <table border="0" cellpadding="5" cellspacing="0" class="tblRegForm"> <tr> <td width="150" align="right"><label for="cphContent_txtUserId" id="cphContent_litUserId">User ID</label>:</td> <td> <input name="ctl01$cphContent$txtUserId" type="text" maxlength="50" size="20" id="cphContent_txtUserId" class="inputFormField" /> </td> </tr> <tr> <td width="150" align="right"><label for="cphContent_txtPassword" id="cphContent_litPassword">Password</label>:</td> <td> <input name="ctl01$cphContent$txtPassword" type="password" maxlength="50" size="20" id="cphContent_txtPassword" class="inputFormField" /> </td> </tr> <tr> <td width="150" align="right"><label for="cphContent_txtSecQuestion" id="cphContent_litSecQuestion">What is 6 + 2?</label></td> <td> <input name="ctl01$cphContent$txtSecQuestion" type="text" maxlength="2" size="5" id="cphContent_txtSecQuestion" class="inputFormField txtSecQuest" /> <a id="aToolTip" href="#" onclick="return false;">[?]</a> </td> </tr> <tr> <td width="150"> </td> <td> <div id="divLoginSubmitBtn"><input type="submit" name="ctl01$cphContent$btnSubmit" value="Login" id="cphContent_btnSubmit" class="inputFormButton" /></div> <div id="divLoginResetInstr">Logging in for the first time or need to reset your password?</div> <div id="divLoginResetBtn"><input type="submit" name="ctl01$cphContent$btnSetLogin" value="Click Here to Update Your Login Information" id="cphContent_btnSetLogin" class="inputFormButton" /></div> </td> </tr> <tr id="trPatRegCode"> <td> </td> <td> <div id="divPatRegCode"> <div style="padding-bottom:10px;"><strong>Have a registration code?</strong></div> <div> <input name="ctl01$cphContent$txtRegCode" type="text" maxlength="6" size="6" id="cphContent_txtRegCode" class="inputFormField" /> <input type="submit" name="ctl01$cphContent$btnSubmitRegCode" value="Submit" id="cphContent_btnSubmitRegCode" class="inputFormButton" /> </div> </div> </td> </tr> <tr> <td id="tdSecImage" width="150" align="right"> <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=ub642ZvXyCrbalnnFSYfubMItnCakds4RUshmG7KQMPkSAfl1mVuz2DhKPti"></script></span> </td> <td id="tdSecText"> <div> <strong>This area is secured using 256 bit encryption. The same encryption is used by the banking industry.<br />To verify, you should see a padlock to the left or right of the address bar at the top of the browser, or on the bottom right corner of your browser.</strong> </div> </td> </tr> </table> </div> </div> </div> <div id="divLoginFooter"> <div id="divLoginFooterInner"> <div id="divLoginFooterAddr"><table border="0" cellpadding="0" cellspacing="0"><tr><td id="tdAddrEntry1" valign="top" class="practiceAddress"><div>Suite 710 500 Portage Ave.</div><div>Winnipeg, MB R3C 3X1</div></td></tr></table></div> <div><a id="hlHomeFooter" href="http://www.endoexperience.com" target="_blank">www.endoexperience.com</a></div> </div> <div id="divLoginFooterOuter" align="left"> </div> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="24ACBD11" /> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="rnN5uM866tro6LfF19V15en+vZY9sYNwXNUrb2UxgWlcC4N9KbCuGjy80BVMKtWj925Wc/pcyemOTeA8eZc0oLGACO3VmE8d9f/BYnlkoZKJV9Xuxbwzd1vq9NJSf9rQDQACiN/oRnD95qQocEc/W6RsviOyqleMahnoV0DgofAr0ZvN89qvNk6VtEZOpA6cWbtC/0t1ZaOSSM815Z6lZJyt3Yw3YfQoRmQ5ykT2fePFD+DOEREkcAGvnqp7IWxY" /> </div> <script type="text/javascript"> //<![CDATA[ WebForm_AutoFocus('cphContent_txtUserId');//]]> </script> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" /></form> <div id="divLoadingImg" style="display:none;"><img id="imgLoader" src="Images/ajax-loader.gif" /></div> <div id="divLoadingCircle" class="noDisplay"></div> </body> </html>