function intKeepalive(){}function getMonthName(n){var t;return t=$$WP.Strings.get("MonthNameOverrides_"+_getMonthOverrideSuffix(n),"I18N.DatesAndTimes"),t&&t.length>0?t:$$WP.I18N.Months[n].Name}function getMonthAbbr(n){var t;return t=$$WP.Strings.get("MonthAbbreviationOverrides_"+_getMonthOverrideSuffix(n),"I18N.DatesAndTimes"),t&&t.length>0?t:$$WP.I18N.Months[n].Abbreviation}function getDayName(n){var t;return t=$$WP.Strings.get("DayNameOverrides_"+_getDayOverrideSuffix(n),"I18N.DatesAndTimes"),t&&t.length>0?t:$$WP.I18N.Days[n].Name}function getDayAbbr(n){var t;return t=$$WP.Strings.get("DayAbbreviationOverrides_"+_getDayOverrideSuffix(n),"I18N.DatesAndTimes"),t&&t.length>0?t:$$WP.I18N.Days[n].Abbreviation}function _getDayOverrideSuffix(n){switch(n){case 0:return"Sunday";case 1:return"Monday";case 2:return"Tuesday";case 3:return"Wednesday";case 4:return"Thursday";case 5:return"Friday";case 6:return"Saturday"}return""}function _getMonthOverrideSuffix(n){switch(n){case 1:return"January";case 2:return"February";case 3:return"March";case 4:return"April";case 5:return"May";case 6:return"June";case 7:return"July";case 8:return"August";case 9:return"September";case 10:return"October";case 11:return"November";case 12:return"December"}return""}function getDayLetter(n){return $$WP.Strings.get("DayOfWeekSingleLetterAbbreviations_"+_getDayOverrideSuffix(n),"I18N.DatesAndTimes")}function getFirstDayOfWeek(){return parseInt($$WP.I18N.FirstDayOfTheWeek)}function getHour12(n){return n%12==0?12:n%12}function getAMPM(n){return n<12?$$WP.I18N.AmDesignator:$$WP.I18N.PmDesignator}function getAMPMAbbr(n){return getAMPM(n).substr(0,1)}function makeInstant(n,t,i,r,u,f){var e=new Date;return n?(n=Number(n),n<30&&(n+=2e3)):n=e.getFullYear(),t||t===0?i||(i=1):(t=e.getMonth()+1,i||(i=e.getDate())),r||r===0||(r=e.getHours()),u||u===0||(u=e.getMinutes()),f||f===0||(f=e.getSeconds()),new Date(n,Number(t)-1,i,r,u,f)}function makeDate(n,t,i){return makeInstant(n,t,i,0,0,0)}function makeTime(n,t,i){return makeInstant(null,null,null,n,t,i)}function buildFormat(n){var r="",t,i;for(n=n.replace(/(\\.|(.)\2*)/g,"$1\n"),t=n.split(/\n/),i=0;i<t.length;i++)if(t[i].match(/^y+$/))switch(t[i].length){case 2:t[i]=function(n){return(n.getFullYear()%100).toString()};break;case 4:t[i]=function(n){return n.getFullYear().toString()};break;default:t[i]=function(){return r}}else if(t[i].match(/^M+$/))switch(t[i].length){case 1:t[i]=function(n){return(n.getMonth()+1).toString()};break;case 2:t[i]=function(n){return padNumber(n.getMonth()+1,2)};break;case 3:t[i]=function(n){return getMonthAbbr(n.getMonth()+1)};break;case 4:t[i]=function(n){return getMonthName(n.getMonth()+1)};break;default:t[i]=function(){return r}}else if(t[i].match(/^d+$/))switch(t[i].length){case 1:t[i]=function(n){return n.getDate().toString()};break;case 2:t[i]=function(n){return padNumber(n.getDate(),2)};break;case 3:t[i]=function(n){return getDayAbbr(n.getDay())};break;case 4:t[i]=function(n){return getDayName(n.getDay())};break;default:t[i]=function(){return r}}else if(t[i].match(/^h+$/))switch(t[i].length){case 1:t[i]=function(n){return getHour12(n.getHours()).toString()};break;case 2:t[i]=function(n){return padNumber(getHour12(n.getHours()),2)};break;default:t[i]=function(){return r}}else if(t[i].match(/^H+$/))switch(t[i].length){case 1:t[i]=function(n){return n.getHours().toString()};break;case 2:t[i]=function(n){return padNumber2(n.getHours(),2)};break;default:t[i]=function(){return r}}else if(t[i].match(/^m+$/))switch(t[i].length){case 1:t[i]=function(n){return n.getMinutes().toString()};break;case 2:t[i]=function(n){return padNumber2(n.getMinutes(),2)};break;default:t[i]=function(){return r}}else if(t[i].match(/^s+$/))switch(t[i].length){case 1:t[i]=function(n){return n.getSeconds().toString()};break;case 2:t[i]=function(n){return padNumber2(n.getSeconds(),2)};break;default:t[i]=function(){return r}}else if(t[i].match(/^t+$/))switch(t[i].length){case 1:t[i]=function(n){return getAMPMAbbr(n.getHours())};break;case 2:t[i]=function(n){return getAMPM(n.getHours())};break;default:t[i]=function(){return r}}else t[i]=t[i].replace(/(\\)(?!\\)/,r);return function(n){var u=r,i;if(n){for(i=0;i<t.length;i++)u+=typeof t[i]=="function"?t[i](n):t[i];return u}return"\\"}}function getDateFormat(){return $$WP.I18N.DateFormatSimple}function getDisplayDateFormat(){return $$WP.Strings.get("DisplayDateFormat","I18N.DatesAndTimes")}function getTimeFormat(){return $$WP.I18N.TimeFormat}function dateInputError(n,t,i,r){var u={};u["@MYCHART@DATEFORMAT@"]=getDisplayDateFormat();u["@MYCHART@ENTEREDDATE@"]=t;i&&(u["@MYCHART@MINDATE@"]=formatDate(i));r&&(u["@MYCHART@MAXDATE@"]=formatDate(r));WP.Validators.DisplayErrors(decodeMnemonics(n,u))}function IsDateValid(n,t,i,r,u,f){var a="@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be after January 1, 1841.",h=!1,o,s=!0,e=parseDate(n,f),c=new Date,l;if(c.setHours(0),c.setMinutes(0),c.setSeconds(0),c.setMilliseconds(0),l=parseDate("1/1/1841"),e)o=formatDate(e);else return;switch(t){case 1:e>=c&&(dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be in the past.",o),s=h);e<l&&(dateInputError(a,o),s=h);break;case 2:e<=c&&(dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be in the future.",o),s=h);break;case 3:e<c&&(dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be today or in the future.",o),s=h);break;case 4:e>c&&(dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be today or in the past.",o),s=h);e<l&&(dateInputError(a,o),s=h);break;case 5:(e<i||e>r)&&(dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be between @MYCHART@MINDATE@ and @MYCHART@MAXDATE@.",o,i,r),s=h);break;default:s=h}return u&&(u.text=o),s}function formatDateField(n,t,i,r,u){var f=!0,e,o;if(n&&n.value||(n=WP.Events.getThis()),n&&n.value){if(n.holdErrors===f){window.setTimeout(function(){formatDateField(n,t,i,r)},100);return}if(n.openingCalendar===f){n.openingCalendar=!1;return}return(e=f,n.value.match(/^\s*$/))?f:(o={text:""},e=IsDateValid(n.value,t,i,r,o,u),e===f&&(n.value=o.text),e)}}function buildDateParser(n){var t;n=n.replace(/[^yMd]*([yMd])+[^yMd]*/g,"$1");switch(n.indexOf("y")){case 0:t=/^\s*(?:(?:((?:\d{2})?\d{2})\D)?(\d{1,2})\D(\d{1,2})|(?:((?:\d{2})?\d{2}))?(\d{2})(\d{2}))\s*$/;break;case 1:t=/^\s*(?:(\d{1,2})\D(?:((?:\d{2})?\d{2})\D)?(\d{1,2})|(\d{2})(?:((?:\d{2})?\d{2}))?(\d{2}))\s*$/;break;case 2:t=/^\s*(?:(\d{1,2})\D(\d{1,2})(?:\D((?:\d{2})?\d{2}))?|(\d{2})(\d{2})(?:((?:\d{2})?\d{2}))?)\s*$/}return function(n,t){return function(i,r){var c="@MYCHART@ENTEREDDATE@ is not valid.\nPlease reenter the date in @MYCHART@DATEFORMAT@ format.",o=!0,s,h,f,e,u;if(i.length<6){r!==o&&dateInputError(c,i);return}if(u=i.match(n),!u){r!==o&&dateInputError(c,i);return}if(u[1]?(h=u[t.indexOf("y")+1],f=u[t.indexOf("M")+1],e=u[t.indexOf("d")+1]):(h=u[t.indexOf("y")+4],f=u[t.indexOf("M")+4],e=u[t.indexOf("d")+4]),s=makeDate(h,f,e),f=parseInt(f,10),e=parseInt(e,10),f<1||f>12)r!==o&&dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe month must be between 1 and 12.",i);else if(s.getDate()!==e)r!==o&&dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe day is not valid for this month.",i);else return s}}(t,n)}function schedPrefTimeButtonClick(n){var o=".timeTable #daytimetable",r="hidden",s="#schedpref",t="selected",i="unselected",u,f,e;u=$afe.select("#allavaillabel");f=$afe.select("#schedpreflabel");e=$afe.select("#schedotherlabel");n==="1"&&(u.removeClass(i).addClass(t),f.removeClass(t).addClass(i),e.removeClass(t).addClass(i),$afe.select(s).addClass(r),$afe.select(o).addClass(r));n==="2"&&(f.removeClass(i).addClass(t),u.removeClass(t).addClass(i),e.removeClass(t).addClass(i),$afe.select(s).removeClass(r),$afe.select(o).addClass(r));n==="3"&&(e.removeClass(i).addClass(t),u.removeClass(t).addClass(i),f.removeClass(t).addClass(i),$afe.select(s).addClass(r),$afe.select(o).removeClass(r));$afe.jq(window).trigger("matchColumnHeights")}function specialEffects(){var c="autocomplete",l="printmode",n,f,e,t,r,o,s,h,i,u;if(!document.getElementsByTagName||!document.getElementById)return!1;if(f=window.location.toString(),setScannedImageSize(),WP.Controls.Menu(),WP&&WP.DOM&&WP.DOM.Browser&&WP.DOM.Browser.isMobile&&(u=$afe.select("#menu .home").find("a.selected")[0],u&&(u.onclick=function(){return!1},u.href="#")),f.indexOf(l)==-1){try{generateTableEffects()}catch(a){}try{setupTabbedSections()}catch(v){}}if($afe.select(".report .rpt.Universal").length||resizeLargeImgAndTable(),typeof loadGraphs=="function")try{loadGraphs()}catch(y){}if($afe.select("form:not(.withAutoComplete)").safeAttr(c,"off"),$afe.select("input:not(.withAutoComplete)").safeAttr(c,"off"),e=document.getElementById("printbar"),e&&(e.style.display="block"),f.indexOf(l)>0){for(i=document.getElementById("main")?document.getElementById("main"):document.getElementById("datatile"),t=i.getElementsByTagName("a"),n=0;n<t.length;n++)t[n].href="",t[n].onclick="",t[n].removeAttribute("href"),t[n].removeAttribute("onclick"),t[n].removeAttribute("title"),t[n].removeAttribute("target");for(r=i.getElementsByTagName("tr"),n=0;n<r.length;n++)r[n].onclick="",r[n].removeAttribute("onclick"),r[n].removeAttribute("title");for(o=i.getElementsByTagName("input"),n=0;n<o.length;n++)o[n].disabled=!0;for(s=i.getElementsByTagName("select"),n=0;n<s.length;n++)s[n].disabled=!0;for(h=i.getElementsByTagName("textarea"),n=0;n<h.length;n++)h[n].disabled=!0}doTextHighlight();setupButtoncheck();$afe.select("#moreTabsTab").hover(function(n){moretabsFocus(n)},function(n){moretabsBlur(n)})}function matchWrapHeight(){$$WP.Utilities.UI.MatchColumnHeightsOnHideAndShow&&$afe.jq(window).trigger("matchColumnHeights")}function doTextHighlight(){var a="hilitefxid",n=null,s,o,r,h,c,u,v,f,t,i,e,l;if((s=document.getElementById("hilitefxform"),s!==n)&&(c=document.getElementById(a),c!==n)&&(u=c.value,typeof u!="undefined"&&u!==n&&u.length!==0)&&(v=document.getElementById(u),v!==n)&&(o=s.getElementsByTagName("input"),o!==n))for(t=new Array(3),t[0]=document.getElementsByTagName("TD"),t[1]=document.getElementsByTagName("DIV"),t[2]=document.getElementsByTagName("SPAN"),i=0;i<t.length;i=i+1)for(e=0;e<t[i].length;e=e+1)if(l=t[i][e],containsClassName(l,"srchbl"))for(f=0;f<o.length;f=f+1){if(r=o[f],r===n)return;(r.getAttribute("id")===n||r.getAttribute("id").indexOf(a)===-1)&&(h=r.value,h.length>0&&$$WPUtil.highlightNodeText(l,h))}}function setupExpandableObject(n,t,i){var f="hover",o,u,r,e;if(typeof n=="object"&&(i||!(n.className.indexOf("expandable")<0)))for(o=t?function(){return expandElement(this),!1}:function(){return expandElementExcl(this),!1},u=n.children,r=0;r<u.length;r++)u[r].className.indexOf("clickable")>-1&&(collapseElement(u[r],o),u[r].onmouseover=function(){applyClass(this,f)},u[r].onmouseout=function(){removeClassNames(this,f)},e=WP.DOM.Search.getNext(u[r]),e.nodeName.toUpperCase()==="A"&&(e.onfocus=function(){applyClass(this.parentNode,f)},e.onblur=function(){removeClassNames(this.parentNode,f)}))}function setupExpandableCollection(n,t){var r,i;if(typeof n=="string")for(r=document.getElementsByTagName(n),i=0;i<r.length;i++)setupExpandableObject(r[i],t)}function expandElement(n){setChildElmntDisp(n,!0);n.onclick=function(){return collapseElement(this,function(){return expandElement(this),!1}),!1}}function collapseElement(n,t){setChildElmntDisp(n,!1);n.onclick=t;$afe.jq(window).trigger("matchColumnHeights")}function expandElementExcl(n){var i,t,r;for(r=function(){return expandElementExcl(this),!1},i=n.parentNode.children,t=0;t<i.length;t++)i[t].className.indexOf("clickable")>-1&&collapseElement(i[t],r);setChildElmntDisp(n,!0);n.onclick=function(){return collapseElement(this,function(){return expandElementExcl(this),!1}),!1};$afe.jq(window).trigger("matchColumnHeights")}function setChildElmntDisp(n,t){var o="aria-expanded",r,u,s,h,f,e,i,c,l;if(i=n.getAttribute("id"),i!==null&&(i=i.substring(5,i.length)),r=document.getElementById(i),r!==null){for(u=n.getElementsByTagName("img"),s=r.children,n.firstElementChild.nodeName!=="A"||$$WPUtil.IsNullOrEmpty(n.firstElementChild.getAttribute(o))||(c=n.firstElementChild,l=!0),t?(h="en-CA/images/rowopen.svg",f="",l&&c.setAttribute(o,"true")):(h="en-CA/images/rowclosed.svg",f="none",l&&c.setAttribute(o,"false")),r.style.display=f,e=0;e<s.length;e++)s[e].style.display=f;u.length>0&&u[0].className.indexOf("icon")>-1&&$afe.jq(u[0]).safeAttr("src",h)}}function setupTabbedSections(){var t=$afe.select(".innertabs .membertab a"),i,n;t.each(function(){var t=this,n=$(t),i=n.safeAttr("href").indexOf("#")>=0,r=n.attr("onclick")!==undefined||n.prop("onclick")!==null,u=typeof jQuery!==undefined&&jQuery._data(t,"events")!==undefined&&jQuery._data(t,"events").click!==undefined;if(isBillingDetailsTab=n.parent().hasClass("ba_detail_tab"),i&&!(r||u||isBillingDetailsTab)){$(t).click(showTabbedSection);n.on("keydown","","",$$WP.Utilities.UI.NavTabsSpacebarHelper)}});i=document.location.toString();n=i.match("tabbedsec=tab_[A-Za-z0-9_]*");n!==null&&n.length>0&&$afe.select("#"+n[0].split("=")[1]).click();$afe.select(".innertabs .membertab.selected").length===0&&t.first().click()}function showTabbedSection(n){var u="aria-selected",f="selected",e=".membertab",t,i,r;if(typeof n=="string"){if(t=$afe.select("#"+n).parents(e).first(),t.length===0){$$WP.Debug.logError("couldn't find tab with ID "+n);return}}else t=$afe.jq(this).parents(e).first();return($afe.select(".innertabs .membertab.selected").removeClass(f),$afe.select(".innertabs .membertab").find("a").safeAttr(u,"false"),$afe.select(".section[id^='topic_']").addClass("hidden"),t.addClass(f),t.find("a").safeAttr(u,"true"),i=t.find("a").safeAttr("id"),!i)?!1:(i=i.substring(4,i.length),r=$afe.select("#"+i),r.removeClass("hidden"),r.find(".component").not(".hidden").not(".loaded").each(function(){var t=$afe.jq(this),n=$$WPComp.getInstance(t.safeAttr("data-component-id"));n&&typeof n.refresh=="function"&&n.refresh()}),$afe.jq(window).trigger("matchColumnHeights"),!1)}function setScannedImageSize(){var n,t,i,r;r=700;n=document.getElementById("scan");n&&(t=n.width,t>r&&(i=n.height*r/t,i=i-i%1,t=r,n.style.height=i+"px",n.style.width=t+"px"))}function adjustLightbox(){var i=document.getElementById("lightbox"),f=document.getElementById("wrap"),n,u,e,r,t;if(i&&f){for(n=i.clientHeight,r=0;r<i.children.length;r++)u=i.children[r],n<u.clientHeight&&(n=u.clientHeight);if(window.innerHeight){if(n>window.innerHeight)return;t=window.pageYOffset+.5*(window.innerHeight-n)}else{if(n>document.documentElement.clientHeight)return;t=document.documentElement.scrollTop+.5*(document.documentElement.clientHeight-n)}e=parseInt(WP.DOM.Read.getStyle(f,"margin-top"),10);t=t-e;t<0&&(t=0);i.style.marginTop=t+"px"}}function hideLightbox(){var n=$afe.select("#lightbox, #lightbox_overlay"),t;if(n.length!==0){if(n.removeAttr("tabindex"),n.addClass("hidden"),setAriaHiddenForPage(!1),$afe.select("body").removeClass("showLightBox"),$afe.select("[data-root]").each(function(){$afe.jq(this).off("focus.popup");$afe.jq(this).removeAttr("data-root")}),isDataTile()&&($afe.select("#content, #main, #sidebar").removeClass("suppressed"),setAppropriateHeight()),typeof initLightbox.onCloseCallback=="function"){try{initLightbox.onCloseCallback()}catch(i){}try{delete initLightbox.onCloseCallback}catch(r){}}t=$afe.select(".lb_overlay:visible").length;$$WPUtil.UI.PDF&&$$WPUtil.UI.PDF.needIframeShim()&&$$WPUtil.UI.PDF.pageHasEmbeddedPdf()&&t==0&&$$WPUtil.UI.PDF.showPdfs()}}function resetLightbox(){var n,t;n=$afe.select("#lightbox");t=$afe.select("#lightbox_overlay");$afe.select("body").removeClass("showLightBox");n.safeAttr("style","").removeClass("hidden").empty();t.safeAttr("style","").removeClass("hidden");WP.Events&&(WP.Events.removeListener(window,"resize",adjustLightbox),WP.Events.removeListener(window,"scroll",adjustLightbox))}function getProxyDisclaimer(n){return $$WPUtil.SafeToRedirect(function(t){t&&initLightbox(n+"&co=true",function(){document.getElementById("continue").focus()},$$WPUtil.DidNotRedirect)}),!1}function initLightbox(n,t,i){if($$WPUtil.isAbsoluteURL(n)===!0){console.error("Non-enduser message: Someone tried to execute a lightbox control from outside of MyChart.  Potential phishing attempt.  This code was not executed.");return}initLightbox.onCloseCallback=i||function(){};var r=document.getElementById("lightbox"),o=document.getElementById("lightbox_overlay"),s,f,e,u,h,c;if(e={},f={},getFirstAndLastFocusableElements(document.body,e,"root"),!r||!o){window.location.href=n;return}$(r).safeAttr("role","dialog");$(r).safeAttr("aria-modal","true");s=function(n){var a="focus.popup",v,s,i,l;if(dangerou$.setHtml(r,n),$afe.jq(r).add($afe.jq(o)).removeClass("hidden").css("display","block"),setAriaHiddenForPage(!0),$$WPUtil.UI.PDF&&$$WPUtil.UI.PDF.needIframeShim()&&$$WPUtil.UI.PDF.pageHasEmbeddedPdf()&&$$WPUtil.UI.PDF.hidePdfs(),adjustLightbox(),$afe.jq(r).safeAttr("tabindex",0),r.focus(),v=lightBoxKeyDownHandler(r,hideLightbox,f),WP.Events){WP.Events.addListener(window,"resize",function(){u!==null&&window.clearTimeout(u);u=window.setTimeout(adjustLightbox,100)});WP.Events.addListener(window,"scroll",function(){u!==null&&window.clearTimeout(u);u=window.setTimeout(adjustLightbox,100)});WP.Events.addListener(r,"keydown",v);h=addPopupRootElementFocusHandler(!0,f);c=addPopupRootElementFocusHandler(!1,f);$afe.jq(e.first).on(a,h);$afe.jq(e.first).on(a,c)}for(s=r.getElementsByTagName("script"),i=0;i<s.length;i++)$$WPUtil.isAbsoluteURL(s[i].getAttribute("src"))===!1?(l=document.createElement("script"),l.type="text/javascript",s[i].src&&(l.src=s[i].src),document.body.appendChild(l)):console.error("Non-enduser message: Someone tried to include a script from outside of MyChart in the return value of a lightbox.  Potential phishing attempt.  This code was not executed.");WP.Utils.minifyElement($afe.select("#lightbox"));$afe.select(".ghostInput input, .ghostInput select, .ghostInput textarea").trigger("change");typeof t=="function"&&t();setAppropriateHeight()};$.ajax({url:n,success:s,method:"GET",data:{lb:"true"},error:function(){window.location=n}})}function showLightBox(n){var t,i;t=document.getElementById("lightbox");i=document.getElementById("lightbox_overlay");dangerou$.setHtml(t,n);i.style.display="block";t.style.display="block";$afe.select("body").addClass("showLightBox");$afe.jq(i).removeClass("hidden");$afe.jq(t).removeClass("hidden");$$WPUtil.UI.PDF&&$$$WPUtil.UI.PDF.needIframeShim()&&$$WPUtil.UI.PDF.pageHasEmbeddedPdf()&&$$WPUtil.UI.PDF.hidePdfs();adjustLightbox();WP.Events&&(WP.Events.addListener(window,"resize",adjustLightbox),WP.Events.addListener(window,"scroll",adjustLightbox));$afe.jq(t).safeAttr("tabindex",0);t.focus()}function lightBoxKeyDownHandler(n,t,i){if(WP.Events){getFirstAndLastFocusableElements(n,i);var r=i.first,u=i.last;return KEYCODE_TAB=9,function(n){var i=n.key==="Tab"||n.keyCode===KEYCODE_TAB;if(n.keyCode===27){t();return}i&&(n.shiftKey?document.activeElement===r&&(u.focus(),n.preventDefault()):document.activeElement===u&&(r.focus(),n.preventDefault()))}}}function getFirstAndLastFocusableElements(n,t,i){var r=$afe.select('a[href], area[href], input:not([disabled],[type="hidden"]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]',n);t.first=r[0];t.last=r[r.length-1];i&&($afe.jq(t.first).attr("data-"+i,"first"),$afe.jq(t.last).attr("data-"+i,"last"))}function addPopupRootElementFocusHandler(n,t){return function(i){var r;(r=n?t.first:t.last,i.target===r||i.target.contains(r))||(r.focus(),i.preventDefault())}}function moretabsFocus(){var n="#moretabs";$afe.select(n).hasClass("mtShow")||($afe.select(n).removeClass("mtHide").addClass("mtShow").safeAttr("aria-hidden","false"),$afe.select("#moreTabsTab").addClass("hidebar"))}function moretabsBlur(n){var i="moreTabsTab",t=n.relatedTarget&&n.relatedTarget.offsetParent&&!(n.relatedTarget.offsetParent.id==i);!t&&WP.DOM.Browser.isIE&&(t=!(document.activeElement.offsetParent.id==i));(n.type=="mouseleave"||t)&&($afe.select("#moretabs").removeClass("mtShow").addClass("mtHide").safeAttr("aria-hidden","true"),$afe.select("#moreTabsTab").removeClass("hidebar"))}function photoIframe(n){var e="none",c="ProxySilhouette.png",t=document.getElementById("iframeproxypicker_"+n),i,o,f,s,r,u,h;s=t.parentElement.parentElement.parentElement.parentElement;h=document.createElement("div");t.parentNode.parentNode.appendChild(h,t.parentNode);i=new WP.Controls.ProgressSpinner(h," ","inline");r=document.getElementById("photoImg_"+n);i.hide();t.writeError=function(n){var u;if(!f){if(n.length<2)return;o=WP.DOM.Create.tag("tr","tableRowMessage");f=WP.DOM.Create.tag("td","tableProxyMessage alert");f.colSpan=4;o.appendChild(f);u=t.parentNode.parentNode.parentNode;getChild(u,0).rowSpan++;u.nextSibling?s.insertBefore(o,t.parentNode.parentNode.parentNode.nextSibling):s.appendChild(o)}dangerou$.setHtml(f,n);i.oldDisp&&(r.style.display=i.oldDisp);i.hide();r.style.display=i.oldDisp||""};u=document.getElementById("photodelete_"+n);u.style.display=r.src.indexOf(c)>0?e:"";WP.Events.addListener(u,"click",function(){var f;if(i.isHidden===!1){t.src=t.src;i.hide();r.style.display=i.oldDisp;u.style.display=r.src.indexOf(c)>0?e:"";t.fixTabbing(t);return}r.src="./en-CA/images/ProxySilhouette.png";f=document.getElementById("photo_"+n);f.value="";WP.Events.fireEvent(f,"change");u.style.display=e;t.fixTabbing&&t.fixTabbing(t)});t.beforeupload=function(){return i.show(),i.oldDisp=r.style.display,r.style.display=e,!0};t.viewer={addImage:function(){},transferToForm:function(){}};t.onupload=function(f,e,o,s){var c="showfile.asp?key=",h,l="When you click Save on the Personalize page, this photo will be saved to the medical record and visible to medical staff.";if(r.style.display=i.oldDisp,i.hide(),f!==1){t.writeError("Only images may be used as your patient photo.");return}h=document.getElementById("photo_"+n);h.value=c+s;WP.Events.fireEvent(h,"change");r.src=c+s;u.style.display="";t.nextElement=u;gotTheMessage===!1&&(gotTheMessage=!0,WP.Events.addListener(r,"load",function(){l.length&&window.setTimeout(function(){alert(l)},50)},!0))};proxyPopup||(proxyPopup=document.getElementById("popupphotopopup"),proxyPopup.parentElement.removeChild(proxyPopup),document.getElementById(s.parentElement.id+"_col0").appendChild(proxyPopup))}function updateSilhouetteColor(n,t){var i,r=document.getElementById("photoImg_"+t),u=n.nextSibling;i=u.className.match(/color\d/,"");i&&i[0]&&(i=i[0]);removeClassNames(u,i);applyClass(u,escape(n.value));r&&(removeClassNames(r,i),applyClass(r,escape(n.value)))}function setupMyCondNav(){var n;if($afe.select("#flyout")){$afe.select("body").on({focus:hideFlyout,click:showFlyout},"#flyoutprompt",{trigger:"keyboard"}).on({mouseleave:hideFlyout,mouseenter:showFlyout},"#flyout, #flyoutprompt",{trigger:"mouse"}).on({focus:hideFlyout},"#innertabs .tab a");n=$afe.select(".innertabs .tab");n&&applyClass(n[n.length-1],"lasttab")}}function preventBadAnchorJump(){var r=document.getElementById("main"),u=document.getElementById("defaultColumn"),f=document.getElementById("datatile"),t=r||u||f,e=WP.DOM.Browser.isIE||t.scrollTop>0,i=1020,n;e&&window.location.hash&&t&&!containsClassName(document.documentElement,"staticheight")&&(n=$afe.select("#blftwrapper").position().top-$afe.jq(t).position().top,n>i&&(n=i),preventBadAnchorJump.targetRule.style.top=n+"px")}function resizeLargeImgAndTable(){var t="large_img",f="className",r="width",u,i,n,e;$afe.select(".report table").each(function(){var e;u=$afe.jq(this).find("img");u.length>0&&($afe.jq(this).addClass("tableLayoutFixed"),u.each(function(){var u=this;n=$afe.jq(u).parent().width();i=$afe.jq(u).safeAttr(r);i>n&&$afe.jq(u).parent().prop(f)!=t&&(e=$$WP.SimpleTemplates.Div({"class":t}),$afe.jq(u).safeWrap(e))}))});$afe.select(".section#summary table,.section#discharge table,.section#patedu table,.section#instructions table,.report table,body.md_letters .section table").each(function(){var t;n=$afe.jq(this).parent().width();e=$afe.jq(this).safeAttr(r);e>n&&(t=$$WP.SimpleTemplates.Div({"class":"table_wrapper"}),$afe.jq(this).safeWrap(t))});$afe.select(".section#summary img,.section#discharge img,.section#patedu img,.section#instructions img,body.md_letters .section img").each(function(){var u=this,e;n=$afe.jq(u).parent().width();i=$afe.jq(u).safeAttr(r);i>n&&$afe.jq(u).parent().prop(f)!=t&&(e=$$WP.SimpleTemplates.Div({"class":t}),$afe.jq(u).safeWrap(e))});$afe.select(".section .report .rpt.Universal").length||$afe.select(".section#discharge div.report").each(function(){fitReportToWidth($afe.jq(this))})}function fitReportToWidth(n){var r="4% 2%",u="scale(",o=n[0],i,f,e;if(n.safeWrap($$WP.SimpleTemplates.Div()),i=n.parent(),n.addClass("shrinkReport").removeClass("report"),i.addClass("report shrinkReportParent"),f=o.scrollWidth,e=i.width(),f>e){var s=o.scrollHeight,h=i.innerHeight(),t=(e/f).toFixed(2)-.04;t<.7?(t=.7,i.css({"overflow-y":"hidden"})):i.css({overflow:"hidden"});n.css({display:"inline-table",transform:u+t+")","transform-origin":r,"-webkit-transform":u+t+")","-webkit-transform-origin":r,"-ms-transform":u+t+")","-ms-transform-origin":r});navigator.userAgent.indexOf("MSIE 8")>0&&n.css({filter:"progid:DXImageTransform.Microsoft.Matrix(M11="+t+", M12=0, M21=0, M22="+t+", SizingMethod='auto expand')"});h-=s-s*t;i.css({height:Math.ceil(h)+"px"})}}function showPopup(n,t,i,r){var u=$$WPUtil.quickPopup(new $$WPComp.ConfirmComponent({callback:function(n){var t="#DECLINE";n?$afe.select("#lightbox_overlay").css("display","none"):($afe.select(t).prop("onclick",null),$afe.select(t).click())},ToolbarButtons:[{Text:i,Class:"otherbutton"},{Text:r,Class:"inlinedelete"}],TitleText:n,Html:t,AffirmButtonIndex:0,forcePrompt:!0,IsClosable:!0}),{Size:$$WP.Containers.Popup.SizeEnum.SMALL})}function SMSLightbox(n,t,i,r,u){var e=!0,f="value",s="[name=orig_sms_on]",h,o,c,l,a;if(SMSLightbox._isSMSOn=$afe.select(s).safeAttr(f),SMSLightbox._isSMSOn==="1"){if(h="inlinedelete",$afe.select("input[name='reqBillTklr']").val()==="1"&&$afe.select("input[name='paperlessSignup']").val()==="1")for(c=$afe.select("[name='orig_events']").val(),o=3;o<6;o++)if(l=c.indexOf("tklr^"+o),l!==-1&&c.charAt(l+8)){SMSLightbox._turnEmailOn=e;t=i;break}}else SMSLightbox._isSMSOn==="0"&&(h="completeworkflow");a=$$WPUtil.quickPopup(new $$WPComp.ConfirmComponent({callback:function(n){var i="[name=sms_on]",u,r,t;if(n)if(SMSLightbox._turnEmailOn){for(t=3;t<6;t++)$afe.select("#tklr_"+t+"_smtp").prop("checked")||$afe.select("#tklr_"+t+"_smtp").prop("checked",e);$afe.select(i).safeAttr(f,0);$afe.select("input#submitform").click()}else SMSLightbox._isSMSOn==="1"?r=0:SMSLightbox._isSMSOn==="0"&&(r=1),u=$afe.select('#PrefsForm [name="sec_token"]').safeAttr(f),$.ajax({url:makeLink("inside.asp?mode=patprefs&co=true"),type:"post",data:{sec_token:u,SMSFlag:r},error:$$WPUtil.DisplayAjaxError,success:function(n){var u="greyoutbackground",o='td[headers$="col2"]',t="disabled",h='input[id$="sms"]',c=".smsswitchlink",r;n&&($afe.select(c).remove(),r=dangerou$.parseHtml(n).find(c),SMSLightbox._isSMSOn==="0"?(r.safeInsertAfter($afe.select("table[id^=prefs]")),$afe.select(h).removeAttr(t).prop(t,!1),$afe.select(o).removeClass(u),$afe.select(i).safeAttr(f,1),$afe.select(s).safeAttr(f,1)):SMSLightbox._isSMSOn==="1"&&(r.safeInsertAfter($afe.select("table[id^=prefs] thead")),$afe.select(h).prop(t,e),$afe.select(o).addClass(u),$afe.select(i).safeAttr(f,0),$afe.select(s).safeAttr(f,0)))}})},ToolbarButtons:[{Text:r,Class:h},{Text:u,Class:"otherbutton"}],TitleText:n,Html:t,AffirmButtonIndex:0,forcePrompt:e,IsClosable:e}),{Size:$$WP.Containers.Popup.SizeEnum.MEDIUM,HasBackButton:!1})}function setupButtoncheck(n){var r="aria-checked",t="checked",i;n=n||$afe.select("body");i=n.find("p.buttoncheck");i.find("input.buttoncheck:checked").parent().addClass(t).safeAttr(r,"true");i.find("input.buttoncheck[disabled]").parent().addClass("disabled");i.find("input.buttoncheck").change(t,function(){var i="unchecked",n=$afe.jq(this).parent("p");n.toggleClass(t);n.hasClass(t)?n.removeClass(i).safeAttr(r,"true"):n.addClass(i).safeAttr(r,"false")})}function setAriaHiddenForPage(n){var t=[];for(addIdToArray("header",t),addIdToArray("footer",t),addIdToArray("content",t),addIdToArray("menu-container",t),addIdToArray("toastWrapper",t),i=0;i<t.length;i++)t[i].setAttribute("aria-hidden",n)}function addIdToArray(n,t){var i=document.getElementById(n);i&&t.push(i)}var intKeepAliveCnt,WP,proxyPopup,gotTheMessage,showFlyout,hideFlyout,$$WPBehav,$$WPControl,$$WPComp,$$WP;(function(){var ci=" data-validation-settings=",h="title",gt="DisabledButtonToolTip",ut="@MYCHART@BUTTONLABEL@",g="value",c="aria-label",b="data-old-aria-label",li=".section.questionsContainer",ni="string",ai='input[type="radio"][name="',vi='"]:checked:visible',yi='input[type="checkbox"][name="',pt="aria-required",wt="aria-invalid",y="data-invalid",pi="[data-invalid]:not([data-invalid-no-error])",ti="[data-validation-group]",ii='input[name="',bt="']",ri="data-validation-group",nt='"]',ui="name",wi="data-name",bi="fieldset",ki="InputTooHigh",di="InputTooLow",st="core.formvalidation",n=null,gi=" does not have one of the allowed input types. Please fix, or update FormValidation.js to accomodate the new type.",fi="email",ht="tel",kt="captcha",ct="selectable",lt="number",ei="password",k="text",at="time",vt="date",p="radio",a="checkbox",ft="select",oi="type",tt=":visible",yt="[data-invalid]",nr="data-disable-if-invalid",o="true",tr="data-clicked",si="[data-validation-group][data-invalid]",u="",e="undefined",it="data-validation-settings",r=!1,i=!0,w="input",s={},dt="input[data-validation-settings],select[data-validation-settings],textarea[data-validation-settings],.selectable [data-validation-settings],.mychart-captcha[data-validation-settings]",l="form, [data-validation-group]",d,ir=0,cr=function(){var n=$afe.select("body");n.on("focusout input change",dt,rr);n.on("validationUpdated",dt,lr);n.on("click",".selectable [data-validation-settings]",rr);n.on("click",'form input[type="submit"]',ar);n.on("submit","form",vr);fr(n)},rr=function(n){et(n.currentTarget,n.type==="focusout"||n.type==="change"||n.type===w&&document.activeElement!==n.currentTarget,i)},lr=function(n,t){et(n.currentTarget,r,i,r,t,i)},et=function(n,t,o,s,h,c){var a,w,b,l,y,p,k,d,o;(a=$afe.jq(n),w=a.safeAttr(it),typeof w!==e)&&(b=new f(JSON.parse(w)),l=new v(a,b,t,o,s,c),l.validateInput(),p=l.valid!==l.initiallyValid,k=typeof l.$matchField!==e&&l.$matchField.length,k&&l.valid&&(d=new f(JSON.parse(l.$matchField.safeAttr(it))),o=l.$matchField.val()!==u&&document.activeElement!==a[0],y=new v(l.$matchField,d,i,o,r),y.validateInput(),p=p||y.valid!==y.initiallyValid),!h&&(p||l.$form.is(si))&&(ot(l.$form,i),$$WP.Utilities.UI&&$$WP.Utilities.UI.MatchColumnHeights()))},ar=function(n){$afe.jq(n.target).safeAttr(tr,o)},vr=function(n){var i,t,r;(i=$afe.jq(n.target),t=i.find('[type="submit"][data-clicked]'),t.removeAttr(tr),t.length===0||t.get(0).hasAttribute(nr))&&(r=i.find(yt).filter(tt),r.length>0&&(n.preventDefault(),n.stopImmediatePropagation()))},hi=function(n){var t,i;if(t=n.get(0).nodeName.toLowerCase(),i=n.safeAttr(oi),t===ft)return ft;if(t===w&&i===a)return a;if(t===w&&i===p)return p;if(t===w&&i===vt)return vt;if(t===w&&i===at)return at;if(t==="textarea"||t===w&&(i===k||i===ei||typeof i===e))return k;if(t===w&&i===lt)return lt;if(n.closest(".selectable, [data-validation-group], form").hasClass(ct))return ct;if(n.hasClass("mychart-captcha"))return kt;if(t===w&&i===ht)return ht;if(t===w&&i===fi)return fi;$$WP.Debug.logError(this.input+gi)},ur=function(n){var t=hi(n);return t===ft||t===a||t===p||t===ht||t===k||t===at||t===vt||t===lt},yr=function(n){var i,t;i=n.closest(l);d&&(t=d.get(i[0]));t=t||[];t.push(n[0]);d.set(i[0],t)},pr=function(n,t){var r,i;return d&&(r=d.get(n[0])),r&&(i=$afe.jq(r),t&&(i=i.filter(t))),i},wr=function(){var n;do n="parent-form-gen-id_"+ir,ir++;while(!$afe.select("#"+n));return n},rt=function(n){$.type(n)==="object"&&this._parseRawGroup(n)},f,t,v;rt.prototype={allRequired:r,disableButtonsWhenEmpty:r,evaluateNestedGroups:r,evaluateParentGroups:r,name:n,_parseRawGroup:function(n){var t;for(t in n)t in rt.prototype?this[t]=n[t]:$$WP.Debug.logError("'"+t+"' is not a recognized option in the data-validation-group attribute")},toJSON:function(){var t,n;t={};for(n in this)this[n]!==rt.prototype[n]&&(t[n]=this[n]);return JSON.stringify(t)}};f=function(n){$.type(n)==="object"&&this._parseRawSettings(n);this.stringsNamespace=$$WP.Strings.getNamespace(this.stringsNamespace||st)};f.prototype={required:r,nullValue:u,maxLength:n,minLength:n,showCharacterCounter:r,isUSZipCode:r,isEmail:r,isCurrency:r,isNumber:r,precision:0,min:n,max:n,isDate:r,isTime:r,minDate:n,maxDate:n,atLeastOneChecked:r,mustMatchField:n,stringsNamespace:n,_invalidValues:n,_invalidValuesErrorStringName:n,_invalidValuesCustomError:n,_parseRawSettings:function(t){var i=this,r;for(r in t)r in f.prototype?i[r]=t[r]:$$WP.Debug.logError("'"+r+"' is not a recognized option in the data-validation-settings attribute");i.stringsNamespace!==n&&i.stringsNamespace.toLowerCase().indexOf(st)!==0&&$$WP.Debug.logError("Custom namespaces for form validation messages should be sub-namespaces of Core.FormValidation. '"+i.stringsNamespace+"' is not valid.");i.isDate&&(i.minDate!==n&&(i.minDate=new Date(i.minDate)),i.maxDate!==n&&(i.maxDate=new Date(i.maxDate)))},toJSON:function(){var n,t;n={};for(t in this)this[t]!==f.prototype[t]&&(n[t]=this[t]);return typeof n.minDate!==e&&(n.minDate=n.minDate.toISOString().substring(0,10)),typeof n.maxDate!==e&&(n.maxDate=n.maxDate.toISOString().substring(0,10)),n.stringsNamespace.name!==st?n.stringsNamespace=n.stringsNamespace.name:delete n.stringsNamespace,JSON.stringify(n)}};f.WholeNumber=new f({isNumber:i,min:0,precision:0});f.NaturalNumber=new f({isNumber:i,min:1,precision:0});f.Integer=new f({isNumber:i,precision:0});f.Required=new f({required:i});f.AtLeastOneChecked=new f({atLeastOneChecked:i});f.None=new f;t=function(n,i,r,u){var f=this;f.priority=n;f.stringName=i;f.onlyDisplayIssueOnLeavingInput=r;f.customErrorMessage=u;t.priority2instance[n]=f};t.prototype={priority:n,stringName:n,onlyDisplayIssueOnLeavingInput:i,customErrorMessage:n};t.priority2instance={};t.empty=new t(1,"InputRequired");t.tooLong=new t(2,"InputTooLong");t.tooShort=new t(3,"InputTooShort",i);t.noneChecked=new t(4,"NoneChecked");t.notEmail=new t(5,"InputNotEmail");t.notCurrency=new t(6,"InputNotCurrency");t.currencyTooLow=new t(7,di);t.currencyTooHigh=new t(8,ki);t.notNumber=new t(9,"InputNotNumber");t.notWholeNumber=new t(10,"InputNotWholeNumber");t.numberTooLow=new t(11,di);t.numberTooHigh=new t(12,ki);t.notFormattedDate=new t(13,"InputNotFormattedDate");t.notDateInvalidMonth=new t(14,"InputNotDateInvalidMonth");t.notDateInvalidDay=new t(15,"InputNotDateInvalidDay");t.notDateInvalidYear=new t(16,"InputNotDateInvalidYear");t.dateTooEarly=new t(17,"InputTooEarly");t.dateTooLate=new t(18,"InputTooLate");t.notTime=new t(19,"InputNotTime");t.invalidCaptcha=new t(20,"InvalidCaptcha");t.notZIP=new t(21,"InputNotZIP");t.invalid=new t(97,"InputInvalid");t.invalidRetype=new t(98,"InvalidRetype",i);t.groupInvalid=new t(99,"IncompleteGroup");v=function(n,t,r,u,s,h){var v="aria-live",c=this,w,b;(c.$input=n,c.input=n.get(0),c.$fieldset=n.closest(bi),c.validationSettings=t,c.asLeavingInput=r,c.updateAppearance=u,c.removeErrorsOnly=h,c.checkStructure=s,typeof c.validationSettings===e&&(w=n.safeAttr(it),c.validationSettings=typeof w===e?new f:new f(JSON.parse(w))),c.inputName=n.safeAttr(wi)||n.safeAttr(ui),c.$form=n.closest(l),c.$messageDisplay=c.$form.find('[data-message-display-for="'+c.inputName+nt),c.nodeName=c.input.nodeName.toLowerCase(),c._checkProperStructure())&&(c.$input.addToAttr("aria-describedby",c.inputName+"_message"),c.$messageDisplay.length>0&&!c.$messageDisplay[0].hasAttribute(v)&&c.$messageDisplay.safeAttr(v,"polite"),b=c.$form.safeAttr(ri),typeof b===e?c.validationGroup=new rt:(c.validationGroup=new rt(JSON.parse(b)),c.$groupMessageDisplay=c.$form.find("[data-message-display-for='"+c.validationGroup.name+bt),c.$groupMessageDisplay.length>0&&!c.$groupMessageDisplay[0].hasAttribute(v)&&c.$groupMessageDisplay.safeAttr(v,"polite")),c.inputValue=n.val(),c.inputType=hi(c.$input),c.isLiteralInput=ur(c.$input),c.inputType===a?c.inputValue=c.input.checked===i&&n.is(tt):c.inputType===p?c.inputValue=c.$form.find(ii+c.inputName+'"]:checked').val():c.inputType===kt&&(c.inputValue=n.find("*[id*=g-recaptcha-response]").first().val()),c.$form.is(ti)?(c.initiallyValid=!c.$input.is(yt)&&!c.$form.is(pi),c.initiallyValid||n.safeAttr(y,o).safeAttr(wt,o)):c.initiallyValid=!c.$input.is(yt),(c.validationSettings.required||c.validationSettings.atLeastOneChecked)&&(c.inputType===p&&c.$fieldset.length>0?(c.$fieldset.safeAttr("role","radiogroup"),c.$fieldset.safeAttr(pt,o)):n.safeAttr(pt,o)))};v.prototype={$input:n,input:n,$form:n,validationSettings:n,validationGroup:n,asLeavingInput:i,updateAppearance:n,removeErrorsOnly:r,checkStructure:n,$messageDisplay:n,$groupMessageDisplay:n,nodeName:n,inputName:n,inputType:n,inputValue:n,initiallyValid:n,isLiteralInput:n,_domHasProperStructure:n,_highestPriorityProblem:n,valid:n,standardizedInputValue:n,validateInput:function(){var d='"], input[data-name="',t=this,v,h,f,w,e,c,l,s,b;if(!t.checkStructure||t._domHasProperStructure){if(t._highestPriorityProblem=n,t.inputType===ft?t._validateSelectInput():t.inputType===a?t._validateCheckboxInput():t.inputType===p?t._validateRadioInput():t.inputType===k?t._validateTextInput():t.inputType===vt?t._validateDateInput():t.inputType===at?t._validateTimeInput():t.inputType===ct?t._validateSelectableElement():t.inputType===kt?t._validateCaptcha():t.inputType===lt?t._validateNumberInput():t.inputType===ht?t._validatePhoneInput():t._validateOtherInput(),t.valid=t._highestPriorityProblem===n,s=t.validationSettings.mustMatchField,t.valid&&s!==n&&s!==u&&(b=t.$input.prevAll(ii+s+d+s+nt).first(),b.length>0?(t._validateRetype(b),t.valid=t._highestPriorityProblem===n):t.$matchField=t.$input.nextAll(ii+s+d+s+nt).first()),t.valid?(t._findInputsWithSameName().removeAttr(y).removeAttr(wt),t.inputType===a&&t.validationSettings.atLeastOneChecked&&t._findInputsWithSameName().removeAttr(pt)):(t._findInputsWithSameName().safeAttr(y,o),t.inputType===a&&t.validationSettings.atLeastOneChecked&&t._findInputsWithSameName().safeAttr(pt,i),t.asLeavingInput?t._findInputsWithSameName().safeAttr(wt,o):t._findInputsWithSameName().removeAttr(wt)),t.$form.is(ti)){if(t.validationGroup.allRequired){for(v=t.$form.find(dt).filter(tt),f=[],e=0;e<v.length;e++)h=$afe.jq(v.get(e)),w=h.safeAttr(wi)||h.safeAttr(ui),$.inArray(w,f)<0&&f.push(w);for(c=f.length,l=0,e=0;e<f.length;e++)h=t.$form.find(":input[name='"+f[e]+"'], [data-name='"+f[e]+bt),t._checkIfHasValue(h)?c=c-1:h.is("[optional-in-group]")||(l=l+1);t._checkIfGroupInvalid(l>0&&c!==f.length||c===f.length&&t.validationGroup.disableButtonsWhenEmpty,c===f.length||l===0)}else t._checkIfGroupInvalid(r,i);t.validationGroup.evaluateNestedGroups&&t._evaluateNestedGroups();t.validationGroup.evaluateParentGroups&&t._evaluateParentGroups()}t._updateValidationDisplay()}},_validateSelectInput:function(){var i=this,u=n,r;i.$input.prop("multiple")?(r=i.inputValue===n||Array.isArray(i.inputValue)&&i.inputValue.length===0||Array.isArray(i.inputValue)&&i.inputValue.length===1&&i.inputValue[0]===i.validationSettings.nullValue,i._checkIfInvalid(i.validationSettings.required&&r,t.empty),i._checkIfInvalid(i.validationSettings.atLeastOneChecked&&r,t.noneChecked)):i._checkIfInvalid(i.validationSettings.required&&i.inputValue===i.validationSettings.nullValue,t.empty);i._highestPriorityProblem===n&&i.validationSettings._invalidValues&&i.inputValue!==i.validationSettings.nullValue&&(u=i.validationSettings._invalidValuesErrorStringName?new t(98,i.validationSettings._invalidValuesErrorStringName):t.invalid,i._checkIfInvalid(i.validationSettings._invalidValues.indexOf(i.inputValue)!==-1,u))},_validateCheckboxInput:function(){var n=this,i;n._checkIfInvalid(n.validationSettings.required&&!n.inputValue,t.empty);n.validationSettings.atLeastOneChecked&&!n.inputValue&&(i=n.$form.find(yi+n.inputName+vi),n._checkIfInvalid(i.length===0,t.noneChecked))},_validateNumberInput:function(){var r=this,s,f,o,h,e,c,l;s=r.inputValue.length;f=r.inputValue.trim();r.standardizedInputValue=f;r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.required&&s===0,t.empty);r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.maxLength!==n&&s>r.validationSettings.maxLength,t.tooLong);r._checkIfInvalid(r._highestPriorityProblem===n&&r.inputValue!==u&&r.validationSettings.isUSZipCode&&!f.match(v.USZipCodeRegEx),t.notZIP);r._highestPriorityProblem===n&&r.validationSettings.isCurrency&&f.length>0&&(o=$$WP.I18N.parseCurrency(f),h=!isNaN(o),r._checkIfInvalid(r._highestPriorityProblem===n&&!h,t.notCurrency),h&&r.asLeavingInput&&r._highestPriorityProblem===n&&(r.standardizedInputValue=$$WP.I18N.formatNumber(o,$$WP.CurrentLocale.CurrencyDecimalPlaces,i)),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.min!==n&&o<r.validationSettings.min,t.currencyTooLow),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.max!==n&&o>r.validationSettings.max,t.currencyTooHigh));r._highestPriorityProblem===n&&r.validationSettings.isNumber&&f.length>0&&(e=$$WP.I18N.parseNumber(f),c=!isNaN(e),r._checkIfInvalid(r._highestPriorityProblem===n&&!c,t.notNumber),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.precision===0&&e%1!=0,t.notWholeNumber),c&&r.asLeavingInput&&r._highestPriorityProblem===n&&(r.standardizedInputValue=$$WP.I18N.formatNumber(e,r.validationSettings.precision)),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.min!==n&&e<r.validationSettings.min,t.numberTooLow),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.max!==n&&e>r.validationSettings.max,t.numberTooHigh));r._highestPriorityProblem===n&&r.validationSettings._invalidValues&&f.length>0&&(l=r.validationSettings._invalidValuesErrorStringName?new t(98,r.validationSettings._invalidValuesErrorStringName):t.invalid,r._checkIfInvalid(r.validationSettings._invalidValues.indexOf(f)!==-1,l))},_validateRadioInput:function(){var r=this;r._checkIfInvalid(r.validationSettings.required&&typeof r.inputValue===e,t.empty);r.validationSettings.atLeastOneChecked&&!r.inputValue&&($checkedRadioButtons=r.$form.find(ai+r.inputName+vi),r._checkIfInvalid($checkedRadioButtons.length===0,t.noneChecked));r._highestPriorityProblem===n&&r.validationSettings._invalidValues&&(customValidationProblem=r.validationSettings._invalidValuesErrorStringName?new t(98,r.validationSettings._invalidValuesErrorStringName):typeof r.validationSettings._invalidValuesCustomError===ni&&r.validationSettings._invalidValuesCustomError!==u?new t(98,undefined,i,r.validationSettings._invalidValuesCustomError):t.invalid,r._checkIfInvalid(i,customValidationProblem))},_validateTextInput:function(){var r=this,o,f,e,s,h,c,l;o=r.inputValue.length;f=r.inputValue.trim();r.standardizedInputValue=f;r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.required&&o===0,t.empty);r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.maxLength!==n&&o>r.validationSettings.maxLength,t.tooLong);r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.minLength!==n&&o<r.validationSettings.minLength,t.tooShort);r._checkIfInvalid(r._highestPriorityProblem===n&&r.inputValue!==u&&r.validationSettings.isUSZipCode&&!f.match(v.USZipCodeRegEx),t.notZIP);r.validationSettings.isEmail&&(r.standardizedInputValue=iu(f),f=r.standardizedInputValue);r._checkIfInvalid(r._highestPriorityProblem===n&&r.inputValue!==u&&r.validationSettings.isEmail&&!f.match(v.emailRegEx),t.notEmail);r._highestPriorityProblem===n&&r.validationSettings.isCurrency&&f.length>0&&(e=$$WP.I18N.parseCurrency(f),s=!isNaN(e),r._checkIfInvalid(r._highestPriorityProblem===n&&!s,t.notCurrency),s&&r.asLeavingInput&&r._highestPriorityProblem===n&&(r.standardizedInputValue=$$WP.I18N.formatNumber(e,$$WP.CurrentLocale.CurrencyDecimalPlaces,i)),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.min!==n&&e<r.validationSettings.min,t.currencyTooLow),r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.max!==n&&e>r.validationSettings.max,t.currencyTooHigh));r._highestPriorityProblem===n&&r.validationSettings.isNumber&&f.length>0&&(h=$$WP.I18N.parseNumber(f),r._checkIfValidNumber(h));r._highestPriorityProblem===n&&r.validationSettings.isDate&&f.length>=0&&r._checkIfValidDate(f,r.validationSettings.required);r._highestPriorityProblem===n&&r.validationSettings.isTime&&f.length>0&&(c=$$WP.I18N.parseTime(f),r._checkIfValidTime(c));r._highestPriorityProblem===n&&r.validationSettings._invalidValues&&f.length>0&&(l=r.validationSettings._invalidValuesErrorStringName?new t(98,r.validationSettings._invalidValuesErrorStringName):t.invalid,r._checkIfInvalid(r.validationSettings._invalidValues.indexOf(f)!==-1,l))},_validatePhoneInput:function(){for(var r=this,e,o,f=r.inputValue.trim();f.substring(0,1)==="#";)f=f.substring(1);r.standardizedInputValue=f;o=new RegExp("[-. ()]","g");f=f.replace(o,u);r._checkIfInvalid(r._highestPriorityProblem===n&&(f!==u||r.validationSettings.required===i)&&!$$WPUtil.isValidPhoneNumber(f),t.invalid);r._highestPriorityProblem===n&&r.validationSettings._invalidValues&&f.length>0&&(e=r.validationSettings._invalidValuesErrorStringName?new t(98,r.validationSettings._invalidValuesErrorStringName):t.invalid,r._checkIfInvalid(r.validationSettings._invalidValues.indexOf(f)!==-1,e))},_validateOtherInput:function(){var i=this,r,u;r=i.inputValue.trim();i._highestPriorityProblem===n&&i.validationSettings._invalidValues&&r.length>0&&(u=i.validationSettings._invalidValuesErrorStringName?new t(98,i.validationSettings._invalidValuesErrorStringName):t.invalid,i._checkIfInvalid(i.validationSettings._invalidValues.indexOf(r)!==-1,u))},_checkIfValidNumber:function(i){var r=this,u;u=!isNaN(i);r._checkIfInvalid(r._highestPriorityProblem===n&&!u,t.notNumber);r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.precision===0&&i%1!=0,t.notWholeNumber);u&&r.asLeavingInput&&r._highestPriorityProblem===n&&(r.standardizedInputValue=$$WP.I18N.formatNumber(i,r.validationSettings.precision));r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.min!==n&&i<r.validationSettings.min,t.numberTooLow);r._checkIfInvalid(r._highestPriorityProblem===n&&r.validationSettings.max!==n&&i>r.validationSettings.max,t.numberTooHigh)},_validateDateInput:function(){var i=this,r,f;i.input!==document.activeElement&&(i._checkIfInvalid(i._highestPriorityProblem===n&&i.validationSettings.required&&i.inputValue===u,t.empty),i._checkIfValidDate(i.inputValue,i.validationSettings.required),r=i.inputValue.trim(),i._highestPriorityProblem===n&&i.validationSettings._invalidValues&&r.length>0&&(f=i.validationSettings._invalidValuesErrorStringName?new t(98,i.validationSettings._invalidValuesErrorStringName):t.invalid,i._checkIfInvalid(i.validationSettings._invalidValues.indexOf(r)!==-1,f)))},_checkIfValidDate:function(i,r){var f=this,o,e;if(i!==u||r){if(e=new $$WP.I18N.Date(i,f.inputType),e.DateObject===n||e.isValid()||(f._checkIfInvalid(!e.DayOfMonth.isValid(),t.notDateInvalidDay),f._checkIfInvalid(!e.Month.isValid(),t.notDateInvalidMonth),f._checkIfInvalid(!e.Year.isValid(),t.notDateInvalidYear)),f._checkIfInvalid(e.DateObject===n,t.notFormattedDate),e.DateObject!==n)f.asLeavingInput&&f.inputType===k&&(f.standardizedInputValue=e.isSpilledOver()||!e.Year.isValid()?i:$$WP.I18N.formatPatientGivenDate(e.DateObject)),o=e.DateObject.getTime();else return;f._checkIfInvalid(f._highestPriorityProblem===n&&f.validationSettings.minDate!==n&&o<f.validationSettings.minDate.getTime(),t.dateTooEarly);f._checkIfInvalid(f._highestPriorityProblem===n&&f.validationSettings.maxDate!==n&&o>f.validationSettings.maxDate.getTime()+1,t.dateTooLate)}},_validateTimeInput:function(){var i=this,r;if(i.input!==document.activeElement){if(i.inputValue===u){i._checkIfInvalid(i._highestPriorityProblem===n&&i.validationSettings.required,t.empty);return}r=$$WP.I18N.parse24HrTime(i.inputValue);i._checkIfValidTime(r)}},_checkIfValidTime:function(i){var r=this;r._checkIfInvalid(i===n,t.notTime);i!==n&&r.asLeavingInput&&r.inputType===k&&(r.standardizedInputValue=$$WP.I18N.formatPatientGivenTime(i))},_validateSelectableElement:function(){var n=this,i;n.validationSettings.atLeastOneChecked&&!n.inputValue&&(i=n.$form.find("[data-name='"+n.inputName+"'].selected"),n._checkIfInvalid(i.length===0,t.noneChecked))},_validateCaptcha:function(){var n=this.inputValue.trim();this._checkIfInvalid(this.validationSettings.required&&n.length===0,t.invalidCaptcha)},_validateRetype:function(n){this._checkIfInvalid(this.inputValue!==n.val(),t.invalidRetype)},_evaluateNestedGroups:function(n){var t;return(n||(n=this.$form),t=n.find(si),t.length>0)?(n.safeAttr(y,o),i):r},_evaluateParentGroups:function(){var t=this,u,i,r,n,f,e;if(u=t.$form,i=u.parents(l),i.length!==0)for(r=0;r<i.length;r++)n=$afe.jq(i[r]),f=new rt(JSON.parse(n.safeAttr(ri)||"{}")),f.evaluateNestedGroups&&(t._evaluateNestedGroups(n)||(e=t._findDirectChildInputs(n,yt),t._hasVisibleElement(e)?n.safeAttr(y,o):n.removeAttr(y)))},_findDirectChildInputs:function(n,t){var i;return i=pr(n,t),i||($afe.select(li).length>0?i=n.find("[parent-form='"+n[0].id+bt).filter(t):(i=n.find(t),i=i.filter(function(){return $afe.jq(this).closest(l).is(n)}))),i},_hasVisibleElement:function(n){for(var t=0;t<n.length;t++)if($afe.jq(n.get(t)).is(tt))return i},_updateValidationDisplay:function(){var e="data-invalid-reason",i=this,o,r,c,l,s,h,f,a,v;i.updateAppearance&&(o=(i.inputValue||u)+u,s=i.validationSettings.maxLength||0,h=i.validationSettings.minLength||0,f=o.length,a=i.$input.safeAttr(oi)===ei?ei:i.inputType,l={"@MYCHART@CHARACTERLIMIT@":{Value:f<h?h:s,EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@CHARACTERSUSED@":{Value:f,EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@CHARACTERSREMAINING@":{Value:s-f,EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MINIMUM@":{Value:$$WP.I18N.formatNumber(i.validationSettings.min||0,i.validationSettings.precision),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MAXIMUM@":{Value:$$WP.I18N.formatNumber(i.validationSettings.max||0,i.validationSettings.precision),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@DATEFORMAT@":{Value:i._getDateFormatForDisplay(),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MINDATE@":{Value:$$WP.I18N.formatPatientGivenDate(i.validationSettings.minDate),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MAXDATE@":{Value:$$WP.I18N.formatPatientGivenDate(i.validationSettings.maxDate),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@TIMEFORMAT@":{Value:i._getTimeFormatForDisplay(),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@INPUTTYPE@":{Value:$$WP.Strings.get("Type_"+a,"Core.FormValidation"),EncodingType:$$WP.Strings.EncodingTypes.None}},i.validationSettings.stringsNamespace.addMnemonics(l),i.validationSettings.isDate&&!i.validationSettings.minDate&&(i.validationSettings.minDate="1841-01-01"),i.valid||i._highestPriorityProblem.onlyDisplayIssueOnLeavingInput&&!i.asLeavingInput?(i.$input.removeClass("invalid"),i.$messageDisplay.empty(),i.$messageDisplay.removeAttr(e)):i.removeErrorsOnly||i.valid||(i.$input.addClass("invalid"),c=Number(i.$messageDisplay.safeAttr(e)),v=i.validationSettings.maxLength&&i.validationSettings.maxLength<f,(c!==i._highestPriorityProblem&&i.asLeavingInput||v||i.$input.hasClass("togglebutton"))&&(r=i._highestPriorityProblem.customErrorMessage,(typeof r!==ni||r===u)&&(r=i.validationSettings.stringsNamespace.getString(i._highestPriorityProblem.stringName)),i.$messageDisplay.empty(),i.$messageDisplay.safeAppend($$WP.SimpleTemplates.ValidationMessage(r)),i.$messageDisplay.safeAttr(e,i._highestPriorityProblem))),i.valid&&i.validationSettings.showCharacterCounter&&!i.asLeavingInput&&i.input===document.activeElement&&$$WP.Strings.setDisplayText(i.$messageDisplay.get(0),"CharacterCounter",i.validationSettings.stringsNamespace),i.standardizedInputValue!==n&&i.asLeavingInput&&(i.$input.val(i.standardizedInputValue),i.$input.hasClass("slidervalue")&&(i.standardizedInputValue===u&&i.standardizedInputValue!==o||i.standardizedInputValue!==u&&$$WP.I18N.parseNumber(i.standardizedInputValue)!==$$WP.I18N.parseNumber(o))&&i.$input.trigger("updateslider")),i.$form.is(ti)&&(i.$form.is(pi)?(r=i.validationSettings.stringsNamespace.getString(t.groupInvalid.stringName),i.$groupMessageDisplay.empty(),i.$groupMessageDisplay.safeAppend($$WP.SimpleTemplates.ValidationMessage(r)),i.$groupMessageDisplay.safeAttr(e,t.groupInvalid)):i.$groupMessageDisplay.empty(),i.valid=i.valid&&!i.$form.is(yt)),i.validationSettings.stringsNamespace.clearMnemonics())},_checkIfInvalid:function(t,i){t&&(this._highestPriorityProblem===n||this._highestPriorityProblem.priority>i.priority)&&(this._highestPriorityProblem=i)},_checkIfGroupInvalid:function(n,t){var r="data-invalid-no-error",u,i=this.$form;n?(i.safeAttr(y,o),t?i.safeAttr(r,o):i.removeAttr(r)):(u=this._findDirectChildInputs(i,"input[data-invalid], select[data-invalid], textarea[data-invalid], .selectable [data-invalid]"),this._hasVisibleElement(u)?(i.safeAttr(y,o),t&&i.safeAttr(r,o)):i.removeAttr(y).removeAttr(r))},_checkIfHasValue:function(n){var t=hi(n.first());if(t===ft)return n.val()!==JSON.parse(n.safeAttr(it)).nullValue;if(t===a||t===p)return n.is(":checked");if(t===k||t===vt||t===at||t===lt||t===ht||t===fi)return n.val().length>0;if(t===ct)return n.hasClass("selected");if(t===kt)return n.find("#g-recaptcha-response").val().length>0;$$WP.Debug.logError(this.input+gi)},_getDateFormatForDisplay:function(){return $$WP.I18N.DateFormat.toLowerCase().replace(/d+/g,this.validationSettings.stringsNamespace.getString("DD")).replace(/m+/g,this.validationSettings.stringsNamespace.getString("MM")).replace(/y+/g,this.validationSettings.stringsNamespace.getString("YYYY"))},_getTimeFormatForDisplay:function(){return $$WP.I18N.TimeFormat.toLowerCase().replace(/h+/g,this.validationSettings.stringsNamespace.getString("HH")).replace(/m+/g,this.validationSettings.stringsNamespace.getString("MI")).replace(/t+/g,this.validationSettings.stringsNamespace.getString("TT"))},_checkProperStructure:function(){var u="maxlength",f='"].required',n=this,t,o,s,h,c;return!n.checkStructure||n._domHasProperStructure?i:(t=i,typeof n.inputName===e&&($$WP.Debug.logError(n.input+" needs to specify the 'name' or 'data-name' attribute"),t=r),n.$messageDisplay.length===0&&($$WP.Debug.logError(n.input+" needs to have a message display element specified using the data-message-display-for attribute."),t=r),n.$form.length===0&&($$WP.Debug.logError(n.input+" needs to be in a <form> or validation-group to make use of the form validation framework."),t=r),n.validationSettings.required&&typeof n.inputName!==e&&ur(n.$input)&&(o=n.$form.find('label[for="'+n.$input.safeAttr("id")+f),o.length===0&&(s=n.$input.closest(bi).find("legend.required"),s.length===0&&(h=n.$input.closest('[role="radiogroup"]'),c=n.$form.find('[id="'+h.safeAttr("aria-labelledby")+f),c.length===0&&($$WP.Debug.logError(n.input+" is required, but no associated <label> or <legend> element has the 'required' CSS class"),t=r)))),n.validationSettings.isNumber&&!n.input.hasAttribute(u)&&n.$input.safeAttr(u,15),n._domHasProperStructure=t,t)},_findInputsWithSameName:function(){var n=this,t=$();return n.inputType===a?t=n.$form.find(yi+n.inputName+'"], input[type="checkbox"][data-name="'+n.inputName+nt):n.inputType===ct?t=n.$form.find('[name="'+n.inputName+'"], [data-name="'+n.inputName+nt):n.inputType===ft?t=n.$form.find('select[name="'+n.inputName+'"], select[data-name="'+n.inputName+nt):n.inputType===p&&(t=n.$form.find(ai+n.inputName+'"], input[type="radio"][data-name="'+n.inputName+nt)),t.add(n.$input)}};v.USZipCodeRegEx=/^(\d{5}(-?\d{4})?)$/;v.emailRegEx=/^[A-Za-z0-9\xC0-\xFFƒŠŒŽšœžŸ._$!#&'*/=?^`{|}~%+-]{1,64}@[A-Za-z0-9\xC0-\xFFƒŠŒŽšœžŸ.-]+\.[A-Za-z\xC0-\xFFƒŠŒŽšœžŸ]{2,18}$/;var fr=function(n,t,f){var b="placeholder",h,o,c,s,g,v,nt,y,w=r;for(d=new Map,h=n.find(dt),o=0;o<h.length;o++){if(c=h.get(o),s=$afe.jq(c),v=s.safeAttr(ui),y=s.safeAttr(oi),f){if(v===nt){if(y===p||w)continue}else w=r;y===a&&s.is(tt)&&(w=i)}c.type===k&&JSON.parse(s.safeAttr(it)).isDate===i&&s.attr(b)!==$$WP.I18N.getDateFormatForDisplay()&&s.safeAttr(b,$$WP.I18N.getDateFormatForDisplay());yr(s);g=typeof s.safeAttr("data-initially-invalid")!==e;et(h.get(o),r,t||g,i,i);nt=v}h.length>0&&(d.forEach(function(n,t){if(f)for(o=0;o<n.length;o++)t.id===u&&(t.id=wr()),$afe.jq(n[o]).safeAttr("parent-form",t.id);ot($afe.jq(t),i)}),$$WP.Utilities.UI&&$$WP.Utilities.UI.MatchColumnHeights());n.is(l)&&ot(n,i);d.clear()},ot=function(n,t){var y="disabled",v,o,w,d,k,nt,a,p,s,f;if(n.length===0)return $$WP.Debug.logError("Inputs need to be in a <form> or validation-group to make use of the form validation framework"),r;if($afe.select(li).length>0?v=n.find("[data-invalid]:not([data-invalid-ignore])[parent-form='"+n.safeAttr("id")+bt).filter(tt):(v=n.find("[data-invalid]:not([data-invalid-ignore])").filter(tt),v=v.filter(function(){return $afe.jq(this).parent().closest(l).is(n)})),w=n.is(si),t){if(o=sr(n),o.length===0?$$WP.Debug.logError("Buttons to save or continue the workflow need to be marked with the data-disable-if-invalid property to prevent submission of invalid inputs."):o.filter(function(){return $afe.jq(this).closest(l).is(n)}).length===0&&(w||(d=!ot(n.parents(l),r))),$$WP.Strings.setDefaultNamespace(st),a=u,p=u,v.length>0||w||d)for(o.addClass(y),o.prop(y,i),s=0;s<o.length;s++)f=$afe.jq(o[s]),f.hasClass(y)||f.safeAttr(b,f.safeAttr(c)),p=f.safeAttr(g)||f.text(),$$WP.Strings.addMnemonic(ut,p,u),a=$$WP.Strings.getForTemplate(gt).toString(),f.safeAttr(h)&&f.safeAttr(h)!==f.safeAttr(g)||f.safeAttr(h,a),f.safeAttr(c,a),$$WP.Strings.removeMnemonic(ut);else for(o.removeClass(y),o.prop(y,r),s=0;s<o.length;s++)f=$afe.jq(o[s]),p=f.safeAttr(g)||f.text(),$$WP.Strings.addMnemonic(ut,p,u),a=$$WP.Strings.getForTemplate(gt).toString(),f.safeAttr(h)&&f.safeAttr(h)!==a||(f.safeAttr(g)?f.safeAttr(h,f.safeAttr(g)):f.removeAttr(h)),f.safeAttr(c)&&f.safeAttr(c)!==a||(f.safeAttr(b)?(f.safeAttr(c,f.safeAttr(b)),f.removeAttr(b)):f.safeAttr(h)?f.safeAttr(c,f.safeAttr(h)):f.removeAttr(c)),$$WP.Strings.removeMnemonic(ut);$$WP.Strings.clearDefaultNamespace()}return k=n.safeAttr(ri),nt=typeof k!==e&&JSON.parse(k).evaluateParentGroups,nt&&ot(n.parents(l),i),v.length!==0?r:w?r:i},br=function(t,i,f,e,o,s){var h=t.safeAttr(nr),l;if(typeof h==typeof undefined||h===r){console.error("updateButtonAfterValidation should only be called on button which has data-disable-if-invalid attribute.");return}if(i===undefined||i===u||i===n){console.error("updateButtonAfterValidation should always expect a button value.");return}(dr(t,i),gr(t,e,i),$$WP.Strings.setDefaultNamespace(st),$$WP.Strings.addMnemonic(ut,i,u),l=$$WP.Strings.getForTemplate(gt).toString(),$$WP.Strings.removeMnemonic(ut),$$WP.Strings.clearDefaultNamespace(),t.safeAttr(c)!==l)&&(er(t,o,f,i),or(t,s,e,i))},kr=function(n){n&&n.length!==0&&(er(n,i),or(n,i),n.removeAttr(g))},dr=function(n,t){n[0].tagName.toLowerCase()==="button"?n.text(t):n.safeAttr(g,t)},gr=function(t,r,f){var e=t.safeAttr(b);e!==undefined&&e!==u&&e!==n&&(r!==undefined&&r!==u&&r!==n?t.safeAttr(b,r):clearAria===i?t.removeAttr(b):t.safeAttr(b,f))},er=function(t,r,f,e){r===i?t.removeAttr(h):f!==undefined&&f!==u&&f!==n?t.safeAttr(h,f):t.safeAttr(h,e)},or=function(t,r,f,e){r===i?t.removeAttr(c):f!==undefined&&f!==u&&f!==n?t.safeAttr(c,f):t.safeAttr(c,e)},sr=function(n){var t;return n.length===0?n:(t=n.find("[data-disable-if-invalid]"),t=t.filter(function(){return $afe.jq(this).closest(l).is(n)}),t.length===0?sr(n.parents(l)):t)},nu=function(n,t,u){var s,o;if(n.length===0)return $$WP.Debug.logError("Cannot add error without input"),r;s=n.safeAttr(it);o=typeof s===e?new f:new f(JSON.parse(s));o._invalidValues=o._invalidValues||[];o._invalidValues.push(n.val());o._invalidValuesErrorStringName=t;o._invalidValuesCustomError=u;n.safeAttr(it,o.toJSON());et(n,i,i)},tu=function(n,t){et(n,i,t)},iu=function(n){return n=n.replace("‘","'"),n.replace("’","'")},ru=function(n){return ci+n.toJSON()+" "},hr=function(n){return' data-message-display-for="'+n+'"'},uu=function(n,t){var i,r;return i=' id="'+n+'_message" ',r=' aria-live="polite" ',typeof t!==ni&&(t=u),t.indexOf('class="')===-1&&(t+=' class="messagedisplay" '),new Handlebars.SafeString("<div"+i+r+hr(n)+t+"><\/div>")},fu=function(){return" data-disable-if-invalid "},eu=function(n){return" data-validation-group="+n.toJSON()},ou=function(){return ci+f.Required.toJSON()},su=function(){et($afe.select(".mychart-captcha"),r,i,r)};s.initializeDOMSubtree=fr;s.checkIfFormIsValid=ot;s.updateButtonAfterValidation=br;s.resetButtonToDefaultTooltip=kr;s.addValidationError=nu;s.resetValidationErrorForAnInput=tu;s.ValidationSettings=f;s.ValidationProblem=t;s.ValidationGroup=rt;s.InputValidator=v;s.Handlebars={validationSettingsAttribute:ru,messageDisplay:uu,messageDisplayForAttribute:hr,disableIfInvalidAttribute:fu,validationGroupAttribute:eu,validationRequiredAttribute:ou};s.ResetReCaptcha=su;$$WP.FormValidation=s;$afe.onDocumentReady(cr)})();intKeepAliveCnt=0;typeof WP=="undefined"&&(WP={});typeof WP.Events=="undefined"&&(WP.Events={TRANSITION_END_STR:"webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend"},WP.Events.addListener=function(n,t,i,r){var u,f;if(!n)return!1;f=function(n,t,i){return function(r){i(r);WP.Events.removeListener(n,t,u)}};u=r===!0?f(n,t,i):i;WP.Events.getAttacher(!1,n,t)(u)},WP.Events.removeListener=function(n,t,i){if(!n)return!1;WP.Events.getAttacher(!0,n,t)(i)},WP.Events.fireEvent=function(n,t,i){if(!n)return!1;n.fireEvent?n.fireEvent("on"+t):(i=i||document.createEvent("Event"),i&&(i.initEvent(t,!0,!0,window),n.dispatchEvent(i)))},WP.Events.getAttacher=function(n,t,i){var r=!0,f="function",u="on",e=t.tagName==="IFRAME",h,c,o,s;return(s=(t.nodeName||t.tagName||"").toLowerCase(),h=function(n){var r,f;if(r=t.WPEvents[u+i],r)for(f=0;f<r.length;f+=1)if(r[f]===n){r.splice(f,1);return}},c=function(n){var r=u+i,e;t.WPEvents||(t.WPEvents={});e=t.WPEvents[r];e||(t.WPEvents[r]=[],e=t.WPEvents[r],typeof t[r]===f&&(e[0]=t[r]),t[r]=WP.Events.handle(t,r));e[e.length]=n},o=function(){return n===r?h:c},i.indexOf("load")>-1&&(e?t=window[t.name]:t===document.body&&(t=window)),t.attachEvent)?(i==="click"&&typeof t.onclick!==f&&s==="a"&&(t.onclick=function(){return!1}),n===r?function(n){t.detachEvent(u+i,n)}:function(n){t.attachEvent(u+i,n)}):t.addEventListener?(e&&(t=window[t.name]||parent.window[t.name]),i==="click"&&typeof t.onclick!==f&&s==="a"&&(t.onclick=function(){return!1}),e&&i.indexOf("load")>-1?o():n===r?function(n){t.removeEventListener(i,n,r)}:function(n){t.addEventListener(i,n,r)}):o()},WP.Events.getThis=function(n){var t=n||window.event;return t?t.target||t.srcElement:null},WP.Events.handle=function(n,t){return function(i){var u,r=!0,f=n[t];for(i=i||window.event,u=0;u<f.length;u+=1)try{if(r=f[u](i),r==="false")return!1;if(typeof r=="string"&&r.length>0)return r}catch(e){}return r}},WP.Events.cancelEvent=function(n){return(n=n||window.event,!n)?!1:(n.cancelBubble=!0,n.stopPropagation&&n.stopPropagation(),!1)},WP.Events.preventDefault=function(n){return(n=n||window.event,!n)?!1:(n.returnValue=!1,n.preventDefault&&n.preventDefault(),!1)},WP.Events._beforeUnloadMessage="If you leave this page you will lose your changes.",WP.Events.beforeUnload=function(){return WP.Events.cancelBeforeUnload(),WP.Events.hasChanges=!0,WP.Events.restoreUnload=!1,WP.Events.cancelBeforeUnload},WP.Events.cancelBeforeUnload=function(n){try{n!==!0&&(n=!1);WP.Events.hasChanges=!1;WP.Events.restoreUnload=n}catch(t){}},WP.Events.beforeUnload.alreadyRan=!1,WP.Events.beforeUnload.trigger=function(){WP.Events.beforeUnload.alreadyRan=!1},WP.Events.registerBeforeUnloadMessage=function(n){var t="beforeunload";WP.Events._beforeUnloadMessage=n;WP.Events.removeListener(window,t,WP.Events._beforeUnloadFun);WP.Events.addListener(window,t,WP.Events._beforeUnloadFun)},WP.Events.showBeforeUnloadMessage=function(n){var t=!0;return WP.Events.hasChanges!==t?!1:WP.Events.beforeUnloadHold===t?!1:WP.Events.beforeUnload.alreadyRan===t&&n===t?!1:t},WP.Events._beforeUnloadFun=function(n){if(!WP.Events.showBeforeUnloadMessage(!0)){WP.Events.restoreUnload&&WP.Events.beforeUnload();return}return n=n||window.event,WP.Events.beforeUnload.alreadyRan=!0,window.setTimeout(WP.Events.beforeUnload.trigger,5e3),n.returnValue=WP.Events._beforeUnloadMessage,WP.Events._beforeUnloadMessage},WP.Events.addListener(window,"beforeunload",WP.Events._beforeUnloadFun),WP.Events.addClassOnEvent=function(n,t,i,r,u,f){var e="string";return!n||typeof n.className!==e?!1:typeof i!==e||i.length<1?!1:(t&&typeof t.className===e||(t=n),f=f===!0,typeof r===e&&r.length>0&&WP.Events.addListener(n,r,function(){applyClass(t,i)},f),typeof u===e&&u.length>0&&WP.Events.addListener(n,u,function(){removeClassNames(t,i)},f),!0)});var formatDate=buildFormat(getDateFormat()),formatTime=buildFormat(getTimeFormat()),parseDate=buildDateParser(getDateFormat()),formatHour=buildFormat(getTimeFormat().replace(/[^hH]/g,"")),formatMinute=buildFormat(getTimeFormat().replace(/[^m]/g,""));$$WP=$$WP||{};$$WP.Currency=$$WP.Currency||{};$$WP.Currency.Helpers={currencyToNumber:function(n){n+="";var t=this._removePatternBasedCurrencyFormatting(n);return isNaN(t)&&(t=this._removeBasicCurrencyFormatting(n)),+t},numberToCurrency:function(n,t,i){var r=this,f,e,u;return isNaN(n)&&(n=r.currencyToNumber(n),isNaN(n))?"":(u=r._splitNumberString(n),e=i?u.rawInteger:r._addGroupSeparator(u.integer),f=r._adjustFractionDecimalPlaces(u.fraction,t),i?r._getRawNumberString(e,f,u.isNegative):r._formatToPattern(e,f,u.isNegative))},getLocaleCurrencySymbol:function(){return $$WP.CurrentLocale.CurrencySymbol},isSymbolBeforeValue:function(){var n=$$WP.CurrentLocale.CurrencyPositivePattern;return n.indexOf("n")>n.indexOf("$")},_addGroupSeparator:function(n){var t=[];if($$WP.CurrentLocale.CurrencyGroupSize&&$$WP.CurrentLocale.CurrencyGroupSize>0){while(n.length>$$WP.CurrentLocale.CurrencyGroupSize)t.unshift(n.substr(-$$WP.CurrentLocale.CurrencyGroupSize)),n=n.substr(0,n.length-$$WP.CurrentLocale.CurrencyGroupSize);t.unshift(n);n=t.join($$WP.CurrentLocale.GroupSeparator)}return n},_adjustFractionDecimalPlaces:function(n,t){if(t)if(n.length>$$WP.CurrentLocale.CurrencyDecimalPlaces)n=n.substr(0,$$WP.CurrentLocale.CurrencyDecimalPlaces);else while(n.length<$$WP.CurrentLocale.CurrencyDecimalPlaces)n+="0";else n="";return n},_formatToPattern:function(n,t,i){var r,u=this._getRawNumberString(n,t);return i?(r=$$WP.CurrentLocale.CurrencyNegativePattern.replace(/n/,u),r=r.replace(/\$/,$$WP.CurrentLocale.CurrencySymbol)):(r=$$WP.CurrentLocale.CurrencyPositivePattern.replace(/n/,u),r=r.replace(/\$/,$$WP.CurrentLocale.CurrencySymbol)),r},_getRawNumberString:function(n,t,i){var r=n;return t&&(r=r+$$WP.CurrentLocale.DecimalSeparator+t),i?"-"+r:r},_getValueFromPattern:function(n,t){var f=t.indexOf("n"),r=t.substr(0,f),u=t.substr(f+1),i=n;return i.length>0&&r.length>0&&(i=i.substr(0,r.length)===r?i.substr(r.length):""),i.length>0&&u.length>0&&(i=i.substr(i.length-u.length)===u?i.substr(0,i.length-u.length):""),$.isNumeric(i)?parseFloat(i):NaN},_removePatternBasedCurrencyFormatting:function(n){var r=this,t=n,i;return $$WP.CurrentLocale.CurrencySymbol!=="$"&&(t=r._replaceStringHelper(t,$$WP.CurrentLocale.CurrencySymbol,"$")),$$WP.CurrentLocale.GroupSeparator&&(t=r._replaceStringHelper(t,$$WP.CurrentLocale.GroupSeparator,"")),$$WP.CurrentLocale.DecimalSeparator!=="."&&(t=r._replaceStringHelper(t,$$WP.CurrentLocale.DecimalSeparator,".")),i=NaN,$$WP.CurrentLocale.CurrencyNegativePattern&&(i=r._getValueFromPattern(t,$$WP.CurrentLocale.CurrencyNegativePattern),isNaN(i)||(i=i*-1)),isNaN(i)&&$$WP.CurrentLocale.CurrencyPositivePattern&&(i=r._getValueFromPattern(t,$$WP.CurrentLocale.CurrencyPositivePattern)),i},_removeBasicCurrencyFormatting:function(n){var i=$$WP.CurrentLocale.CurrencySymbol,r=$$WP.CurrentLocale.GroupSeparator,u=new RegExp((i==="$"?"\\":"")+i+"|"+(r==="."?"\\":"")+r,"g"),t=n;return t=t.replace(u,""),t=t.replace($$WP.CurrentLocale.DecimalSeparator,"."),$.isNumeric(t)?parseFloat(t):NaN},_replaceStringHelper:function(n,t,i){if(!t)return n;var r=new RegExp(t,"g");return n.replace(r,i)},_splitNumberString:function(n){var i,u,t,f,r;return r=n.toString(),t="0",u="",f=!1,i=r.indexOf("."),i>-1?(i&&(t=r.substr(0,i)),u=r.substr(i+1)):t=r,t.substr(0,1)==="-"&&(f=!0,t=t.substr(1)),{integer:t,fraction:u,isNegative:f,rawInteger:parseInt(t)}}};$$WP.Svg=$$WP.Svg||{};$$WP.Svg.Helpers={libraries:{},loadSingleSvgIcon:function(n){var t,i;n.hasChildNodes()||(t=this._parseIconReference(n.getAttribute("xlink:href")),i=this._getIcon(t.libraryPath,t.iconName),i!==null&&this._setIcon(n,i))},_loadLibrary:function(n){var t;n in this.libraries||(t=this._setLibrary.bind(this,n),$.ajax({url:n,type:"GET",async:!1,data:{},datatype:"xml",success:t,error:function(){return}}))},_setLibrary:function(n,t){t!==null&&(this.libraries[n]=t.getElementsByTagName("svg")[0])},_parseIconReference:function(n){var t=n.indexOf("#");return{libraryPath:n.substring(0,t),iconName:n.substring(t)}},_getIcon:function(n,t){var i=this,r,f,u;i._loadLibrary(n);try{r=i.libraries[n].querySelector(t)}catch(e){return null}return i._tagIsReference(r)&&(u=r.firstElementChild.getAttribute("xlink:href"),u===null&&(u=r.firstElementChild.getAttribute("href")),u!==null)?(f=i._parseIconReference(u),i._getIcon(f.libraryPath||n,f.iconName)):r},_setIcon:function(n,t){var r,u,i;for(r=createElement("svg"),u=$afe.jq(r),u.safeAttr("viewBox",t.getAttribute("viewBox")),u.safeAttr("focusable","false"),i=t.firstElementChild;i!==null;)r.appendChild(i.cloneNode(!0)),i=i.nextElementSibling;n.appendChild(r)},_tagIsReference:function(n){return n&&n.childElementCount===1&&n.firstElementChild.tagName==="use"}};typeof WP=="undefined"&&(WP={});typeof WP.Comm=="undefined"&&(WP.Comm={});WP.Comm.RESPONSETYPE_COMPLETE=2;WP.Comm.RESPONSETYPE_CONTENTONLY=1;WP.Comm.logOut=function(n,t,i,r){var f="function",o,s,u,e;return t=t===!0,r=r===!0,i=i||"bye.asp",typeof n===f||t||WP.Comm.clearLoggedInStorage(),s=makeLink("Home/LogOut?doRedirect="+(t?"true":"false")+"&logoutPage="+(i||"")),r&&typeof WP.Events.cancelBeforeUnload===f&&WP.Events.cancelBeforeUnload(),typeof closeAllWindows===f&&closeAllWindows(),t?e=function(){WP.Comm.delayKeepAliveForLogout();window.location=s;typeof n===f&&n();WP.Comm.postLogoutOperations()}:(WP.Comm.logOut.count=0,o=typeof n!==f?WP.Comm.postLogoutOperations:function(t){var r=t.indexOf('http-equiv="refresh"'),i;r>-1&&(i=t.indexOf("url=",r)+4,u=t.substring(i,t.indexOf('"',i)),u.substr(0,1)==="."&&(u=u.substr(2)),u=HTMLUnencode(u));++WP.Comm.logOut.count==2&&(delete WP.Comm.logOut.count,n(u||""));WP.Comm.postLogoutOperations()},e=function(){WP.Comm.delayKeepAliveForLogout();$.ajax({url:s,method:"GET",success:o});$.ajax({url:makeLink(i),method:"GET",success:o})}),$$WP.IsPendingAJAXRequests?($$WP.PendingAJAXCallBack=e,window.setTimeout(function(){$$WP.PendingAJAXCallBack!==null&&typeof $$WP.PendingAJAXCallBack===f&&($$WP.PendingAJAXCallBack(),$$WP.PendingAJAXCallBack=null)},6e3)):e(),!1};WP.Comm.logOut.numExecutions=0;WP.CH5=String.fromCharCode(5);WP.Comm.clearLoggedInStorage=function(){var n="OSScheduledCSNs",t="OSApptCountDte",i="OSApptCount",r=localStorage.getItem(i),u=localStorage.getItem(t),f=localStorage.getItem(n);WP.Comm.clearStorage();localStorage.setItem(i,r);localStorage.setItem(t,u);localStorage.setItem(n,f)};WP.Comm.clearStorage=function(){sessionStorage.clear()};WP.Comm.postLogoutOperations=function(){var n=sessionStorage.IEHyperspaceLaunch==="true";WP.Comm.clearLoggedInStorage();n&&window.open("","_self").close()};WP.Comm.startKeepAlive=function(){window.setTimeout(WP.Comm.keepAlive,3e4)};WP.Comm.delayKeepAliveForLogout=function(){WP.Comm.keepAlive.delayForLogout=2};WP.Comm.keepAlive=function(){var t=0,n=function(n){n==="0"?logOut():++t==2&&WP.Comm.startKeepAlive()};if(window.location.href.indexOf("publicforms.asp")===-1){if(WP.Comm.keepAlive.delayForLogout>0){--WP.Comm.keepAlive.delayForLogout;WP.Comm.startKeepAlive();return}++WP.Comm.keepAlive.counter;typeof intKeepalive=="function"&&intKeepalive();$.ajax({url:makeLink("keepalive.asp?cnt="+WP.Comm.keepAlive.counter),success:n,method:"GET",global:!1});window.location.href.indexOf("termpage.asp")===-1&&window.location.href.indexOf("oeinside.asp")===-1&&$.ajax({url:makeLink("Home/KeepAlive?cnt="+WP.Comm.keepAlive.counter),success:n,method:"GET",global:!1})}};WP.Comm.keepAlive.counter=0;WP.Comm.keepAlive.delayForLogout=0;typeof Array.prototype.forEach!="function"&&(Array.prototype.forEach=function(n){for(var t=0;t<this.length;t++)n(this[t],t,this)});WP=WP||{};typeof WP.Utils=="undefined"&&(WP.Utils={});WP.Utils.iterateFind=function(n,t,i){for(var r=i;t(r)!==!0;)r=n(r);return r};WP.Utils.iterateFindNext=function(n,t,i){return WP.Utils.iterateFind(n,t,n(i))};WP.Utils.bind=function(n,t){return n.bind?n.bind(t):function(){return n.apply(t,arguments)}};WP.Utils.parseXml=function(n){if(window.DOMParser)return(new DOMParser).parseFromString(n,"text/xml");var t=new ActiveXObject("Microsoft.XMLDOM");return t.async="false",t.loadXML(n),t};WP.Utils.map=function(n,t){for(var r=[],i=0;i<t.length;i++)r.push(n(t[i]));return r};WP.Utils.foreach=function(n,t){for(var i=0;i<n.length;i++)t(n[i])};WP.Utils.sortFromKey=function(n){return function(t,i){return n(t)-n(i)}};WP.Utils.dte2date=function(n){var r=new Date,t,i;return r.setUTCFullYear(1970,0,1),r.setUTCHours(0,0,0,0),t=new Date(r.valueOf()+(n-47117)*864e5),i=new Date,i.setFullYear(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()),i.setHours(0,0,0,0),i};WP.Utils.date2dte=function(n){var t=new Date,i=new Date;return t.setUTCFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t.setUTCHours(0,0,0,0),i.setUTCFullYear(1970,0,1),i.setUTCHours(0,0,0,0),(t-i)/864e5+47117};WP.Utils.iso2date=function(n){if(n=(n||"").trim(),n.length===0)return null;var t=new Date(n),i=new Date;return i.setFullYear(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()),i.setHours(0,0,0,0),i};WP.Utils.Xml2js=function(){var n=this;n.rename={};n.attr_rename={};n.array_tags={};n.kv_tags={};n.recurse=!0;n.attrs=!0;n.attrs_key="_attr";n.attrs_nochild=!1;var t=function(n){for(var i=n.childNodes,t=0;t<i.length;t++)if(i[t].nodeType===document.ELEMENT_NODE)return!0;return!1},i=function(n){for(var i=n.childNodes,t=0;t<i.length;t++)if(i[t].nodeType===document.TEXT_NODE)return i[t];return null},r=function(n){for(var r,i={},t=0;t<n.attributes.length;t++)r=n.attributes[t],i[r.name]=r.value;return i};n.convert=function(n){for(var e=this,u,s,c,f,a,o={},l=n.childNodes,h=0;h<l.length;h++)if(u=l[h],u.nodeType===document.ELEMENT_NODE){if(t(u))if(e.recurse)s=e.convert(u);else return;else u.normalize(),c=i(u),s=c?c.nodeValue:u.nodeValue;f=u.tagName;f in e.rename&&(f=e.rename[f]);u.tagName in e.array_tags?(f in o||(o[f]=[]),o[f].push(s)):u.tagName in e.kv_tags?(f in o||(o[f]={}),a=e.kv_tags[u.tagName],o[f][a(u)]=s):o[f]=s}return e.attrs&&(o[e.attrs_key]=r(n)),o}};WP.Utils.base16dec=function(n){for(var i=[],t=0;t<n.length;t+=2)i.push(16*parseInt(n.substring(t,t+1),16)+parseInt(n.substring(t+1,t+2),16));return WP.Utils.map(String.fromCharCode,i).join("")};WP.Utils.base16enc=function(n){for(var i=[],t=0;t<n.length;t++)i.push(n.charCodeAt(t).toString(16));return i.join("")};WP.Utils.minifyElement=function(n){n.contents().filter(function(){var n=$afe.jq(this);return n.is(".section .report")?!1:this.nodeType===3?!/\S/.test(this.nodeValue):(n.children().length>0&&WP.Utils.minifyElement(n),!1)}).remove()};WP.Utils.b64EncodeUnicode=function(n){return btoa(encodeURIComponent(n).replace(/%([0-9A-F]{2})/g,function(n,t){return String.fromCharCode("0x"+t)}))};$$WP.Strings.getNamespace("accesslogs.clinician").addStrings({ColumnLabelAccessor:"Accessed By",ColumnLabelAccessTime:"Date Accessed",ColumnLabelProviderDept:"Department",ColumnLabelProviderType:"Provider Type",NoData:"No one from your clinic has accessed your chart in the past @MYCHART@MaxDays@ days.",ProviderPopupLinkDescription:"View details about @MYCHART@ProviderName@",Title:"Clinical Staff"});$$WP.Strings.getNamespace("accesslogs.common").addStrings({AllLoaded:"There are no more entries to show.",LoadingAlert:"Loading...",LoadMore:"Load more entries",PreText:"This page allows you to see who has accessed your medical record.",Title:"Who's Accessed My Record?"});$$WP.Strings.getNamespace("accesslogs.portal").addStrings({ActionDownloaded:"Downloaded",ActionPHR:"Requested by Lucy",ActionProxyAccess:"Accessed",ActionSelfLogin:"Logged in",ActionShareEverywhereLogin:"Logged in to Share Everywhere",ActionTransmitted:"Transmitted",ActionTransmittedToRecipient:"Transmitted to @MYCHART@Recipient@",ActionViewed:"Viewed",ColumnLabelAccessor:"Accessed By",ColumnLabelAccessTime:"Time Accessed",ColumnLabelAction:"Action Taken",ColumnLabelWhat:"Type of Data Accessed",NoData:"No @MYCHART@APPTITLE@ users have accessed your complete record or viewed, downloaded, or sent any visit summaries.",Title:"@MYCHART@APPTITLE@ Users",WhatCCD:"Your record summary",WhatPHR:"Your record summary",WhatProxyAccess:"Your record",WhatSelfLogin:"Your record",WhatShareEverywhereLogin:"",WhatVisit:"Summary of @MYCHART@VisitType@ on @MYCHART@VisitDate@",WhatVisitAll:"All visits to this date",WhatVisitAllToDate:"All visits through @MYCHART@VisitDateRangeEnd@",WhatVisitRange:"Summary of visits (@MYCHART@VisitDateRange@)"});$$WP.Strings.getNamespace("accesslogs.thirdparty").addStrings({ColumnLabelAccessor:"Accessed By",ColumnLabelAccessTime:"Time Accessed",ColumnLabelAction:"Type of Data Accessed",NoData:"No third-party applications have accessed your medical information.",Title:"Third-Party Apps"});$$WP.Strings.getNamespace("accountdetails").addStrings({actionAccountInfo:"Account info",actionCharges:"Details",actionCommunications:"Statements\r\n",actionOverview:"Overview",actionPayments:"Payments",adjustmentAmountHeader:"Charge Amount",adjustmentNoPayments:"No payments made",adjustmentVisitListHeader:"Miscellaneous Charges",adjustmentVisitListPreText:"These charges are not related to visit accounts.",adjustmentVisitListSubTotal:"Your total miscellaneous charges balance:",advanceBillVisitListHeader:"Advance Billed Accounts",advanceBillVisitListPreText:"These accounts contain charges that require payment in advance. You will be responsible for any additional charges billed at the end of the month.",advanceBillVisitListSubTotal:"Your total balance of advance bill visit accounts:",backToEstimates:"Back to Estimates",backToSummary:"Back to Billing Summary",badDebtAccountTooltip:"This visit account is with a collections agency",badDebtVisitListHeader:"Visit Accounts with Collections Agency",badDebtVisitListPreText:"These accounts will not appear on your statements.",badDebtVisitListSubTotal:"Your total balance of visit accounts with a collections agency:",billedToInsuranceDefinition:"The amount sent to your insurance. The @MYCHART@INSURANCECOVEREDTERM@, @MYCHART@REMAININGRESPONSIBILITYTERM@, and any @MYCHART@INSURANCEOWESTERM@ amounts will add up to this amount.",billedToInsuranceLabel:"Billed to Insurance",billingSystemHBWithID:"Hospital Services for Guarantor #@MYCHART@GUARANTORIDHB1@",billingSystemHBWithIDAndType:"Hospital Services for Guarantor #@MYCHART@GUARANTORIDHB2@ - @MYCHART@GUARANTORTYPEHB2@",billingSystemPBWithID:"Physician Services for Guarantor #@MYCHART@GUARANTORIDPB1@",billingSystemPBWithIDAndType:"Physician Services for Guarantor #@MYCHART@GUARANTORIDPB2@ - @MYCHART@GUARANTORTYPEPB2@",billingSystemSBOWithID:"Physician and Hospital Services for Guarantor #@MYCHART@GUARANTORIDSBO1@",billingSystemSBOWithIDAndType:"Physician and Hospital Services for Guarantor #@MYCHART@GUARANTORIDSBO2@ - @MYCHART@GUARANTORTYPESBO2@",chargeContestedTooltip:"This service is currently under review. Your responsibility could change based on the resolution of this review.",chargeDetailsHeader:"Detailed Account Information",chargeGroupContestedTooltip:"This group contains services currently under review. Your responsibility could change based on the resolution of this review.",chargeGroupViewingDetails:"Full details for this charge group.",chargeOweHeader:"Charge balance",chargeWithCode:"@MYCHART@CHARGENAME2@ - @MYCHART@CHARGECODE2@",chargeWithQuantity:"@MYCHART@CHARGENAME1@ - quantity: @MYCHART@CHARGEQUANTITY1@",chargeWithQuantityAndCode:"@MYCHART@CHARGENAME3@ - quantity: @MYCHART@CHARGEQUANTITY3@ - @MYCHART@CHARGECODE3@",coinsuranceDefinition:"A percentage amount you pay for covered services.",coinsuranceLabel:"Coinsurance",contestedChargeHeader:"Charges Under Review",contestedPaymentHeader:"Payments Under Review",copayDefinition:"A set amount you pay for a covered service.",copayLabel:"Copay",coverageHelpLink:"Learn more",coverageHelpLinkScreenReaderLabel:"Learn more about the Benefits Summary from Your Insurance",coveragePaymentDetailsHeader:"Coverage details for this insurance payment",coveragePopupTitle:"What is Your Benefits Summary?",coverageSectionHeader:"Benefits Summary from Your Insurance",coverageSummaryExplanation:"The benefits summary uses information from insurance payments to help explain your expected responsibility for billed services. You may have also received an Explanation of Benefits directly from your insurance that has more details. If you have additional questions about payments from your insurance, you should contact your insurance provider.",coverageTermsHeader:"Benefits Summary Definitions",customerServiceHeader:"Questions",customerServiceLink:"Contact customer service",customerServicePhone1:"Contact Information:<br> Phone:     1-855-919-6097<br>Email:     BillingInquiry@ahs.ca<br>Fax:     780-735-1736 ",customerServicePhone2:"Call @MYCHART@CUSTOMERSERVICEPHONENUMBER2@",deductibleDefinition:"An amount you pay before your insurance begins making healthcare payments. After this amount is reached, you will usually only need to pay a @MYCHART@COPAYTERM@ or @MYCHART@COINSURANCETERM@ for covered services.",deductibleLabel:"Deductible",demographicsHeader:"Responsible for Payment",detailBillLinkBasicDesc:"View the itemized bill sent on @MYCHART@DETAILBILLDATEBASIC@.",detailBillPDFDesc:"View the itemized bill sent on @MYCHART@DETAILBILLDATEPDF@ (PDF).",documentNeedSign:"@MYCHART@DOCDESC@ (Unsigned)",documentRead:"Document was previously read",documentUnread:"Document is unread",documentView:"View document",editPaymentPlanLink:"Manage payment plan",EmailAltText:"Email address",estimateAmount:"",estimatedAdjustmentText:"Estimated Adjustment",estimatedDiscountText:"Estimated Discount",estimatedInsurancePaymentText:"Estimated Insurance Payment",estimateDocumentPreText:"",estimateDocumentsHeader:"Dental Treatment Estimates",estimatedPaymentWithDescriptionText:"Estimated Payment for @MYCHART@ESTIMATEDPAYMENTDESCRIPTION@",estimatedTaxText:"Estimated Surcharge",estimateLinkHTMLDesc:"View the estimate document sent on @MYCHART@ESTIMATEDATEHTML@.",estimateLinkPDFDesc:"View the estimate document sent on @MYCHART@ESTIMATEDATEPDF@ (PDF).",estimateLoadMore:"Show all estimates",filterCalendarAlt:"Calendar - Use to Select a Date",filterDateButtonLabel:"Search",filterDateFrom:"From",filterDateInvalidFrom:"From date is invalid.",filterDateInvalidRange:"Date range is invalid.",filterDateInvalidTo:"To date is invalid.",filterDateRequiredFrom:"From date is required.",filterDateTo:"To",filterDescriptionShow:"Shows filtering options.",filterIconLabel:"Filter",financialAssistanceApplicationPatientList:"Submitted for @MYCHART@PATIENTLIST2@",financialAssistanceApplicationUnderReview:"Under Review",financialAssistanceApplyHeader:"Can't pay the full balance?",financialAssistanceApplyText:"Apply for financial assistance to work with a financial counselor.",financialAssistanceApplyTextForSubset:"Apply for financial assistance for @MYCHART@PATIENTLIST3@",financialAssistanceDateRangeText:"@MYCHART@PROGRAMSTARTDATE@ to @MYCHART@PROGRAMENDDATE@",financialAssistanceEndText:"until @MYCHART@PROGRAMENDDATE2@",financialAssistanceManageHeader:"Financial Assistance",financialAssistanceManageLinkText:"Manage financial assistance",financialAssistanceNeedMore:"Need more help?",financialAssistancePatientList:"for @MYCHART@PATIENTLIST@",financialAssistanceStartText:"from @MYCHART@PROGRAMSTARTDATE2@",guarantorAdjustmentHeader:"Adjusted",guarantorDiscountHeader:"Discounted",guarantorDoesNotOweSelfPayBalHeader:"Your Pending Balance",guarantorOwesHeader:"Your Balance",guarantorOwesInformational:"--",guarantorPaidHeader:"You Paid",guarantorWithID:"Guarantor #@MYCHART@GUARANTORIDFORSIDEBAR@",hideChargeGroupLink:"Hide charges",hideChargeGroupLinkExtra:"Hide charges for @MYCHART@HIDECHARGEGROUPDESCRIPTION@",HomePhoneAltText:"Home Phone",hospitalDetailsLink:"View Hospital Services",hospitalServices:"Hospital Services",informationalVisitListHeader:"Visit Accounts in Progress",informationalVisitListPreText:"These accounts are not due and are only displayed for your information. You may be responsible for these accounts in the future.",insuranceBalanceHeader:"Insurance claims awaiting response",insuranceBalanceHelp:"Some of the charges on this guarantor account are awaiting a response from your insurance. Depending on the response from your insurance, some or all of the @MYCHART@TOTALINSURANCEBALANCE@ currently awaiting a response from insurance could become your responsibility.",insuranceBalanceHelpZeroDollar:"None of the charges on this guarantor account are awaiting a response from your insurance.",insuranceCoveredDefinition:"The amount your insurance has paid or adjusted.",insuranceCoveredLabel:"Insurance Covered",insuranceEstimatedPaidHeader:"Estimated Insurance Pays",insuranceOwesDefinition:"The amount your insurance has not yet responded to. Based on their response, some or all of this amount could become your responsibility.",insuranceOwesHeader:"Pending Insurance",insurancePaidHeader:"Insurance Paid",letterDefaultDescription:"Billing Letter",letterDocumentType:"Letter",letterLinkPDFDesc:"View the letter sent on @MYCHART@LETTERDATEPDF@ (PDF).",letterLoadMore:"Show all letters",letterSentPaper:"@MYCHART@LETTERPAPERDESC@ sent via postal mail",letterSentPaperless:"@MYCHART@LETTERPAPERLESSDESC@ sent electronically",lettersHeader:"Letters",lettersNone:"No letters are available for viewing.",lettersNoUnread:"All letters were previously read.",lettersPreText:"",letterViewPDF:"View (PDF)",MobilePhoneAltText:"Mobile Phone",noBalanceVisitListHeader:"Paid Off Visit Accounts",noBalanceVisitListPreText:"",noDataErrorMessage:"Data could not be loaded as this time. Please try again later.",noRecentActivity:"There are no recent payments to show.",notCoveredDefinition:"The amount for services that are not paid for by your insurance.",notCoveredLabel:"Not Covered",notOnPaymentPlanVisitListHeader:"Visit Accounts Not on Payment Plan",notOnPaymentPlanVisitListLink:"Manage your payment plan",notOnPaymentPlanVisitListPreText:"",notOnPaymentPlanVisitListSubTotal:"Your total balance of visit accounts not on a payment plan:",notPaymentPlanAccountTooltip:"This visit account is not on your payment plan",noVisitsAlert:"You don't have any visit accounts on this guarantor",overallTitle:"Billing Account Details",overviewBalancesHeader:"Balances",overviewRecentActivityHeader:"Recent Payments",overviewUndistributedAmount:"@MYCHART@TOTALUNDISTRIBUTEDAMOUNT@ of your payments has not yet been applied to your balance",pageTitle:"Billing for @MYCHART@GUARANTORNAME@",paperlessBillingEdit:"Update",paperlessBillingEnabled:"Enabled for this account",paperlessBillingHeader:"Paperless Billing",paperlessBillingSignUp:"Sign up for paperless billing.",paperlessBillingSignUpHeader:"Save time while you save paper!",parentheses:"(@MYCHART@CONTENTSTRING@)",partialPaymentPlanAccountTooltip:"@MYCHART@PARTIALPAYMENTPLANACCOUNTAMOUNT@ of this visit account is on your payment plan.",pastPaymentCollectedAtDept:"@MYCHART@PASTPAYMENTSOURCEANDREFERENCE@ collected at @MYCHART@PASTPAYMENTDEPARTMENTNAME@",pastPaymentDescriptionWithDate:"@MYCHART@PASTPAYMENTDESCRIPTION@ - @MYCHART@PASTPAYMENTDATE@",pastPaymentFilterAnyDate:"Any date",pastPaymentFilterLastStatement:"Since last statement",pastPaymentFilterLastYear:"Last year",pastPaymentFilterLegend:"Use these options to filter payments by a specific time period.",pastPaymentFilterYearToDate:"Year to date",pastPaymentFullyUndistributed:"Not yet applied",pastPaymentHeader:"Past Payments",pastPaymentPartiallyUndistributed:"@MYCHART@PASTPAYMENTUNDISTRIBUTEDAMOUNT@ not yet applied",pastPaymentsNone:"No payments have been made in this date range.",pastPaymentSource:"@MYCHART@PASTPAYMENTSOURCETITLE@",pastPaymentSourceWithReference:"@MYCHART@PASTPAYMENTSOURCETITLE2@ (@MYCHART@PASTPAYMENTREFERENCE@)",pastPaymentsSetDates:"Specify a date range to view payments made.",pastPaymentWithDigitalWallet:"@MYCHART@PASTPAYMENTDIGITALWALLETIMAGE@ @MYCHART@PASTPAYMENTBRANDTITLE@ x@MYCHART@PASTPAYMENTLASTFOUR3@",pastPaymentWithImage:"@MYCHART@PASTPAYMENTIMAGE@ x@MYCHART@PASTPAYMENTLASTFOUR@",pastPaymentWithImageAndBank:"@MYCHART@PASTPAYMENTIMAGE2@ @MYCHART@PASTPAYMENTBANKTYPE2@ x@MYCHART@PASTPAYMENTLASTFOUR2@",patientsIncludedHeader:"Patients Included",paymentPlanAutoPayExpMMYY:"exp. @MYCHART@EXPMM@/@MYCHART@EXPYY@",paymentPlanAutoPayMethod:"@MYCHART@PAYMENTMETHODIMAGE@ x@MYCHART@PAYMENTMETHODLASTFOUR@ (@MYCHART@PAYMENTMETHODDETAILS@)",paymentPlanCallCustomerService:"Contact customer service if you have questions.",paymentPlanCallCustomerServicePhone:"Contact customer service at @MYCHART@CUSTOMERSERVICEPHONENUMBER3@ if you have questions.",paymentPlanCardExpired:"Your payment method has expired.",paymentPlanCardExpiring:"Your payment method is expiring soon.",paymentPlanHeader:"Payment Plan Details",paymentPlanMonthlyText:"Monthly payment",paymentPlanNumOfPayments:"@MYCHART@PLANPAYOFFNUMOFPAYMENTS@ payments remaining",paymentPlanOnePaymentLeft:"@MYCHART@PLANPAYOFFNUMOFPAYMENTS2@ payment remaining",paymentPlanOverdue:"Your payment is overdue.",paymentPlanPaymentMethodDeclined:"Your last automatic payment was declined.",paymentPlanPayNowButtonLabel:"Pay now",paymentPlanPayOffMonth:"Paid off",paymentPlanSignUpButtonLabel:"Sign up for automatic payments",paymentPlanStatusAutoGood:"You're all set!",paymentPlanStatusAutoGood2:"Auto pay is up to date.",paymentPlanStatusGood:"Payment plan is up to date",paymentPlanStatusNotCoveredAbleToAdd:"You can add this balance to your plan. Any balance not covered by your plan is due immediately.",paymentPlanStatusNotCoveredByPlan:"You owe @MYCHART@NOTCOVEREDAMOUNTDUE@ that is not covered by your payment plan.",paymentPlanStatusNotCoveredUnableToAdd:"This amount cannot be added to your plan and should be paid separately. Any balance not covered by your plan is due immediately.",paymentPlanTotalBalance:"Remaining balance",paymentPlanUpdateButtonLabel:"Update plan",paymentPlanVisitListHeader:"Visit Accounts on Payment Plan",paymentPlanVisitListPreText:"",paymentPlanVisitListSubTotal:"Your total balance of visit accounts on a payment plan:",paymentsGroupHeader:"Payments and Adjustments",popupCloseButton:"Close",postTextOverall:"",preTextOverall:'<p>Please use <a href="https://www.albertahealthservices.ca/Payment/Default.aspx" target="_blank">AHS Payment Portal<\/a> to pay your current balance or refer to your statement for additional payment options.<\/p>',professionalDetailsLink:"View Physician Services",professionalHospitalServices:"Physician and Hospital Services",professionalServices:"Physician Services",recentPaymentWithDigitalWallet:"@MYCHART@RECENTPAYMENTAMOUNT7@ @MYCHART@RECENTPAYMENTDIGITALWALLETIMAGE@ @MYCHART@RECENTPAYMENTTITLE@ x@MYCHART@RECENTPAYMENTLASTFOUR5@",recentPaymentWithImage:"@MYCHART@RECENTPAYMENTAMOUNT3@ @MYCHART@RECENTPAYMENTIMAGE3@ x@MYCHART@RECENTPAYMENTLASTFOUR3@",recentPaymentWithImageAndBank:"@MYCHART@RECENTPAYMENTAMOUNT4@ @MYCHART@RECENTPAYMENTIMAGE4@ @MYCHART@RECENTPAYMENTBANKTYPE4@ x@MYCHART@RECENTPAYMENTLASTFOUR4@",recentPaymentWithSource:"@MYCHART@RECENTPAYMENTAMOUNT1@ @MYCHART@RECENTPAYMENTSOURCE1@",recentPaymentWithSourceAndRef:"@MYCHART@RECENTPAYMENTAMOUNT2@ @MYCHART@RECENTPAYMENTSOURCE2@ (@MYCHART@RECENTPAYMENTREFNUM2@)",remainingResponsibilityDefinition:"The amount left after your insurance has paid or adjusted. If this is not covered by a different insurance, you will likely owe this amount.",remainingResponsibilityLabel:"Remaining Responsibility",scheduledPaymentHeader:"Scheduled Payments",scheduledPaymentType1:"Auto Pay - Monthly Payment",scheduledPaymentType2:"Trust Deposit",scheduledPaymentType3:"Visit Auto Pay",scheduledPaymentType4:"Visit Auto Pay",scheduledPaymentType5:"Auto Pay - Recurring Series",scheduledPaymentTypeDefault:"Payment",scheduledVisitPaymentDescription:"@MYCHART@SCHEDULEDPAYMENTDESCRIPTION@ for @MYCHART@SCHEDULEDVISITDESCRIPTION@ on @MYCHART@SCHEDULEDVISITDATE@",showChargeGroupLink:"Show charges",showChargeGroupLinkExtra:"Show charges for @MYCHART@SHOWCHARGEGROUPDESCRIPTION@",statementAmount:"",statementDetailBillDocumentType:"Itemized Bill",statementDetailBillLoadMore:"Show all itemized bills",statementDetailBillText:"Informational Only",statementDocumentType:"Statement",statementLinkBasicDesc:"View the statement sent on @MYCHART@STATEMENTDATEBASIC@.",statementLinkPDFDesc:"View the statement sent on @MYCHART@STATEMENTDATEPDF@ (PDF).",statementLoadMore:"Show all statements",statementsDetailBillHeader:"Itemized Statements of Charges",statementsDetailBillNone:"No itemized bills are available for viewing.",statementsDetailBillNoUnread:"All itemized bills were previously read.",statementsDetailBillPreText:"These documents are not bills. They provide detailed visit billing information that will not appear on the monthly statement.",statementSentPaper:"Sent via postal mail",statementSentPaperless:"Sent electronically",statementSentPaperlessWithHAR:"Sent electronically for hospital account @MYCHART@STATEMENTPAPERLESSHAR@",statementSentPaperWithHAR:"Sent via postal mail for hospital account @MYCHART@STATEMENTPAPERHAR@",statementsHeader:"Statements",statementsNone:"No statements are available for viewing.",statementsNoUnread:"All statements were previously read.",statementsPreText:"",statementViewBasic:"View",statementViewPDF:"View (PDF)",Title:"Billing Account Details",totalChargesHeader:"Billed",totalHeader:"Account Totals",visitContestedTooltip:"This account includes services that are currently under review. Your responsibility could change based on the resolution of this review.",visitDateRange:"@MYCHART@VISITSTARTDATE@ to @MYCHART@VISITENDDATE@",visitDetailsHeader:"Full details for this visit account",visitDetailsHeaderAdjustment:"Full details for this charge",visitDetailsHide:"Hide details",visitDetailsHideExtra:"Hide details for @MYCHART@HIDEVISITDESCRIPTION@ on @MYCHART@HIDEVISITDATE@",visitDetailsShow:"Show more details",visitDetailsShowExtra:"Show more details for @MYCHART@SHOWVISITDESCRIPTION@ on @MYCHART@SHOWVISITDATE@",visitHospitalAccount:"Account #@MYCHART@VISITHOSPITALACCOUNTID@",visitListHeader:"Visit Accounts with Outstanding Balance",visitListPreText:"",visitListSubTotal:"Your total balance for outstanding visit accounts:",visitPatient:"Patient: @MYCHART@VISITPATIENTNAME@",visitPrimaryPayer:"Primary Payer: @MYCHART@VISITPRIMARYPAYERNAME@",visitProvider:"Provider: @MYCHART@VISITPROVIDERNAME@",visitsHeader:"Visit Accounts",visitsHideAllDetails:"Hide all details",visitsPreText:"",visitsShowAllDetails:"Show all details",visitTitleDefault:"Visit at @MYCHART@VISITDEPARTMENT2@",visitTitleWithType:"@MYCHART@VISITTYPE1@ at @MYCHART@VISITDEPARTMENT1@",WorkPhoneAltText:"Work Phone",yourPortionAfterInsuranceDefinition:"The amount you will owe after your insurance has paid. Based on their response, this amount might change."});$$WP.Strings.getNamespace("accountmanagement").addStrings({CEAuthDescription:"Give permission for a different healthcare organization to see your information.",CEAuthTitle:"Allow other organizations to access your information",ConnectAccountsDescription:"Link your @MYCHART@APPTITLE@ account with other healthcare organizations and see your health information in one place.",ConnectAccountsTitle:"Link your accounts",DeviceAndAppDescription:"Review or remove mobile phones and other apps that have access to your information.",DeviceAndAppTitle:"Review which devices or apps can see your information",DeviceSectionTitle:"View Device Connections",DownloadMyRecordDescription:"Download information about your visits or send it to someone else.",DownloadMyRecordTitle:"Download or send your record",FriendAndFamilyDescription:"Control who can view your information, and whose information you can view.",FriendsAndFamilyTitle:"Friends and family access",MOPageTitle:"Share My Record",OrgSectionTitle:"Connect with Hospitals and Doctors",PeopleSectionTitle:"Share with People",ShareEverywhereDescription:"",ShareEverywhereTitle:"",ShareMyRecordPostText:"",ShareMyRecordPreText:"There are many ways to let other people have access to your health information. Let us help you find what you need.",Title:"How do you want to share your information?"});$$WP.Strings.getNamespace("accountmanagement.deactivateaccount").addStrings({ConfirmationPopupText:"Are you sure you want to deactivate your account?",ConfirmationPopupTitle:"Confirm Account Deactivation",DeactivateButtonInProgressText:"Deactivating",DeactivateButtonText:"Deactivate",DeactivationDisclaimer:'<p>By deactivating your @MYCHART@APPTITLE@ account, you will be logged out and you will lose access to @MYCHART@APPTITLE@ on both the mobile app and web browser.<\/p>\r\n<p>You will no longer receive communications directing you to log in to @MYCHART@APPTITLE@.<\/p>\r\n<p>While you will no longer be able to access your account, your medical information and other associated data will not be deleted to ensure that you continue to receive the best possible care from your healthcare providers.<\/p>\r\n<p>If any other @MYCHART@APPTITLE@ users have access to your medical information, they will continue to have access to your medical information after your account is deactivated. To remove their access go to <b><a href="@MYCHART@ABSOLUTEURL@FamilyAccess">Share My Record<\/a><\/b> before deactivating your account.<\/p> \r\n<p>Deactivating your @MYCHART@APPTITLE@ account will not deactivate your MyAlberta Digital ID or MyHealth Records account.<\/p> \r\n<p>You can reactivate @MYCHART@APPTITLE@ in the future by contacting an AHS clinic that is using Connect Care.<\/p>',Title:"Deactivate Your Account"});$$WP.Strings.getNamespace("accountsummary").addStrings({actionsAccountDetailsLink:"View balance details",actionsAutopayManageLink:"Manage payment plan",actionsAutopaySignupLink:"Sign up for automatic payments",actionsCallCustomerServiceLink:"Call customer service",actionsCallCustomerServicePopup:"You can reach customer service for @MYCHART@SERVICEAREANAME@ at @MYCHART@CUSTOMERSERVICEPHONE2@.",actionsCustomerServiceLink:"Contact customer service",actionsFinancialAssistanceLink:"Manage financial assistance",actionsLastStatementLink:"View last statement (@MYCHART@LASTSTATEMENTDATE@)",actionsMobileStatementsLink:"View statements",actionsPaymentHistoryLink:"View payment history",alertCollectionsMessage:"Some of this balance is in collections",alertCustomerServiceMessage:"Please call customer service.",alertCustomerServicePhoneMessage:"Please call customer service at @MYCHART@CUSTOMERSERVICEPHONE@.",alertCustomerServiceTooltip:"Contact customer service",alertDeclinedBankAccountMessage:"Update your declined auto-pay bank account",alertDeclinedCreditCardMessage:"Update your declined auto-pay card",alertExpiredBankAccountMessage:"Update your expired auto-pay bank account",alertExpiredCreditCardMessage:"Update your expired auto-pay card",alertExpiringSoonBankAccountMessage:"Update your auto-pay bank account before it expires",alertExpiringSoonCreditCardMessage:"Update your auto-pay card before it expires",alertMakePaymentTooltip:"Make a payment",alertNonPlanBalanceMessage:"@MYCHART@NOTONPLANAMOUNT@ is not on the payment plan",alertOverdueMessage:"Overdue - make a payment now",alertPaymentPlanTooltip:"Manage your payment plan",headerAccountIdAndTypeLabel:"Guarantor #@MYCHART@GUARANTORID2@ (@MYCHART@GUARANTORNAME2@) - @MYCHART@ACCOUNTTYPE@",headerAccountIdLabel:"Guarantor #@MYCHART@GUARANTORID1@ (@MYCHART@GUARANTORNAME1@)",headerBillsysHBLabel:"Hospital Services",headerBillsysPBLabel:"Physician Services",headerBillsysSBOLabel:"Physician and Hospital Services",headerPaperlessTitle:"The following account is enrolled in paperless billing.",headerPatientsLabel:"Patients included: @MYCHART@PATIENTLIST@",headerZeroDollarAccounts:"Zero-Dollar Balance Accounts",listSeparator:", ",maskedAccountNumber:"Account ending in @MYCHART@GUARANTORIDLAST4@",noAccountsMessage:"You do not have any account information on file.",noPaymentNeeded:"No payment due",noPaymentNeededUntil:"No payment due until @MYCHART@FUTUREPLANDATE2@",paperlessCancelMessage:"If you would like to receive paper statements, you may @MYCHART@PAPERLESSCANCELMESSAGELINK@.",paperlessCancelMessageLinkText:"cancel paperless billing",paperlessSignupMessageContent:"Sign up for paperless billing.",paperlessSignupMessageTitle:"Save time while you save paper!",paperlessText:"Accounts with this icon are signed up for paperless billing.",partiesGuarantorLabel:"Guarantor",partiesMoreLabel:"@MYCHART@NUMOMITTED@ more",partiesPatientsCoveredLabel:"Patients Included",partiesPatientsCoveredNoPatients:"(no patients)",partiesYouLabel:"You",partiesYouLabelFull:"@MYCHART@PATIENTNAME@ (You)",postText:"Contact Information:<br> Phone:     1-855-919-6097<br>Email:     BillingInquiry@ahs.ca<br>Fax:     780-735-1736 ",preText:'<p>Please use <a href="https://www.albertahealthservices.ca/Payment/Default.aspx" target="_blank">AHS Payment Portal<\/a> to pay your current balance or refer to your statement for additional payment options.<\/p>',serviceAreaLogoDescription:"Service area logo",sidebarContentFinancialAssistanceTitle:"What if I can't pay at all?",sidebarContentFinancialAssitanceText:"You might be eligible for financial assistance. Start the process by applying online, and we'll work with you to determine a payment arrangement or offer financial assistance based on your financial situation.",sidebarContentGuarantorText:"The guarantor is the person or entity responsible for paying the balance of an account.\r\n<br><\/br>\r\nHealth Care services in Alberta are not free of charge. If you do not have valid Alberta Health Care coverage, if you are accessing uninsured services, or if you are an out-of-country patient, you will be expected to pay for the cost of your treatment.\r\n<br><\/br>\r\nIf you have any questions about the cost of your care, please consult your care team or physician.  If you have questions about your insurance coverage, or your insurer requires you to obtain preapproval or report incidents, please contact your insurer.\r\n",sidebarContentGuarantorTitle:"What is a guarantor? Why do I need to pay?",sidebarContentPaperlessLegendTitle:"Paperless Billing",sidebarContentPaperlessText:"When you go paperless, you help the environment by saving paper. You won't get paper statements mailed to you - instead, you'll get an electronic notification when you have a new statement.",sidebarContentPaperlessTitle:"Why should I go paperless?",sidebarContentPaymentPlanText:"",sidebarContentPaymentPlanTitle:"",statusAmountDueLabel:"Amount Due",statusAmountDuePaymentPlanLabel:"Payment Plan",statusAmountIsNegativeInfo:"A negative amount indicates a credit.",statusOutstandingBalanceLabel:"Your balance",statusPayButtonTitle:"Pay now",statusPaymentLastPaidLabel:"Last paid: @MYCHART@LASTPAIDAMOUNT@ on @MYCHART@LASTPAIDDATE@",statusPaymentPlaLabel:"Can't pay all at once?",statusPaymentPlanAutopayOverdueLabel:"Overdue",statusPaymentPlanAutopayOverdueSinceLabel:"Overdue since @MYCHART@OVERDUEDATE@",statusPaymentPlanAutopayScheduledLabel:"Scheduled for @MYCHART@NEXTAUTOPAYDATE@",statusPaymentPlanAutopayTitle:"Auto Pay",statusPaymentPlanButtonTitle:"Set up payment plan",statusPaymentPlanPayByLabel:"Pay by @MYCHART@PAYBYDATE@",statusPaymentPlanPrompt:"Sign up to pay @MYCHART@MONTHLYAMOUNT@ per month.",statusScheduledPaymentsLabel:"@MYCHART@SCHEDULEDPAYMENTCOUNT@ scheduled payments",statusScheduledPaymentsTooltip:"View payment details",statusSingleScheduledPaymentLabel:"1 scheduled payment",subtextLastStatement:"(Last statement on @MYCHART@LASTSTATEMENTDATE2@)",Title:"Billing Summary",upToDate:"No payment due",upToDateUntil:"No payment due until @MYCHART@FUTUREPLANDATE@"});$$WP.Strings.getNamespace("advancecareplanning.healthcareagents").addStrings({ActiveHCALabel:"Active",ActiveHCAMessage:"This person can currently make medical decisions for you.",ActiveHCAMessageForProxyContext:"This person can currently make medical decisions for @MYCHART@PATIENT@.",AddButton:"Add Health Care Agent",AddButtonMessage:"Designate one or more health care agents who can make health care decisions for you when you cannot.",AddQueuedWarning:"Your new contact has been submitted and is pending approval.",AddRelationshipHeader:"New Health Care Agent",AddressLabels:"",AddressLabels_1:"Street Address",AddressLabels_2:"City",AddressLabels_3:"State",AddressLabels_4:"ZIP",AddressLabels_5:"County",AddressLabels_6:"Country",AddressLabels_7:"House Number",AddressLabels_8:"District",CancelButton:"Cancel",EditButton:"Edit",EditButtonScreenReaderLabel:"Edit Contact: @MYCHART@HCANAME@",EmailLabel:"Email",EptLinkedContactDisabledEditTooltip:"This information can only be edited from this person's health record.",HCADocumentHelpBubble:"The document you attach here should show that this person is your Health Care Agent. An example is a Power of Attorney document.",HCARejectionHeader:"Submission Not Accepted",HCARejectionMessageEnd:'If you have any questions, please <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=msgoptions">send us a message.<\/a>',HCAUpdateNotAllowedMessage:"You cannot update this because there is a change to Health Care Agent status that is in review.",HealthCareAgentAddNew:"-- Add a new person --",HealthCareAgentLabel:"",HealthCareAgentPrompt:"Select someone to be your Health Care Agent",HealthCareAgentRelationshipTypeLabel:"Agent Relationship",HomePhoneNumberLabel:"Home Phone",InactiveHCALabel:"Inactive",InactiveHCAMessage:"This person cannot currently make medical decisions for you.",InactiveHCAMessageForProxyContext:"This person cannot currently make medical decisions for @MYCHART@PATIENT@.",InReviewMessage:"In review",LinkedDocumentAddNew:"-- Add a new document --",LinkedDocumentLabel:"Legal document for this relationship",LinkedDocumentNewlyUploadedMessage:"Just uploaded",MobilePhoneNumberLabel:"Mobile Phone",NoHCAContent:"You currently have no health care agents.",OtherCardsOpenDisabledEditTooltip:"You are currently editing the details for another Health Care Agent. Please save or cancel those changes before editing or adding another Health Care Agent.",PreferredDeviceIdentifier:"preferred",PreferredDeviceOptionLabels:"",PreferredDeviceOptionLabels_1:"Mobile Phone",PreferredDeviceOptionLabels_7:"Home Phone",PreferredDeviceOptionLabels_8:"Work Phone",PreferredDeviceTooltip:"Preferred Phone Number",Pretext:"The Agent or Alternate Decision Maker is a person you name in your Personal Directive to make personal decisions on your behalf.",PrivateContactMessageBody:"Please call @MYCHART@HELPDESKPHONE@ to verify the health care agents we have on file.",PrivateContactMessageHeader:"This contact's information has been marked private.",RejectedMessage:"Not Accepted",RelationshipFirstNameLabel:"First Name",RelationshipLastNameLabel:"Last Name",RelationshipTypeLabel:"Relationship",RemoveButton:"Remove",RemoveButtonScreenReaderLabel:"Remove Contact: @MYCHART@HCANAME@",RemoveHealthCareAgentPopupAgentOnlyButton:"Keep as an emergency contact",RemoveHealthCareAgentPopupEmergencyContactTooButton:"Remove them from both lists",RemoveHealthCareAgentPopupMessage:"@MYCHART@CONTACTNAME@ will no longer be listed as your Health Care Agent. Would you like to keep them as an emergency contact?",RemoveHealthCareAgentPopupTitle:"Remove Health Care Agent",RemoveQueuedWarning:"This contact will be removed. This may take up to 24 hours.",ReviewWarningMessage:"Your changes to the Agent Relationship and/or attached Legal Document will be accepted pending our review.",SaveButton:"Save changes",SaveFailedWarning:"This action could not be completed right now. Please try again later.",Title:"Agent(s)",UpdateQueuedWarning:"Your changes have been submitted but may take up to 24 hours to be updated.",UploadLegalDocumentButton:"Upload document",ViewOnlyContactDisabledEditTooltip:"To have this information changed please discuss with your health care provider during your next visit.",ViewOnlyContactDisabledRemoveTooltip:"To have this information changed please discuss with your health care provider during your next visit.",WorkPhoneNumberLabel:"Work Phone"});$$WP.Strings.getNamespace("advancedcareplanning.caredecision").addStrings({acceptedDocumentsTitleText:"Documents On File",activeText:"This person can currently make medical decisions for @MYCHART@PATIENTNAME@.",addDocumentHelpText:"Uploaded Advance Care Planning documents will be reviewed and confirmed at your next medical appointment.",AddDocumentLabel:"Add document",AddDocumentMessage:"Uploaded Advance Care Planning Documents may be reviewed at your next medical appointment.  You are responsible to retain copies of the original documents.",agentPatientInfo:"This health care agent is a patient and cannot be edited.",agentsTitle:"Health Care Agents",approvedDocumentBadgeText:"Accepted",AskAQuestionButtonLabel:"Ask a question",AskAQuestionButtonTooltip:"If you have questions about Advance Care Planning see Helpful Resouces or discuss with your health care team during your next visit",AskAQuestionImgAltText:"Ask a question",downloadPendingDocument:"Download this document",editButtonText:"Edit contact info",errorHCA:"An error occured while trying to load your health care agents.",hcaNoPhotoAlt:"health care agent photo is missing photo",hcaPhotoAlt:"health care agent photo",hcaWarningAltText:"Unable to load health care agents warning message.",HelpfulResource:"",HelpfulResource_1:"Personal Directive",HelpfulResource_2:"MyHealth.Alberta.ca - Advance Care Planning Overview",HelpfulResource_4:"Office of the Public Guardian",HelpfulResource_5:"Plan Well Guide",HelpfulResource_6:"The Truth About CPR (video)",HelpfulResource_7:"Speak Up",HelpfulResourceDescription:"",HelpfulResourceDescription_1:"A personal directive provides instruction for future medical care and identifies an agent to make personal decisions if needed.",HelpfulResourceDescription_2:"Also includes Goals of Care Designation Overview, Conversations Matter Guide, Organ and Tissue Donation in Alberta.",HelpfulResourceDescription_4:"Supports people who need help to make, or who aren’t able to make personal decisions for themselves (that aren’t financial).",HelpfulResourceDescription_5:"To prepare for Goals of Care Designation conversations and understand the difference between resuscitative care, medical care, and comfort care.",HelpfulResourceDescription_7:"This website helps all Canadians think about and talk about the kind of health and personal care they would want in the future if they were unable to speak for themselves.",HelpfulResourceDescription_8:"Organ and Tissue Donation is an end of life care option and an important part of Advance Care Planning. The gift of donation is a legacy of your life and may give hope to someone in need.",HelpfulResourceNewWindowClearLabel:"This link opens in a new window.",HelpfulResourcesSidebarDescription:"These resources will help you make care decisions and prepare for conversations with your family, friends, and doctors.",HelpfulResourcesSidebarHeader:"Helpful Resources",HelpfulResourceTooltip:"",HelpfulResourceTooltip_1:"",HelpfulResourceTooltip_2:"",HelpfulResourceTooltip_3:"",HelpfulResourceUrl:"",HelpfulResourceUrl_1:"https://www.alberta.ca/personal-directive.aspx",HelpfulResourceUrl_2:"https://myhealth.alberta.ca/HealthTopics/Advance-Care-Planning",HelpfulResourceUrl_3:"https://www.albertahealthservices.ca/info/Page15938.aspx",HelpfulResourceUrl_4:"https://www.alberta.ca/office-public-guardian-trustee.aspx",HelpfulResourceUrl_5:"https://planwellguide.com",HelpfulResourceUrl_6:"https://youtu.be/R-4TyEvZweE",HelpfulResourceUrl_7:"http://www.advancecareplanning.ca/",HelpfulResourceUrl_8:"https://myhealth.alberta.ca/Pages/OTDRHome.aspx",inreviewDocumentsTitleText:"Documents In Review",JumbotronAction:"",JumbotronAction_1:"New to Advance Care Planning? Start by watching this short video. Planning ahead makes sure that your wishes are known if there is an unexpected event or change in your health and you aren’t currently available to make decisions about your healthcare.",JumbotronActionButtonLabel:"",JumbotronActionButtonLabel_1:"Watch Video",JumbotronActionButtonUrl:"",JumbotronActionButtonUrl_1:"https://youtu.be/XK0xjEyjZ6E?linktarget=_blank",JumbotronActionNoMnemonic:"",JumbotronActionNoMnemonic_1:"New to End-of-Life Planning? Start by watching this short video.",JumbotronActionNoMnemonic_2:"Schedule a time to meet with trained staff about End-of-Life Planning.",JumbotronText:"Having a plan is one of the best gifts you can give to those you care about.",learnMoreSubtitle:"Learn More",loadingText:"Loading...",noAddress:"No address on file",nonActive:"This person is not an active health care agent.",pendingDocumentBadgeHoverText:"This document is currently being reviewed.",pendingDocumentBadgeText:"In review",PersonalQuestionnaireDescription:"Take the time to write down what's most important to you and keep it up to date.",PersonalQuestionnaireHeader:"For my loved ones",planningDocumentsInfoBubbleText:"The 3 most common Advance Care Planning documents in Alberta are; Personal Directive, Goals of Care Designation Order, ACP/GCD Tracking Record.",planningDocumentsInfoBubbleTextNoMnemonic:"Here you can view the documents we have on file related to your End-of-Life Planning. Typical documents that may be a part of your plans include an Advance Directive and Living Will, a Physician Orders for Life-Sustaining Treatment (POLST), and a Power of Attorney for Health Care.",planningDocumentsPreText:'\n\t\t\t\tIf a document should be removed, <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=msgoptions">send us a message<\/a>.\n\t\t\t\t',planningDocumentsPreTextNoMessaging:"If a document should be removed, call us at @MYCHART@HELPDESKPHONE@.",planningDocumentsTitleText:"Planning Documents",posttext:"",pretext:"",ProviderQuestionnaireDescription:"Use this space to let your care team know what your wishes are so they can provide the best care for you.",ProviderQuestionnaireHeader:"For my care team",QuestionnaireDisclaimerSidebarHeader:"Planning Questionnaires",QuestionnaireDisclaimerSidebarText:"Filling out the @MYCHART@BrandEOLPlanning@ questionnaires helps your care team understand your wishes, but it does not replace up-to-date legal documentation of your end-of-life plans.",QuestionnaireDisclaimerSidebarTextNoMnemonic:"Filling out the End-of-Life Planning questionnaires helps your care team understand your wishes, but it does not replace up-to-date legal documentation of your end-of-life plans.",QuestionnaireSectionHeader:"",QuestionnaireStartButton:"Start",QuestionnaireSubtitle:"",QuestionnaireUpdateButton:"Update",recourceContent:"There are many resources available to you while making care decisions and to prepare for conversations with your family, friends, and doctors.",rejectedDocumentBadgeText:"Not accepted",rejectedDocumentsTitleText:"Not Accepted Documents",RelatedLinksSidebarHeader:"Related Links",SpeakWithSomeoneNowButtonLabel:"@MYCHART@BrandVideoVisits@",SpeakWithSomeoneNowButtonTooltip:"@MYCHART@BrandVideoVisits@",SpeakWithSomeoneNowImgAltText:"@MYCHART@BrandVideoVisits@",Title:"Advance Care Planning",TitleNoMnemonic:"End-of-Life Planning"});$$WP.Strings.getNamespace("advancedcareplanning.updatehcainfo").addStrings({cancel:"Cancel",caregiverName:"Name",invalidNumber:"Phone number is invalid.",nameRequirement:"You must enter a name.",numberHint:"NNN-NNN-NNNN",numberRequirement:"At least one phone number is required.",posttext:"",pretext:"",relationship:"Relationship",save:"Save",Title:"Edit Info"});$$WP.Strings.getNamespace("alerts.externalalerts").addStrings({alertsBadgeLabel:"@MYCHART@NumberOfAlerts@ alerts",externalIncompleteMessage:"Log into your account at @MYCHART@OrganizationName@ to view these alerts.",externalLinkTitle:"View all your alerts from @MYCHART@OrganizationName@.",externalLoadingErrorMessage:"We're sorry, we're having issues getting data from this organization at this time.",pretext:'Other places where you have health information. <a href="@MYCHART@COMMUNITYMANAGEPAGE@">See Details.<\/a>',pretextNoLink:"Other places where you have health information.",pretextNonPatientNoLink:"Other places where your family has health information.",pretextProxyNoLink:"Other places where @MYCHART@SubjectName@ has health information.",seeDetailsLink:"See account details",seeDetailsLinkHiddenAccounts:"See details (@MYCHART@NumberOfAccounts@ linked accounts)",Title:"Linked Accounts"});$$WP.Strings.getNamespace("authentication.captcha").addStrings({reCAPTCHABlank:"You must answer the CAPTCHA.",reCAPTCHAInvalid:"The CAPTCHA entered was invalid. Please try again.",reCAPTCHALabel:"This field is machine-generated content. Please ignore.",reCAPTCHANotReachable:"ReCAPTCHA was not reachable. Please try again later.",reCAPTCHAPretext:"As a spam prevention measure, complete the CAPTCHA below.",Title:"Captcha"});$$WP.Strings.getNamespace("authentication.contactverification").addStrings({BackButtonText:"Close",CheckmarkImageAltText:"Image showing checkbox",ContactInformationDeletedMessage:"[Deleted]",ContactInformationNoValueMessage:"Not entered",ContactsUpToDateHelpText:"You can update this information at any time on the Personal Information page.",ContactsUpToDateMessage:"Your contact information is now up-to-date!",ContactVerificationHeader:"Verify Your Contact Information",EmailImageAltText:"Icon showing envelope",EmailUpdatedMessage:"Success! Your email address is now up-to-date.",EmailUpdatedTitle:"Email updated!",EmailVerificationHeader:"Verify Your Email Address",EndWorkflowButtonLabel:"Okay",MobileImageAltText:"Icon showing mobile phone",MobileUpdatedMessage:"Success! Your phone number is now up-to-date.",MobileUpdatedTitle:"Mobile number updated!",MobileVerificationHeader:"Verify Your Phone Number",NewEmailLabel:"New Email",NewMobileLabel:"New Phone Number",PreviousEmailLabel:"Previous Email",PreviousMobileLabel:"Previous Phone Number",ReturnToMobile:"Return",SendEmailCodeHelpMessage:"A code will be sent to your email to verify.",SendEmailCodeHelpText:"We will send a one-time code to the following email to make sure we can reach you there.",SendEmailStepThreeDescription:"After that, your email address will be verified.",SendMobileCodeHelpMessage:"A code will be sent to your phone to verify.",SendMobileCodeHelpText:"We will send a one-time code to the following number to make sure we can reach you there.",SendMobileStepThreeDescription:"After that, your mobile phone number will be verified.",Title:"Contact Verification",UnverifiedEmailButtonText:"Verify this email",UnverifiedMobileButtonText:"Verify this phone",UsePreviousEmailButtonText:"Restore previous email",UsePreviousMobileButtonText:"Restore previous phone",VerifyNewEmailButtonText:"Verify new email",VerifyNewMobileButtonText:"Verify new phone"});$$WP.Strings.getNamespace("authentication.login").addStrings({AuthenticationMessage:"",AuthenticationMessage_DBInSROMode:"We were unable to log you in at this time. Please try again later.",AuthenticationMessage_GeneralAuthError:"We could not log you in. Please contact customer service.",AuthenticationMessage_InvalidConfiguration:"There was an error connecting to the login portal. Please contact customer service. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",AuthenticationMessage_InvalidConfigurationError:"The system was unable to find configuration for @MYCHART@IDPNAME@. Check your configuration and metadata files.",AuthenticationMessage_InvalidCookieConfiguration:"ProxySubjectIDVariable is not configured in mychart.ini.",AuthenticationMessage_InvalidCredential:"We could not verify the identity of your login portal. Please contact customer service. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",AuthenticationMessage_InvalidCredentialError:"The system was unable to establish a secure channel with @MYCHART@IDPNAME@. Check your certificate chain.",AuthenticationMessage_LocalOnlyError:"There was an error; you have only been logged out locally.",AuthenticationMessage_LoggingInMessageMobile:"You are being logged in to @MYCHART@APPTITLE@. Please wait a moment.",AuthenticationMessage_LoggingInTitleMobile:"Logging in...",AuthenticationMessage_MissingConfigurationError:"@MYCHART@SAMLPATH@ was accessed, but configuration for the SAML feature is missing from web.config.",AuthenticationMessage_NoEPTAccount:"We could not find your account. Please contact customer service. We recommend you log out of @MYCHART@IDPNAME@.",AuthenticationMessage_NoPatientContext:"We could not find the patient record you are trying to access. Please contact customer service.",AuthenticationMessage_NoWPRAccount:"We could not find an active account. Please sign up for a new account.",AuthenticationMessage_ReplayAttack:"We have detected a possible replay attack. Make sure to log out of @MYCHART@IDPNAME@ or restart your browser and try again.",AuthenticationMessage_SAMLUserMismatch:"We received a login request from @MYCHART@IDPNAME@ while another user was logged in. The previous user has been logged out and you may try again.",AuthenticationMessage_SessionExpired:"Your session has expired. Please login again.",AuthenticationMessage_UnknownError:"We could not log you in due to a communication issue. Please contact customer service. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",CookieAccessRequestFailed:"Oops! Your browser security settings prevented us from logging in on this page. Click the link below to launch a new window.",CookiesNotEnabledButtonLabel:"Sign in to @MYCHART@APPTITLE@",CookiesNotEnabledError:"Please @MYCHART@COOKIESNOTENABLEDLINK@ to log in to @MYCHART@APPTITLE@.",CookiesNotEnabledErrorLinkText:"enable cookies",CookiesNotEnabledPreText:"",GenericLoginError:"We have encountered an unknown error. Please contact your health provider if you\tcontinue to see this message.",LogoutConfirmation:"You have been logged out.",LogoutSalutation:"Thanks for using @MYCHART@APPTITLE@.",NoPasswordError:"Please enter a password.",NoUsernameError:"Please enter a username.",NoUsernameOrPasswordError:"Please enter a username and a password.",PasswordGhostText:"Password",PasswordRecoveryLink:"Forgot password?",PasswordResetLinkText:"You can reset your password",PostText:"",PostTextLoginWidget:"",PreText:"",PreTextLoginWidget:"",SamlIDPDisplayName:"",SamlIDPDisplayName_:"",SAMLIDPGenericName:"the external identity system",SAMLIDPGenericPathName:"the SAML login path",SamlIdpLogOutButtonTitle:"Click here to log out of @MYCHART@SamlIdpLogOutTitleName@",SamlIdpLogOutText:"Log out of @MYCHART@SamlIdpLogOutName@",SamlIdpSignInButtonTitle:"Click here to sign in with @MYCHART@SamlIdpSignInTitleName@",SamlIdpSignInText:"Sign in with @MYCHART@SamlIdpSignInName@",SignInButtonText:"Sign in",SignUpButtonText:"Sign up now",SignUpHeader:"New User?",SSO:"",SSO_LoginTimeout:"Timeout",SSO_SSOLoginFailed:"Login failed.",SSO_UnauthorizedLogin:"Unauthorized",SSO_UserUnavailable:"Unavailable",Title:"Login Page",UsernameGhostText:"@MYCHART@APPTITLE@ Username",UsernameLoginFailed:"Login failed. @MYCHART@PASSWORDRESETLINK@ or try again.",UsernameRecoveryLink:"Forgot username?",ValidationErrorMessage:"",ValidationErrorMessage_authenticate:"Unable to authenticate. Please contact your system administrator.",ValidationErrorMessage_cantsendcode:"Your email address or mobile telephone number may not be correct. Contact your clinic to ensure they have your current information.",ValidationErrorMessage_databaseerror:"We have encountered an error. Please contact the customer service desk if you continue to see this message.",ValidationErrorMessage_failedentryattempts:"You have been logged out because of too many entry attempts. Please contact customer service at @MYCHART@HELPDESKPHONE@.",ValidationErrorMessage_failedentryattemptslocked:"Your account has been locked because of too many entry attempts. Please contact customer service at @MYCHART@HELPDESKPHONE@.",ValidationErrorMessage_failedpasswordattempts:"You have been logged out because of too many failed password attempts. Please contact customer service at @MYCHART@HELPDESKPHONE@.",ValidationErrorMessage_failurelimit:"Your account has been disabled because of too many failed login attempts. Please contact customer service at @MYCHART@HELPDESKPHONE@.",ValidationErrorMessage_idmissing:"Please enter your @MYCHART@APPTITLE@ Username.",ValidationErrorMessage_inactive:"This account is inactive.",ValidationErrorMessage_invalidtoken:"This link is no longer valid. Please contact customer service at @MYCHART@HELPDESKPHONE@.",ValidationErrorMessage_logindeleted:"No valid medical record found.",ValidationErrorMessage_logindisabled:"Your account is disabled.",ValidationErrorMessage_loginexpired:"Your account has expired. Please contact your health provider.",ValidationErrorMessage_loginfailed:"Login unsuccessful.",ValidationErrorMessage_nonhomeaccesserror:"Your account is currently undergoing maintenance. Please log out and try again. If this problem persists, please contact the site administrator.",ValidationErrorMessage_novalidoptions:"Contact your clinic to ensure that they have your email address or mobile telephone number on file to use @MYCHART@APPTITLE@.",ValidationErrorMessage_passmissing:"Please enter your password.",ValidationErrorMessage_pmrid:"Unable to read PMR environment ID from the registry.",ValidationErrorMessage_pointermismatch:"There is a problem with this account. Please contact the site administrator.",ValidationErrorMessage_proxyonly:"This account is currently only enabled as a proxy account.",ValidationErrorMessage_rehomemergeinprogress:"Your account is currently undergoing maintenance. Try again later, and contact customer service if there's still a problem.",ValidationErrorMessage_remoteauthorizationfailed:"This site is experiencing technical difficulties. Please try again later. If this problem persists, please contact the site administrator.",ValidationErrorMessage_repository:"Unable to open connection to data repository. Please try again later.",ValidationErrorMessage_ssoproxyloginfailure:"An unexpected error occurred. Please log out and try again. If this problem persists, please contact the site administrator.",ValidationErrorMessage_unauthorizedwebsite:"Unable to authenticate. Please contact your system administrator.",ValidationErrorMessage_unknown:"An unknown error occurred. Please contact customer service for assistance.",ValidationErrorMessage_usernameloginfailednopwreset:"Login failed. Your account will be disabled on reaching the maximum limit for wrong attempts.",ValidationErrorMessage_usernamepunctuationerror:"Your username cannot contain any spaces or symbols other than a period (.), hyphen (-), underscore (_), or the at symbol (@)."});$$WP.Strings.getNamespace("authentication.oauth").addStrings({AccessDurationDisclaimer:"How long would you like @MYCHART@OAUTHAPPNAME@ to have access to your information?",AccessDurationInfo:"@MYCHART@OAUTHAPPNAME@ will have access to your information for @MYCHART@ACCESSPERIOD@, until @MYCHART@ENDDATE@ @MYCHART@TIMEZONE@. You can revoke access at any time.",AccessDurationInfoWithOfflineAccess:"@MYCHART@OAUTHAPPNAME@ will have access to your information for @MYCHART@ACCESSPERIODFOROFFLINEACCESS@, until @MYCHART@ENDDATEFOROFFLINEACCESS@ @MYCHART@TIMEZONEFOROFFLINEACCESS@. @MYCHART@OAUTHAPPNAME@ may access your information even when you are not using that app, and you can revoke access at any time.",AccessibilityTitle:"Top of terms page @MYCHART@PAGENUMBER@ of @MYCHART@TOTALPAGES@",AccessorForSoldData:"Companies to whom @MYCHART@VENDORNAME@ sells your data",AdditionalTermsHeader:"Additional Terms",AllowButtonExplanation:"You do want to allow @MYCHART@OAUTHAPPNAME@ to access your information.",AllowButtonTitle:"Authorize and go back to @MYCHART@OAUTHAPPNAME@ for selected patient.",AllowButtonValue:"Allow access",AllowOrDenyHeader:"Allow or Deny Access",Answer:"",Answer_A1A:"This app is developed by @MYCHART@VENDORNAME@ and provided by your healthcare provider, who must follow federal health privacy laws.",Answer_A1A_US:"This app is developed by @MYCHART@VENDORNAME@ and provided by your healthcare provider, who must follow HIPAA federal health privacy laws.",Answer_A1B:"This app is not provided by your healthcare provider, but is provided by @MYCHART@VENDORNAME@, who must follow federal health privacy laws.",Answer_A1B_US:"This app is not provided by your healthcare provider, but is provided by @MYCHART@VENDORNAME@, who must follow HIPAA federal health privacy laws.",Answer_A1C:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a government agency who is not a business associate of your healthcare provider, for purposes of this feature.",Answer_A1C_US:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a government agency who is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",Answer_A1D:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a non-profit organization that is not a business associate of your healthcare provider, for purposes of this feature.",Answer_A1D_US:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a non-profit organization that is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",Answer_A1E:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a for-profit organization that is not a business associate of your healthcare provider, for purposes of this feature.",Answer_A1E_US:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a for-profit organization that is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",Answer_A1F:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, an individual or independent developer who is not a business associate of your healthcare provider, for purposes of this feature.",Answer_A1F_US:"This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, an individual or independent developer who is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",Answer_A2F:"This app is funded by @MYCHART@VENDORNAME@'s other business ventures.",Answer_A2I:"This app is funded by grants from @MYCHART@GRANTS@.",Answer_A3BC:"This app can save your data on servers, outside of your device.",Answer_A3EF:"This app offers you an option to store data on servers, outside of your device.",Answer_A4:"Other than you, the following people and groups may have access to the data that you provide this app, consistent with the privacy policy and statements of @MYCHART@VENDORNAME@: @MYCHART@LISTOFACCESSORS@",Answer_A5B:"This app allows you to obtain a partial record of the data that it may have collected about you. The privacy policy and statements of @MYCHART@VENDORNAME@ may contain more details.",Answer_A6A:"This app allows you to delete all of the data that it has stored about you. Keep in mind that, even if the app has deleted your data, the app can't get back data provided to third parties.",Answer_A6B:"This app allows you to delete some of the data that it has stored about you, which may be based on your preferences. Keep in mind that, even if the app has deleted your data, the app can't get back data provided to third parties.",Answer_NA2H:"This app is funded by grants from @MYCHART@GRANTS@.",Answer_NA4:"Other than you, the following people and groups may have access to the data that you provide this app, consistent with the privacy policy and statements of @MYCHART@VENDORNAME@:",Answer_NA7:"The app developer uses data about the following people from your record:",Answer1Disclaimer:"Moving your data from your electronic health record to this app may move it out of a space protected by federal health privacy laws. The app will be able to use this data for any purposes permitted by your agreement with them. You should carefully review the app's privacy policy and statements for any privacy protections provided.",Answer6Disclaimer:"The privacy policy and statements of @MYCHART@VENDORNAME@ may contain more details.",Answer7Disclaimer:"@MYCHART@VENDORNAME@'s privacy policy and statements may have more details on how and when the app uses your data.",AppHasntAnsweredTitle:"@MYCHART@VENDORNAME@ has not shared if it:",AppHasSaidTitle:"@MYCHART@VENDORNAME@ has said that it:",AppStatusAffiliate:"@MYCHART@OAUTHAPPNAME@, provided by @MYCHART@VENDORNAME@, is affiliated with your healthcare provider.",AppStatusAffiliate_US:"@MYCHART@OAUTHAPPNAME@, provided by @MYCHART@VENDORNAME@, is affiliated with your healthcare provider who must follow HIPAA privacy guidelines.",AppStatusNonAffiliate:"@MYCHART@OAUTHAPPNAME@, provided by @MYCHART@VENDORNAME@, is not affiliated with your healthcare provider.",AppStatusNonAffiliate_US:" @MYCHART@OAUTHAPPNAME@, provided by @MYCHART@VENDORNAME@, is not affiliated with your healthcare provider. @MYCHART@VENDORNAME@ is <strong>not obligated by HIPAA privacy guidelines to protect your health information.<\/strong> ",BackButtonTitle:"Back to user selection",BackButtonValue:"Back",CancelButtonTitle:"Close reviewing @MYCHART@OAUTHAPPNAME@'s terms of use",CancelButtonValue:"Cancel",CanceledVisit:"(Canceled)",CarefullyConsiderText:"Carefully consider how this app might use your medical data before giving it access to your account.",CombineExpectedTime:"Starts in the @MYCHART@EXPECTEDTIME@ @MYCHART@EXPECTEDTIMEZONEMARKER@",CombineTime:"@MYCHART@FORMATTEDTIME@ @MYCHART@TIMEZONEMARKER@",ConsentHeader:"Before allowing @MYCHART@BOLDEDOAUTHAPPNAME@ access to your account, please be aware of the following important details. This information is provided by the creators of @MYCHART@BOLDEDOAUTHAPPNAME@.",DefinitionOfData:'All mentions of the term "data" refer to the data from your electronic health record.',DenyButtonExplanation:"You do not want to allow @MYCHART@OAUTHAPPNAME@ to access your information.",DenyButtonTitle:"Decline and go back to @MYCHART@OAUTHAPPNAME@",DenyButtonValue:"Deny access",DetailsAndOptions:"Details and more options",DiveDeeperButton:"View",DiveDeeperDetails:"Read more from the app developers of @MYCHART@OAUTHAPPNAME@.",DiveDeeperHeader:"Want to dive deeper?",DurationDisclaimerTitle:"How long will the app have access to my information?",DurationUntilExp:"",DurationUntilExp_HOURANDMIN:"@MYCHART@HOURS@ hour(s) and @MYCHART@MINUTES@ minute(s)",DurationUntilExp_MULTIDAYS:"@MYCHART@DAYS@ days",DurationUntilExp_SINGLEDAY:"@MYCHART@DAYS@ day",EncDefaultName:"Visit",EncHospitalVisit:"Hospital Visit",EncounterAccessibleGroupHeading:"List of visits",EncounterPickerHeaderText:"Select a Visit",EncounterPickerNoDataText:"There are no visits to share with @MYCHART@OAUTHAPPNAME@.",EncounterPickerPreText:"@MYCHART@OAUTHAPPNAME@ is requesting that you choose a visit.",EncUpcomingDelivery:"Upcoming Delivery",EncUpcomingProcedures:"Upcoming Procedures",IndefiniteDurationText:"You are authorizing @MYCHART@OAUTHAPPNAME@ to have repeated access to your personal health records until you revoke access. Your records in the future could include sensitive information that can't be predicted today.",IndefiniteDurationTextWithOfflineAccess:"You are authorizing @MYCHART@OAUTHAPPNAME@ to have repeated access to your personal health records until you revoke access. Your records in the future could include sensitive information that can't be predicted today. @MYCHART@OAUTHAPPNAME@ may access your information even when you are not using that app.",LearnMore:"Learn more",LeftWithoutSeenVisit:"(Not Seen)",LoadMoreVisits:"Load more past visits",LongAccessDurationWarning:"You are authorizing @MYCHART@OAUTHAPPNAME@ to have repeated access to your personal health records until @MYCHART@LONGACCESSENDDATE@ @MYCHART@LONGACCESSTIMEZONE@. Your records in the future could include conditions and procedures that can't be predicted today. You can still revoke access at any time.",LongAccessDurationWarningWithOfflineAccess:"You are authorizing @MYCHART@OAUTHAPPNAME@ to have repeated access to your personal health records until @MYCHART@LONGACCESSENDDATEFOROFFLINEACCESS@ @MYCHART@LONGACCESSTIMEZONEFOROFFLINEACCESS@. Your records in the future could include conditions and procedures that can't be predicted today. @MYCHART@OAUTHAPPNAME@ may access your information even when you are not using that app, and you can revoke access at any time.",NavigationBackButtonTitle:"Back to previous page",NavigationBackButtonValue:"Back",NavigationBackButtonValueReview:"Back to Linked Apps and Devices",NavigationNextButtonTitle:"Continue to next page",NavigationNextButtonValue:"Continue",NoShowVisit:"(Missed)",PermissionRequired:"@MYCHART@BOLDEDOAUTHAPPNAME@ wants your permission to access the following information:",PrivacyCriteria:"",PrivacyCriteria_C1Negative:" <strong>Does<\/strong> sell your data. ",PrivacyCriteria_C1Positive:" <strong>Does not<\/strong> sell your data. ",PrivacyCriteria_C1Unknown:"Sells your data.",PrivacyCriteria_C2Negative:" <strong>Will<\/strong> share your data without your specific permission. ",PrivacyCriteria_C2Positive:" <strong>Will not<\/strong> share your data without your specific permission. ",PrivacyCriteria_C2Unknown:"Shares your data without your specific permission.",PrivacyCriteria_C3Negative:" <strong>Does<\/strong> use your data for marketing or advertising. ",PrivacyCriteria_C3Positive:" <strong>Does not<\/strong> use your data for marketing or advertising. ",PrivacyCriteria_C3Unknown:"Uses your data for marketing or advertising.",PrivacyCriteria_C4Negative:" <strong>Does<\/strong> use your data to gain insights about your family. ",PrivacyCriteria_C4Positive:" <strong>Does not<\/strong> use your data to gain insights about your family. ",PrivacyCriteria_C4Unknown:"Uses your data to gain insights about your family.",PrivacyCriteria_C5Negative:" <strong>Does not<\/strong> let you delete all your health data that it has stored. ",PrivacyCriteria_C5Positive:" <strong>Does<\/strong> let you delete all your health data that it has stored. ",PrivacyCriteria_C5Unknown:"Stores your health data permanently.",PrivacyRiskHeader:"Privacy Risk",PurposeOfScreen:"Granting access will give @MYCHART@BOLDEDOAUTHAPPNAME@ access to the data you authorize.",ResourceListAXTitle:"List of selectable data types.",ScopesHeader:"What would you like to share?",ScopesPreText:"@MYCHART@BOLDEDOAUTHAPPNAME@ is requesting the following types of information. Select those you'd like to share:",ScopesPreTextNoScopes:"@MYCHART@BOLDEDOAUTHAPPNAME@ is not requesting any specific information from your health record. However, you may still allow access in order to identify yourself.",SuspiciousAppOpeningLine:"@MYCHART@OAUTHAPPNAME@ has not answered the following Terms of Use questions:",SuspiciousBehavior:"",SuspiciousBehavior_NQ1_Answer:"The app developer has not answered who is offering the app.",SuspiciousBehavior_NQ1_Question:"Who is offering the app?",SuspiciousBehavior_NQ2_Answer:"The app developer has not answered how the app is funded.",SuspiciousBehavior_NQ2_Question:"How is the app funded?",SuspiciousBehavior_NQ3_Answer:"The app developer has not answered where the app saves your data.",SuspiciousBehavior_NQ3_Question:"Where does the app save your data?",SuspiciousBehavior_NQ4_Answer:"The app developer has not answered who has access to your data when you provide it to the app.",SuspiciousBehavior_NQ4_Question:"Who has access to your data when you provide it to this app?",SuspiciousBehavior_NQ5_Answer:"The app developer has not answered if you can obtain a record of the data the app has collected about you.",SuspiciousBehavior_NQ5_Question:"Can you obtain a record of the data the app has collected about you?",SuspiciousBehavior_NQ6_Answer:"The app developer has not answered how they use your data.",SuspiciousBehavior_NQ6_Question:"How does the app developer use your data?",SuspiciousBehavior_NQ7_Answer:"The app developer has not answered if they use data about other individuals in your record.",SuspiciousBehavior_NQ7_Question:"Does the app developer use data about other individuals in your record?",SuspiciousBehavior_Q1_Answer:"This organization might not be covered under federal health privacy laws.",SuspiciousBehavior_Q1_Answer_US:"This organization might not be covered under HIPAA federal health privacy laws.",SuspiciousBehavior_Q1_Question:"What type of organization is offering the app?",SuspiciousBehavior_Q2_Answer:"This app might be funded by the sale of your data.",SuspiciousBehavior_Q2_Question:"How is the app funded?",SuspiciousBehavior_Q3_Answer:"This app might store your data outside of this device.",SuspiciousBehavior_Q3_Question:"How is your data stored?",SuspiciousBehavior_Q4_Answer:"This organization might distribute your data to other individuals or groups.",SuspiciousBehavior_Q4_Question:"Who will have access to your data when it is provided to the app?",SuspiciousBehavior_Q5_Answer:"You might not know what data this app has gathered from your health record.",SuspiciousBehavior_Q5_Question:"Does this app tell you about the data it has collected about you?",SuspiciousBehavior_Q6_Answer:"This app may retain data in your health record after access to your record expires.",SuspiciousBehavior_Q6_Question:"How will your data be retained?",SuspiciousBehavior_Q7_Answer:"This app might use your data in advertising or for other purposes.",SuspiciousBehavior_Q7_Question:"How will your data be used?",SuspiciousCardExplanationText:"\n\t\t\t\tAfter your data has been shared with @MYCHART@OAUTHAPPNAME@, it could be made public.\n\t\t\t",SuspiciousCardHeaderText:"\n\t\t\t\tThis app's developer has NOT yet submitted to us how they plan to use your data.\n\t\t\t",SuspiciousPageHeader:"\n\t\t\t\tAbout @MYCHART@OAUTHAPPNAME@\n\t\t\t",TermsOfUseHeader:"What you need to know about @MYCHART@OAUTHAPPNAME@",TimeToBeDetermined:"Time to be determined",Title:"OAuth Access Authorization",WhyRecommendDeny:"Because the app's developer has not informed us of how they plan to use your data, we recommend that you deny access to your account."});$$WP.Strings.getNamespace("autopay").addStrings({additionalMessages:"",backLabel:"Back",backLabelAlt:"Go back to change your payment plan terms",backText:"Back to account details",backTextSummary:"Back to Billing Summary",backToAccountDetailsLabel:"Back to account details",callToTerminatePlan:"If you need to end your plan, you will need to call us at @MYCHART@CSPHONENUMBERTERMINATEPLAN@ or send a message to customer service.",cannotRemoveBalances:"Once your plan is active, you may make updates but may not remove previously added balances.",cardWarningBoxCardWillExpireDesc:"You will need to add or choose a new payment method before your selected card expires. We'll notify you electronically when your selected card is about to expire.",cardWarningBoxCardWillExpireTitle:"Your selected credit card will expire before your plan is completed.",cardWarningBoxTokenWillExpireDesc:"For your security, we can only keep the selected payment method in our system for a limited amount of time. You will need to update your payment method before your plan is completed. We'll notify you electronically when your selected payment method is about to expire.",cardWarningBoxTokenWillExpireTitle:"Your selected payment method will need to be updated before your plan is completed.",checkAltText:"Electronic check",confirmHeader:"Confirm your payment plan",continueLabel:"Continue",continueLabelAlt:"Continue to verification of your payment plan terms",csURLTitle:"Or send customer service a message.",currentPaymentMethodInfo:"Automatic payments are made on the @MYCHART@APCURRENTAUTOPAYDOM@ of each month with this payment method.",currentPaymentSummary:"You are paying @MYCHART@APCURRENTMONTHAMT@ per month towards your plan balance of @MYCHART@APTOTALBALANCE@.",currentTimelineSummary:"You have @MYCHART@APCURRENTNUMPMTS@ payments left until you pay off your balance.",currentTimelineSummarySingular:"You have @MYCHART@APCURRENTNUMPMTS@ payment left until you pay off your balance.",doesNotIncludeUndist:" This amount doesn't include unapplied payments.",editCurrentPlanStatusLabel:"Current payment plan",editPlanTermsHeader:"Update your monthly amount",errInvalidPmtMethod:"Invalid payment information was entered. Please go back and try again, making sure that the entered data matches your credit card or bank account.",errOther:"We encountered a problem while setting up your payment plan. Please try again or contact customer service.",howMuchWouldYouLikeToPay:"How much do you want to pay per month towards your outstanding balance of @MYCHART@APOUTSTANDING@?",howMuchWouldYouLikeToPayEligible:"How much do you want to pay per month towards your eligible balance of @MYCHART@APELIGIBLE@?",infoAltText:"Additional information about your payment plan",monthlyPaymentForNextMonth:"The new payment amount will go into effect next month.",monthlyPaymentForNextMonthStillDue:"The new payment amount will go into effect next month. @MYCHART@APSTILLDUETHISMONTH@ is still due this month.",monthlyPaymentIncreaseMessage:"This monthly amount is @MYCHART@APMONTHAMTDIFF@ more than your current monthly payment of @MYCHART@APCURRENTMONTHAMT@.",newBalanceAlwaysAddedMessageDesc:"You will not need to update your plan after every visit.",newBalanceAlwaysAddedMessageTitle:"Future visits will be automatically included in your payment plan. ",newBalanceNotAddedMessageDesc:"You will need to update your plan if you want to include future balances.",newBalanceNotAddedMessageTitle:"Only your current outstanding balance will be included in your payment plan. ",newPlanTermsHeader:"Choose a monthly amount",noPaymentMethodText:"This payment plan is not setup for automatic payments.",ordinalNd:"nd",ordinalRd:"rd",ordinalSt:"st",ordinalTh:"th",overdueBalanceBannerDetailWarning:"This account has an overdue balance of @MYCHART@OVERDUEAMOUNT@, which will be added to your next monthly payment.",overdueBalanceBannerHeaderWarning:"Overdue Payment",overdueExcludeFromBalanceBannerDetailWarning:"This account has an overdue balance of @MYCHART@EXCLUDEDOVERDUEAMOUNT@.",paymentMethodInfo:"Payments will be made automatically on the @MYCHART@APNEWAUTOPAYDOM@ of each month with this payment method.",paymentSummary:"You will be paying @MYCHART@APMONTHAMTNEW@ per month towards your balance of @MYCHART@APTOTALBAL@.",pleasePrint:"You may print this page for your records.",posttext:"",pretext:"",questionsPhone:"If you have any questions, please call us at @MYCHART@CSPHONENUMBERCUSTOMERSERVICE@.",reviewPaymentMethodLabel:"Review payment method",reviewPlanLabel:"Review plan",selectPaymentMethodLabel:"Select payment method",signingUpForPaperlessBillingButtonTitle:"Enroll in paperless billing",signingUpForPaperlessBillingDesc:"When enrolled in paperless billing, we'll notify you electronically when you have a new statement.",startPlanLabel:"Start plan",startPlanLabelAlt:"Start your payment plan",statusEdit:"Your automatic payment plan has been updated.",statusNew:"Your automatic payment plan has been set up.",stepOnePostText:"",stepOnePreText:"",stepThreePreText:"",successImageAlt:"Payment plan is now active",successProblemDesc:"Your payment plan has been setup. Please access the account details page for the payment plan details.",successProblemTitle:"There was a problem showing your payment plan details.",terminatePlanLabel:"Terminate plan",terminatePlanLabelAlt:"Terminate your payment plan",terminationSuccessfullHead:"Your payment plan was successfully terminated.",terminationSuccessfullStatement:"You will owe the full outstanding balance on your next statement.",termsAutoPayDOMIsInvalidDesc:'\n\t\t\t\t\tIt has been automatically adjusted to <span id="previousValidDOM">@MYCHART@LASTVALIDDAYOFMONTH@<\/span>, the most recent valid entry. If you would like to change your payment day of month, enter the day as a number between 1 and 31.\n\t\t\t\t',termsAutoPayDOMIsInvalidTitle:"The payment day of month you entered is invalid.",termsEditWarningBoxMonthlyAmtBelowMinimumMessageDesc:"Your current monthly payment of @MYCHART@APCURRENTMONTHAMT@ is not allowed for your account. If you update your plan, the monthly amount must be adjusted.",termsEditWarningBoxMonthlyAmtBelowMinimumMessageTitle:"Monthly Amount Change",termsEditWarningBoxMonthlyAmtTooLowMessageDesc:"It has been automatically adjusted to the minimum allowed amount.",termsEditWarningBoxMonthlyAmtTooLowMessageTitle:"Your original monthly payment is too low for your new outstanding balance.",termsEligibleBalanceWarningDetail:"\n\t\t\t\tNot all of your outstanding balance of @MYCHART@TOTALSPBALSTR@ is eligible to be added to a payment plan.\n\t\t\t",termsEligibleBalanceWarningTitle:"\n\t\t\t\tOutstanding Balance\n\t\t\t",termsExistingAutoPayDOMChangedDesc:"Because you are changing your payment day of month and the changes are immediate, you may owe more than your monthly amount for your next scheduled payment.",termsExistingAutoPayDOMChangedDoubleChargeDesc:"Because you are changing your payment day of the month and the changes are immediate, you will need to make a payment for your current amount due to prevent becoming overdue. If you do not pay your current amount due, you will be charged your overdue amount in addition to next month's due with your scheduled payment.",termsExistingAutoPayDOMChangedDoubleChargeTitle:"You will be charged more than your monthly amount on your next payment date.",termsExistingAutoPayDOMChangedNotDoubleChargeDesc:"Because you are changing your payment day of the month and the changes are immediate, be aware that your next scheduled payment will not include any overdue balance on your account. You will need to make a separate payment for your overdue balance.",termsExistingAutoPayDOMChangedNotDoubleChargeTitle:"Overdue payment required.",termsExistingAutoPayDOMChangedTitle:"You may be charged more than your monthly amount on your next payment date.",termsFinancialAssistanceMessageCS:"Or send a message to customer service.",termsFinancialAssistanceMessagePhone:"If you would like to learn about other payment options, please call us at @MYCHART@CSPHONENUMBERFINANCIALASSISTANCE@.",termsFinancialAssistanceMessagePhoneMobile:"If you need assistance or have additional questions, please call us at <a class=\"csPhone\" href='tel:@MYCHART@CSPHONENUMBER5@'>@MYCHART@CSPHONENUMBER5@<\/a>.",termsNewWarningBoxMonthlyAmtTooHighMessageDesc:'\n\t\t\t\t\tIt has been automatically adjusted to your plan balance <span id="maxMonthAmt">@MYCHART@MAXIMUMMONTHLYAMOUNT@<\/span>.\n\t\t\t\t',termsNewWarningBoxMonthlyAmtTooHighMessageTitle:"The monthly payment you entered is more than your outstanding balance.",termsNewWarningBoxMonthlyAmtTooLowMessageDesc:'\n\t\t\t\t\tIt has been automatically adjusted to the minimum allowed amount of <span id="minMonthAmt">@MYCHART@MINIMUMMONTHLYAMOUNT@<\/span>.\n\t\t\t\t',termsNewWarningBoxMonthlyAmtTooLowMessageTitle:"The monthly payment you entered is not allowed for your account.",termsWarningRestrictedDateChangeDaysDesc:"Payments will be made on the day of month you selected, starting next month.",termsWarningRestrictedDateChangeDaysTitle:"The new payment day of month will take effect on the next statement.",thisMonthlyAmountRequirements:"This monthly amount will require you to make @MYCHART@APPMTSREQ@ payments until you pay off your balance in @MYCHART@APENDDATE@.",timelineSummary:"\n\t\t\t\tYour first payment will be made on @MYCHART@APNEWNEXTDATE@ and will be the first of @MYCHART@APNEWNUMPMTS@ payments until you pay off your balance in @MYCHART@APNEWENDDATE@\n\t\t\t",Title:"Auto Payment Plan Workflow",titleEdit:"Update Your Payment Plan",titleNew:"Sign Up for a Payment Plan",updatePlanLabel:"Update plan",updatePlanLabelAlt:"Update your payment plan with these terms",whichDayOfTheMonth:"On which day of the month (1-31) would you like your payments to be made?",whichDayOfTheMonthAssistive:"On which day of the month, 1 to 31, would you like your payments to be made?"});$$WP.Strings.getNamespace("bedsiderequests").addStrings({AvailableRequestAccessibleDescription:"Submit new request for @MYCHART@RequestName@",BackButton:"Back",BackButtonCancel:"Cancel",CancelingRequest:"Canceling request",CancelRequestButtonText:"Cancel request",CommentsLabel:"Any special details?",NewRequestHeading:"Submit New Request",NoRequestsAvailable:"No Requests Available",PendingCommentsLabel:"Comments",PendingRequestAccessibleDescription:"View details about pending request for @MYCHART@RequestName@",PendingRequestHeading:"Request Details",PendingRequestsHeading:"Pending Requests",RequestCancelledToast:"Request cancelled",RequestDetailsTitle:"Request Details",RequestedLabel:"Requested",RequestsTitle:"Requests",RequestSubmittedToast:"Request submitted",SubmitRequestButtonText:"Submit request",SubmittingRequest:"Submitting request",Title:"Requests",ViewRequestDetails:"View details"});$$WP.Strings.getNamespace("billing.shared.payasguest").addStrings({acctFound:"Account found",complete:"Complete",continueNoAccountHelp:"Continue paying as guest and skip creating an account.",continueNoSignInHelp:"Continue paying as guest and skip signing in.",createAccount:"Sign up now",createAccountHelp:"Leave this page and create a @MYCHART@APPTITLE@ account before paying.",day:"Day",dd:"dd",dob:"Date of birth",errornopayments:"The location associated with this account is not configured to accept online payments. ",errTimeout:"Due to inactivity your session has expired. Please enter your information and try again.",fieldNumeric:"This field must be numeric",fieldRequired:"This field is required",invalidDate:"Please enter a valid date",lastName:"Last name",lookUp:"Look up",messageNoBalance:"Your account does not have any outstanding balances.",mm:"mm",month:"Month",needHelp:"Need help?",signedInVerifyFailedMessage:"The user you logged in with does not have access to the account.",signedInVerifyFailedMessage2:"The user you logged in with does not have access to the account. You will need to look up an account again in order to make a payment.",signIn:"Sign in",signInHelp:"Leave this page and sign in to your @MYCHART@APPTITLE@ account before paying.",signInPrompt:"Want to use a saved credit card or bank account? Log in to your @MYCHART@APPTITLE@ account!",signinSidebar:"Sign in to @MYCHART@APPTITLE@",signUpPrompt:"Want to save your credit card or bank account for next time? You can also learn more about your bill, sign up for a payment plan, and review your payment history. Sign up for @MYCHART@APPTITLE@ today!",signupSidebar:"Sign up for @MYCHART@APPTITLE@",ssn:"Last four of SSN",ssnLengthNotFourError:"Length is not four",startOver:"Start over",startOverHelp:"Clear this page and start over.",Title:"Pay as Guest",tryDOB:"Try date of birth",tryLastName:"Try last name",trySSN:"Try last four digits of Social Security number",year:"Year",yyyy:"yyyy"});$$WP.Strings.getNamespace("billingaccount.welcome.accountbalancepage").addStrings({AccountBalanceHeader:"Choose accounts to pay",AccountHistoryButtonSpokenContent:"View details for account @MYCHART@GUARANTORID@",AccountSpokenContent:"Account @MYCHART@ACCOUNTGUARANTORID@ (@MYCHART@ACCOUNTGUARANTORNAME@) with an outstanding @MYCHART@ACCOUNTBILLINGSYSTEM@ balance of @MYCHART@ACCOUNTOUTSTANDINGBALANCE@",BillingSystem:"Billing System",BillingSystem_HB:"Hospital Services",BillingSystem_PB:"Physician Services",BillingSystem_SBO:"Physician and Hospital Services",Close:"Close",GuarantorAccountIdLabel:"Guarantor #@MYCHART@GUARANTORACCOUNTID@",GuarantorAccountIdLabelSpoken:"Guarantor account number @MYCHART@GUARANTORACCOUNTIDSPOKEN@",PayFullAmount:"Pay full amount",PayInvalid:"Pay",PayPart:"Pay part",PayPartInputFieldSpoken:"Enter the amount to pay for this account.",PayValid:"Pay @MYCHART@WELCOMETOTALAMOUNT@",Title:"Account Balance Page"});$$WP.Strings.getNamespace("billingaccountcustomerservice").addStrings({AccountDisplay:"Guarantor #@MYCHART@GuarantorId@",DefaultTitle:"Billing Question",Title:"Billing Account Customer Service"});$$WP.Strings.getNamespace("billpay").addStrings({autoPayInfo:"This account is enrolled in Auto Pay",BackToApptDetails:"Back to Visit Details",BackToVisitsList:"Back to Appointments and Visits",btnAmountDue:"Amount due",btnAmountDueOverdue:"Overdue",btnAmountDueWithDate:"Amount due by @MYCHART@AmountDueDate@",btnContinue:"Continue",btnContinueTitle:"Continue to the next step",btnFullBalance:"Full balance",btnNotWorkRelated:"Not work-related",btnOtherAmount:"Other amount",btnPayLaterBalance:"Pay outstanding balances later",btnPayLaterCopay:"Pay copay later",btnPayLaterCopayBalance:"Pay copay and outstanding balances later",btnPayLaterPrepay:"Pay prepay later",btnPayLaterPrepayBalance:"Pay prepay and outstanding balances later",btnPayNow:"Pay",btnSubmit:"Submit",btnSubmitTitle:"Send this information to your doctor",btnTitleInvalidAmounts:"Update all invalid amounts prior to proceeding",btnTitleNoAmount:"Enter amounts to pay before proceeding",btnTitleValid:"Pay the specified amount",btnTitleVisitPaymentRequired:"You must also pay your copay or prepay for this visit if you wish to pay an outstanding balance",btnWorkRelated:"Work-related",CalculatingPaymentMain:"Calculating payment due.",CalculatingPaymentSub:"This might take a few minutes. Please wait or check back later.",discountConditionMessage:"remaining prepay amount includes a @MYCHART@DiscountAmount@ discount if paid in full by @MYCHART@VisitDate@",labelDiscountIfPaidBy:"Discount (if paid in full by @MYCHART@VisitDate@)",labelDue:"Due",labelDueOnDate:"Due on",labelOriginalDue:"Prepay due",labelPaid:"paid",labelPreviouslyPaid:"Previously paid",labelRemainingPrepay:"Remaining prepay",labelViewDetails:"View details",msgCopayPaidInFull:"Your @MYCHART@DollarAmount@ copay for this visit has already been paid.",msgNoPaymentsDue:"You have no payments due for this visit at this time. Please continue to the next step.",msgPaymentError:"The payment amount that you have entered is invalid.",msgPaymentWarning:"The payment amount that you have entered is more than your amount due.",msgPaymentWarningNeeded:"You must make a payment for this visit.",msgPaymentWarningUnder:"The payment amount that you have entered is less than your amount due. You will be asked to pay the remaining amount when you arrive for your visit.",msgPrepayPaidInFull:"Your @MYCHART@DollarAmount@ prepay for this visit has already been paid.",msgRescheduledVisit:"",msgUserDirection:"Please select the amounts you wish to pay below. If you are unable to pay now, you can pay later.",msgUserDirectionEVisit:"Complete your @MYCHART@BrandEVisit@ payment below.",msgUserDirectionEVisitNoMnemonic:"Complete your E-Visit payment below.",msgUserDirectionPaymentRequired:"Complete your payment below.",msgWorkersComp:"You have indicated that your appointment is for a work-related injury. Your employer's insurance might cover the visit, so we don't need to collect your copay or prepay at this time.",msgWorkersCompQuestion:"You might not owe a copay or prepay if your employer's insurance covers the visit.",nextECheckInStep:"Continue @MYCHART@BrandECheckIn@",nextECheckInStepNoMnemonic:"Continue eCheck-In",outstandingBalanceHeader:"Your Outstanding Balances",outstandingBalanceHeaderHBOnly:"Your Outstanding Hospital Balances",outstandingBalanceHeaderPBOnly:"Your Outstanding Physician Balances",quesWorkRelatedInjury:"Is this appointment for a work-related injury?",submitECheckIn:"Submit @MYCHART@BrandECheckIn@",submitECheckInNoMnemonic:"Submit eCheck-In",subTitleAmountToPay:"Select Amount To Pay",thisVisitHeader:"Payment for This Visit",Title:"Visit Payment",titleBalance:"Account #@MYCHART@GuarantorAccountId@",titleCopay:"Copay",titlePayment:"Payment",titlePrepay:"Prepay",visitAutoPayDescription:"This visit is eligible for Visit Auto Pay. If you sign up, the following terms will apply.",visitAutoPayError:"There was an error encountered when attempting to set up visit auto pay.",visitAutoPayHeader:"Visit Payment",visitAutoPayNotNow:"Not Now",visitAutoPaySignUp:"Sign Me Up",visitAutoPayTitle:"Visit Auto Pay",visitAutoTermAmount:"You can save a payment method which will be used to automatically pay for this visit, up to @MYCHART@VAPMAXAMOUNT@.",visitAutoTermAmountVerify:"Your payment method will be used to automatically pay for this visit, up to @MYCHART@VAPMAXAMOUNTVERIFY@.",visitAutoTermAmountWithInsurance:"You can save a payment method which will be used to automatically pay for this visit, up to @MYCHART@VAPMAXAMOUNTINSURANCE@, after insurance has paid.",visitAutoTermAmountWithInsuranceVerify:"Your payment method will be used to automatically pay for this visit, up to @MYCHART@VAPMAXAMOUNTINSURANCEVERIFY@, after insurance has paid.",visitAutoTermDate:"@MYCHART@VAPLASTDAY@ is the latest we will automatically charge you for this visit.",visitAutoTermDiscount:"You will receive a @MYCHART@VAPDISCOUNTAMOUNTTERMS@% discount for charges automatically paid on this visit.",visitAutoTermNotification:"You will be notified a few days before we automatically charge you.",visitAutoTermNotificationWithReference:"You will be notified a few days before we automatically charge you (reference #@MYCHART@VAPREFERENCENUMBER@).",visitAutoTermStatement:"You may still receive a statement if you owe more than this."});$$WP.Strings.getNamespace("billpay.confirmpayment").addStrings({accountPaymentSuccessful:"Your payment has been submitted, but it may take a few days for this payment to be processed by your bank. Please print this page as a receipt for your records.",accountPaymentSuccessfulMobile:"Your payment has been submitted, but it may take a few days for this payment to be processed by your bank.",alsoPrintThisPage:"You may also print this page as a receipt for your records.",backToAcctDetails:"Back to account details",backToAcctSummary:"Back to Billing Summary",backToApptDetails:"Back to Visit Details",cardPaymentSuccessful:"Your payment has been processed successfully! Please print this page as a receipt for your records.",cardPaymentSuccessfulMobile:"Your payment has been processed successfully!",confCode:"Authorization code:",date:"Date:",emailAndSMSSent:"We sent a receipt to @MYCHART@CONFEMAIL2@ and @MYCHART@CONFPHONE2@.",emailAndTextConfirmationSent:"We sent a confirmation to @MYCHART@EMAILADDRESS1@ and @MYCHART@PHONENUMBER1@.",emailConfirmationSent:"We sent a confirmation to @MYCHART@EMAILADDRESS@.",emailSent:"We sent a receipt to @MYCHART@CONFEMAIL1@.",errLoadingFailed:"We encountered a problem while loading your account for payment. Please go back to the previous page and try again.",errMissingSecurity:"User not authorized to access this feature.",errPmtAlreadyProcessed:"This payment has been submitted previously. In order to prevent duplicate charges, we did not resubmit the payment. Please contact customer service for more details.",errPmtFailed:"We encountered a problem while processing your payment. Your credit card or bank account was not charged. Please contact customer service.",errPmtInsufficientFunds:"The payment method you selected does not have enough funds to cover the payment amount. Your credit card or bank account was not charged.",errPmtInvalidPaymentInfo:"Invalid payment information was entered. Please go back and try again, making sure that the entered data matches your credit card or bank account.",failedSavingToken:"We were unable to save your payment method.",haveAnotherPayment:"Have another outstanding balance?",makeAnotherPayment:"Make another payment",makeAnotherPaymentHelp:"Go back and make another payment.",multiPayLightboxCloseAltText:"A new popup window for the processed payment has appeared. Click here to close this popup.",mychartMessage:"Want to save your credit card or bank account for next time? You can also learn more about your bill, sign up for a payment plan, and review your payment history. Sign up for @MYCHART@APPTITLE@ today!",pmtAlreadyProcessed:"Payment Already Processed",pmtFailed:"Payment Failed",pmtSuccess:"Payment Processed",preauthSuccessful:"Your payment has been authorized successfully! Your credit card will be charged when you check in for the appointment. Please print this page as a receipt for your records.",preauthSuccessfulMobile:"Your payment has been authorized successfully! Your credit card will be charged when you check in for the appointment.",printPage:"Print this page",printReceipt:"Print receipt",printThisPage:"Please print this page as a receipt for your records.",returnECheckIn:"Continue",returnToPayment:"Continue",sendAdditionalEmailOrSMS:"If you would like an additional receipt sent to an email address or phone number, please enter it below.",sendAdditionalSMS:"If you would like an additional receipt sent to a phone number, please enter it below.",sendAddtionalEmail:"If you would like an additional receipt sent to an email address, please enter it below.",sendEmail:"To send a receipt, enter an email address in the field below.",sendEmailOrSMS:"To send a receipt, enter an email address or cell number in the field below.",sendSMS:"To send a receipt, enter a cell number in the field below.",signUpNow:"Sign up now",signUpNowHelp:"Sign up for a @MYCHART@APPTITLE@ account.",signupSidebar:"Sign up for @MYCHART@APPTITLE@",smsSent:"We sent a receipt to @MYCHART@CONFPHONE1@.",successAccount:"Your payment has been submitted, but it may take a few days for this payment to be processed by your bank.",successCard:"Your payment has been processed successfully!",successPreauth:"Your payment has been authorized successfully! Your credit card will be charged when you check in for the appointment.",textConfirmationSent:"We sent a confirmation to @MYCHART@PHONENUMBER@.",thanksForPaymentHeader:"Thanks for your payment!",Title:"Confirm Payment",tryAgain:"Try again",tryAgainHelp:"Go back to the previous page to attempt another payment."});$$WP.Strings.getNamespace("billpay.harselection").addStrings({acctTypeHB:"Hospital Services &mdash; Hospital Account #@MYCHART@HBACCTNUM@",acctTypePB:"Professional Services &mdash; Visit Account #@MYCHART@PBACCTNUM@",acctTypeUnknown:"Account #@MYCHART@UNKNOWNACCTNUM@",balanceLabel:"Outstanding Balance",chooseVisit:"How would you like to apply your payment?",dateRangeString:"@MYCHART@STARTDATE@ to @MYCHART@ENDDATE@",dateString:"@MYCHART@DATE@",distDefault:"The recommended option will automatically apply your payment.",distEqual:"The recommended option will automatically apply your payment equally across your visits.",distNewest:"The recommended option will automatically apply your payment to the newest visit first.",distOldest:"The recommended option will automatically apply your payment to the oldest visit first.",distPaymentPlan:"The recommended option will automatically apply your payment to visits on your payment plan first.",distWeighted:"The recommended option will automatically divide your payment among visits based on the relative balance of each visit.",har:"@MYCHART@VISITTYPE1@",harLoc:"@MYCHART@VISITTYPE2@ at @MYCHART@LOCATION2@",optionLabelApplyAutomatically:"Apply automatically (recommended)",optionLabelChooseVisit:"Choose specific visit to pay",patientString:"Patient: @MYCHART@PATIENTNAME@",selectAccountText:"You have multiple visits with outstanding balances.",Title:"Select an Account"});$$WP.Strings.getNamespace("billpay.makepayment").addStrings({acctNum:"Account #",acctPayment:"Account Payment for @MYCHART@GUARANTORNAME@",acctPaymentSubtitle:"Guarantor #@MYCHART@GUARANTORACCOUNTID@",acctType:"Account Type",ACHTypeAndLastFour:"@MYCHART@ACHTYPE@ x@MYCHART@LASTFOUR@",addlInfo:"Additional information",address:"Address",almostDone:"You're almost done!",amtDue:"Amount due",amtDueHBHelpText:"This is your current amount due. It includes the amount due for your payment plan plus any outstanding balances that are not on your payment plan.",amtDueHelpText:"Pays the current amount due.",amtDuePBHelpText:"This is the amount due for your payment plan.",applyFA:"Request assistance",autopayHeader:"Can't pay all at once?",back:"Back",backHelp:"Go back to edit your information.",backToAcctDetails:"Back to account details",backToAcctSummary:"Back to Billing Summary",badDebtHARHelp:"This account has been sent to a collections agency and will not appear on your statements.",badDebtHARHelpPhone:"This account has been sent to a collections agency and will not appear on your statements. If you have questions, please call customer service at @MYCHART@BADDEBTPHONENUMBER@.",balanceForBothServicesAndServiceArea:"You have a balance due for both hospital and professional services at @MYCHART@SERVICEAREA@.",balanceForHospitalServicesAndServiceArea:"You have a balance due for hospital services at @MYCHART@SERVICEAREA@",balanceForProfessionalServicesAndServiceArea:"You have a balance due for physician services at @MYCHART@SERVICEAREA@.",balanceForServiceArea:"You have a balance due for services performed at @MYCHART@SERVICEAREA@.",bankAcctState:"Bank account state",billingAddr:"Address",btnCancelPayment:"Cancel payment",btnProcessPayment:"Process payment",callCustomerService:"If you need help making your payment or have questions about your account, call us at @MYCHART@CSPHONE@.",callCustomerService2:"Please contact customer service at @MYCHART@CSPHONE2@.",cancel:"Cancel",cancelHelp:"Cancel the payment and clear the data on the page.",CCExpiration:"exp. @MYCHART@EXPMM@/@MYCHART@EXPYYYY@",checking:"Checking",chooseAmountStep:"How much would you like to pay today?",chooseAmountStepOne:"1. How much would you like to pay today?",chooseAmountStepThree:"3. How much would you like to pay today?",chooseAmountStepTwo:"2. How much would you like to pay today?",city:"City",continueBtn:"Continue",continueHelp:"Continue to the next step. You will have a chance to review your details before processing the payment.",createPlan:"Set up payment plan",email:"Email",faDescription:"You might be eligible for financial assistance. We’ll work with you to determine if a new insurance program, discount, or payment arrangement makes sense based on your financial situation.",faHeader:"Need help paying?",furtherAssistance:"If you need further assistance in making a payment, contact us at @MYCHART@PHONEASSIST@",goBackButton:"Go back",guarAcct:"Guarantor Account",guarAcctNum:"Guarantor Account #",hb:"Hospital Billing",hospital:"Hospital",ineligibleBalanceExplanation:"@MYCHART@INELIGIBLEBALANCE@ of your balance cannot be added to a payment plan and will need to be paid separately.",licenseNo:"Driver's license number",messageOverpayment:"The payment amount that you have entered is more than your total outstanding balance for the account.",messageOverpaymentHAR:"The payment amount that you have entered is more than your outstanding balance for the selected visit.",multiPayLightboxCloseAltText:"A new popup window for entering payment information has appeared. Click here to close this popup.",multiPayTotal:"Total",needHelp:"Need help?",newActivity:"\n\t\t\t\t\tThere has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE6@. Please pay the amount due below.\n\t\t\t\t",newActivityBadDebt:"\n\t\t\t\t\tThe amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE12@ because part of your balance is with a collections agency. Please pay the amount due below.\n\t\t\t\t",newActivityBadDebtPhone:"\n\t\t\t\t\tThe amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE11@ because part of your balance is with a collections agency. Please pay the amount due below. If you want more details, call customer service at @MYCHART@NEWACTIVITYPHONE11@.\n\t\t\t\t",newActivityBadDebtSignIn:'\n\t\t\t\t\tThe amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE10@ because part of your balance is with a collections agency. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL10@">sign in to @MYCHART@APPTITLE@<\/a>.\n\t\t\t\t',newActivityBadDebtSignInPhone:'\n\t\t\t\t\tThe amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE9@ because part of your balance is with a collections agency. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL9@">sign in to @MYCHART@APPTITLE@<\/a> or call customer service at @MYCHART@NEWACTIVITYPHONE9@.\n\t\t\t\t',newActivityBadDebtSignUp:'\n\t\t\t\t\tThe amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE8@ because part of your balance is with a collections agency. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL8@">sign up for @MYCHART@APPTITLE@<\/a>.\n\t\t\t\t',newActivityBadDebtSignUpPhone:'\n\t\t\t\t\tThe amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE7@ because part of your balance is with a collections agency. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL7@">sign up for @MYCHART@APPTITLE@<\/a> or call customer service at @MYCHART@NEWACTIVITYPHONE7@.\n\t\t\t\t',newActivityPhone:"\n\t\t\t\t\tThere has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE5@. Please pay the amount due below. If you want more details, call customer service at @MYCHART@NEWACTIVITYPHONE5@.\n\t\t\t\t",newActivitySignIn:'\n\t\t\t\t\tThere has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE4@. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL4@">sign in to @MYCHART@APPTITLE@<\/a>.\n\t\t\t\t',newActivitySignInPhone:'\n\t\t\t\t\tThere has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE3@. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL3@">sign in to @MYCHART@APPTITLE@<\/a> or call customer service at @MYCHART@NEWACTIVITYPHONE3@.\n\t\t\t\t',newActivitySignUp:'\n\t\t\t\t\tThere has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE2@. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL2@">sign up for @MYCHART@APPTITLE@<\/a>.\n\t\t\t\t',newActivitySignUpPhone:'\n\t\t\t\t\tThere has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE1@. Please pay the amount due below. If you want more details, <a href="@MYCHART@MYCHARTURL1@">sign up for MyChart<\/a> or call customer service at @MYCHART@NEWACTIVITYPHONE1@.\n\t\t\t\t',noAmtDue:"You do not currently have an amount due, but you may choose to make a payment toward your outstanding balance.",noBalance:"You have no outstanding balances at this time.",noBalanceOrStatement:"You have no outstanding balances or recent statements.",otherAmt:"Other amount",otherAmtHelpText:"Specify an amount other than the options given.",otherAmtHelpText2:"Enter a different amount to pay.",otherAmtHelpText3:"Change the amount to pay.",outstandingBal:"Outstanding balance",outstandingBalHelpText:"Pays the full outstanding balance.",overallTitle:"Account Payment",payAmountButton:"Pay @MYCHART@PAYMENTAMOUNT@",payDifferentAmount:"Pay a different amount",pb:"Professional Billing",phone:"Phone",physician:"Physician",pmtAmt:"Payment amount",pmtAmtInvalid:"Payment amount is invalid",pmtInfo:"Payment information",pmtMethod:"Payment method",pmtMethodIsExpired:"Your payment method is expired.",pmtMethodIsExpiring:"Your payment method is expiring soon.",pmtMethodLastFour:"Ending in @MYCHART@LASTFOURDIGITS@",processingPaymentLoadingLabel:"Processing payment...",processPayment:"Process payment",processPaymentHelp:"Process your payment.",questionsCallCustServ:"If you have questions, please contact customer service at @MYCHART@AUTOPAYPHONE@.",routingNo:"Routing number",savings:"Savings",selectAcctType:"Which balance do you want to pay?",selectAcctTypeStep:"2. Which balance do you want to pay?",selectPmtMethodStepFour:"4. How do you want to pay?",selectPmtMethodStepThree:"3. How do you want to pay?",selectPmtMethodStepTwo:"2. How do you want to pay?",serviceAreaDescription:"Service Area",setUpPmtPlan:"Set up a payment plan and pay as little as @MYCHART@MONTHLYAMT@ per month.",state:"State",statementDue:"Last statement (@MYCHART@LASTSTATEMENTDATE@)",statementDueHelpText:"This is the amount that was due on the last statement you received. It does not reflect any payments made since then.",stepOneHeaderMultiPay:"1. Verify amount",stepTwoHeaderMultiPay:"2. Enter payment info",Title:"Make Payment",useDifferentPaymentMethod:"Use a different payment method",verifyAccountDetails:"Please verify that the information below is correct before processing your payment. If your account information is incorrect or the account has insufficient funds, you will be charged an additional fee.",verifyCardDetails:"Please verify that the information below is correct before processing your payment.",zip:"Zip code"});$$WP.Strings.getNamespace("billpay.payasguest").addStrings({accountLookupOptions:"You may enter a guarantor account number or a specific visit account number.",accountNum:"Account #",acctFound:"Account found",complete:"Complete",continueAsGuest:"Continue as guest",continueNoAccountHelp:"Continue paying as a guest and skip creating an account.",continueNoSignInHelp:"Continue paying as a guest and skip signing in.",createAccount:"Sign up now",createAccountHelp:"Leave this page and create a @MYCHART@APPTITLE@ account before paying.",day:"Day",dd:"dd",errAccountLocked:"This account has been locked due to too many failed attempts. Please contact customer service.",errAmbiguous:"We need additional information to verify your account.",errMisMatch:"We were unable to look up your account with the information you provided. Please ensure that there are no typos and try again.",errorlocked:"This account has been locked due to too many failed attempts. ",errorNoGuarantor:"The guarantor account number you entered does not exist in our system. Please ensure there are no typos and try again.",errornopayments:"We are unable to accept online payments for this account.",errTimeout:"Due to inactivity your session has expired. Please enter your information and try again.",fieldNumeric:"Account field must be numeric",fieldRequired:"Account field is required",guarAcct:"Guarantor Account",guaracctnum:"Guarantor account #",guarantorHelpText:"The guarantor is the person responsible for paying the bill. You can find the guarantor name and account number on your statement.",guarantorNameHelpText:"The guarantor is the person responsible for paying the bill, and also the person to whom the statement is addressed. This could be a different person than the patient.",guarDOB:"Date of birth",guarLastName:"Guarantor last name",guarSSN:"Last four of SSN",harHelpText:"A visit account is how your charges are grouped together to bill insurance, and usually represents your billing activity for a single visit. You may have multiple visit accounts, each with their own balance.",hospacctnum:"Visit account #",invalidDate:"Please enter a valid date",lookUp:"Look up",lookUpAccountStep:"Look up your account",lookupHelp:"Look up your account with the information you provided.",lookupHelpUnavailable:"Look up your account with the information you provided. This button is currently disabled.",messageNoBalance:"Your account does not have any outstanding balances.",mm:"mm",month:"Month",mustContinueWithGuestPay:"Your @MYCHART@APPTITLE@ login does not have access to account @MYCHART@GUARACCTNOACCESS@. You can make your payment as a guest below.",mustContinueWithGuestPay2:"Your @MYCHART@APPTITLE@ login does not have access to account @MYCHART@GUARACCTNOACCESS2@. You will need to look up an account again in order to make a payment.",needHelp:"Need help?",payasguest:"Pay as Guest",reCaptchaFailedError:"An error occurred validating the reCAPTCHA. Please try again.",reCaptchaNotReachableError:"ReCAPTCHA was not reachable. Please try again later.",signIn:"Sign in",signInHelp:"Leave this page and sign in to your @MYCHART@APPTITLE@ account before paying.",signInPrompt:"Want to use a saved credit card or bank account? Log in to your @MYCHART@APPTITLE@ account!",signinSidebar:"Sign in to @MYCHART@APPTITLE@",signUpPrompt:"Want to save your credit card or bank account for next time? You can also learn more about your bill, sign up for a payment plan, and review your payment history. Sign up for @MYCHART@APPTITLE@ today!",signupSidebar:"Sign up for @MYCHART@APPTITLE@",startOver:"Start over",startOverHelp:"Clear this page and start over.",Title:"Pay as Guest",tryDOB:"Try date of birth",tryDOBHelp:"Try to match the account using the guarantor's date of birth.",tryLastName:"Try last name",tryNameHelp:"Try to match the account using the guarantor's last name.",trySSN:"Try Social Security number",trySSNHelp:"Try to match the account using the last four digits of the guarantor's social security number.",whatIsGuarantor:"What is a guarantor?",whatIsHar:"What is a visit account?",year:"Year",yyyy:"yyyy"});$$WP.Strings.getNamespace("billpay.welcome.choosecopaypage").addStrings({ApptSummary:"{2} {0} with {1}",ApptSummaryMultipleProviders:"{2} {0} with {1}",ApptSummaryMultipleProvidersWithDept:"{2} {0} with {1}",ApptSummaryNoProvider:"{1} {0}",ApptSummaryNoTime:"{0} with {1}",ApptSummaryNoTimeMultipleProviders:"{0} with {1}",ApptSummaryNoTimeMultipleProvidersWithDept:"{0} with {1}",ApptSummaryNoTimeWithDept:"{0} with {1}",ApptSummaryWithDept:"{2} {0} with {1}",CopayAlreadyPaid:"This @MYCHART@COPAYPAIDAMOUNT@ copay has already been paid",CopayCardHeader:"Copay",CopayLabel:"Copay: @MYCHART@COPAYAMOUNT@",CopayNotChangeable:"Our records indicate your copay is @MYCHART@CALCULATEDCOPAYAMOUNT@",CopayPaidThroughMyChart:"This @MYCHART@MYCHARTCOPAYPAIDAMOUNT@ copay was paid in @MYCHART@APPTITLE@",InstructionsAppointmentLevel:"Enter your copay for the visits below",InstructionsPatientLevel:"Enter your copay for your visit",MyChartCopayDeclinedMessage:"The previous payment attempt in @MYCHART@APPTITLE@ was declined for this appointment",OtherAmount:"Other amount",OtherAmountInputFieldSpoken:"Enter the copay amount for the appointment.",PrepayLabel:"Prepay: @MYCHART@PREPAYAMOUNT@",PrepayNotChangeable:"This visit requires a prepay of @MYCHART@CALCULATEDPREPAYAMOUNT@",PrepayNotChangeableWithDiscount:"This visit requires a prepay of @MYCHART@DISCOUNTEDPREPAYAMOUNT@ (includes @MYCHART@PREPAYDISCOUNTAMOUNT@ discount, if paid today)",Title:"",TotalLabel:"Total:",UnknownCopayLabel:"Unknown copay",UnknownPrepayLabel:"Unknown prepay"});$$WP.Strings.getNamespace("billpay.welcome.paymentfailurepage").addStrings({Close:"Close",GoBack:"Go back",PaymentErrorFromDevice:"There was an error processing your payment. Go back to try again.",PaymentErrorFromToken:"There was an error processing your payment. Try again or select a different payment method.",Title:"Payment Failure Page"});$$WP.Strings.getNamespace("billpay.welcome.paymentmethodpage").addStrings({CashPopupPayLater:"Pay at front desk",CashPopupPayNow:"Pay now",CashPopupPrompt:"Cash and check payments will need to be handled at the front desk. If you pay by card, we can process your payment right here for you.",DiscountTotalHeader:"This includes a discount of @MYCHART@WELCOMEDISCOUNTAMOUNT@ for paying now",HowToPay:"How do you want to pay?",MakePayment:"Make payment",NoPaymentMethodsAvailable:"There are no methods of payment available. See a receptionist.",PayLater:"Bill me later @MYCHART@WELCOMEORIGINALAMOUNT@",PaymentTotal:"Your payment total is @MYCHART@WELCOMETOTALAMOUNT@",PayWithCard:"Swipe/<wbr>Insert card",PayWithCardSpoken:"Swipe or insert card",PayWithCashOrCheck:"Pay with cash or check at front desk",StoreCardNo:"Don't save",StoreCardPrompt:"Do you want to save your card for later use?",StoreCardYes:"Save card for later",Title:"Select Payment Method Page"});$$WP.Strings.getNamespace("billpay.welcome.paymentsuccesspage").addStrings({EmailFail:"There was a problem emailing your receipt. When you're finished, see the receptionist for help.",EmailSuccess:"Your receipt has been emailed.",NoPrintEmail:"If you would like a copy of your receipt, see the receptionist when you're finished.",OK:"OK",PaymentAuthCode:"Authorization code: @MyChart@AuthCode@",PaymentDescription:"PaymentDescription",PaymentDescription_AmericanExpress:"Paid on @MyChart@PaymentDate@ by American Express ending in x@MyChart@PaymentLastFour@",PaymentDescription_BankAccount:"Paid on @MyChart@PaymentDate@ by bank account ending in x@MyChart@PaymentLastFour@",PaymentDescription_CheckingAccount:"Paid on @MyChart@PaymentDate@ by checking account ending in x@MyChart@PaymentLastFour@",PaymentDescription_DinersClub:"Paid on @MyChart@PaymentDate@ by Diners Club ending in x@MyChart@PaymentLastFour@",PaymentDescription_Discover:"Paid on @MyChart@PaymentDate@ by Discover ending in x@MyChart@PaymentLastFour@",PaymentDescription_Mastercard:"Paid on @MyChart@PaymentDate@ by MasterCard ending in x@MyChart@PaymentLastFour@",PaymentDescription_SavingsAccount:"Paid on @MyChart@PaymentDate@ by savings account ending in x@MyChart@PaymentLastFour@",PaymentDescription_Visa:"Paid on @MyChart@PaymentDate@ by Visa ending in x@MyChart@PaymentLastFour@",PaymentDescriptionSpoken:"PaymentDescription",PaymentDescriptionSpoken_AmericanExpress:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by American Express ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_BankAccount:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by bank account ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_CheckingAccount:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by checking account ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_DinersClub:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by Diners Club ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_Discover:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by Discover ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_Mastercard:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by MasterCard ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_SavingsAccount:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by savings account ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentDescriptionSpoken_Visa:"@MyChart@PaymentAmount@ paid on @MyChart@PaymentDate@ by Visa ending in @MyChart@PaymentLastFour@. Authorization code: @MyChart@AuthCode@.",PaymentSuccess:"Your payment has been processed successfully!",PrintFail:"The receipt failed to print. When you're finished, see the receptionist for help.",PrintSuccess:"Your receipt has been printed. When you're finished, see the receptionist to pick it up.",ReceiptButtonLabel:"Receipt",ReceiptButtonLabel_EmailReceipt:"Email receipt",ReceiptButtonLabel_PrintEmailReceipt:"Print or email receipt",ReceiptButtonLabel_PrintReceipt:"Print receipt",Title:"Payment Success Page"});$$WP.Strings.getNamespace("campaignoutreach").addStrings({AlreadyRequested:"Requested",AlreadyScheduled:"Scheduled",CampaignsHeader:"Recommended for You",ConfirmRemoveHyperlinkOutreach:"You haven't visited the linked page. Do you want to hide this anyway?",ConfirmRemoveSchedulingOutreach:"You haven't scheduled an appointment. Do you want to hide this anyway?",DismissalConfirmationTitle:'Hide "@MYCHART@OUTREACHTITLE@"',DoNotHideContentLabel:"Go back",HideContentLabel:"Hide content",HideContentTooltip:"Hide this",LastClickedBlurb:"Visited on @MYCHART@LASTCLICKEDDATE@",Title:""});$$WP.Strings.getNamespace("cancelappointment").addStrings({AllOthersViewerDisplay:"All others with access to @MYCHART@PATIENT@ at this time",AppointmentAlreadyCanceled:"This appointment is already canceled.",AppointmentCanceledPostText:"",AppointmentCanceledPreText:"",AppointmentCancelRequestedPostText:"",AppointmentCancelRequestedPreText:"",AppointmentDateAndTime:"@MYCHART@APPTDATE@ @MYCHART@APPTTIME@",AppointmentDepartmentScreenReaderLabel:"Appointment department:",AppointmentProvidersScreenReaderLabel:"Appointment providers:",AppointmentTimeScreenReaderLabel:"Appointment date and time:",BackButtonText:"Back",BackButtonTooltip:"Return to the previous page without canceling",BackToHomePageButtonText:"Back to the home page",CancelAppointmentPostText:"",CancelAppointmentPreText:"",CancelAppointmentRequestPostText:"",CancelAppointmentRequestPreText:"",CancelAppointmentRequestSendButtonLabel:"Send request",CancelAppointmentRequestTitle:"Appointment Cancellation Request",CancelAppointmentTitle:"Cancel Appointment",CancelButtonText:"Confirm cancellation",CancelButtonTooltip:"Cancel the selected appointments",CancelEDVisitSuccessMessage:"Thank you. Your visit has been canceled.",CancelEDVisitTitle:"Cancel Visit",CancelEVisitTitle:"Cancel @MYCHART@BrandEVisit@",CancelEVisitTitleNoMnemonic:"Cancel E-Visit",CancelFailureHeader:"Unable to Cancel Visit",CancelFailureMessage:"This visit cannot be canceled. Please give us a call at @MYCHART@DEPPHONE@ for more information. Thank you!",CancelFailureMessageNoPhone:"This visit cannot be canceled.",CancelOnDemandVideoVisitTitle:"Cancel On-Demand Video Visit",CancelReasonPrompt:"Why do you want to cancel this appointment?",CancelReasonSelect:"Select a reason for cancellation:",CancelRequestMessageLabel:"Why do you want to cancel this appointment?",CancelRequestResponseTime:"Enter a message to send to our scheduling team. You can expect a response within 2 business days.",CancelRequestSuccessHeader:"Cancellation Message Sent",CancelRequestSuccessMessage:"Thank you. Your appointment cancellation request has been sent. You can expect a response within 2 business days.",CancelSuccessHeader:"Cancellation Confirmed",CancelSuccessMessage:"Thank you. Your appointment has been canceled.",CheckboxColumnHeader:"Cancel",CheckboxTooltip:"This appointment will be canceled if the box is checked",CommentsLabel:"Comments:",ConfirmCancellationHeader:"Confirm Cancellation",ConfirmCancellationRequestHeader:"Confirm Cancellation Request",CopayAppointmentText:"You have already authorized the copay amount of @MYCHART@COPAYAMOUNT@ for this appointment through @MYCHART@APPTITLE@, but your credit card has not yet been charged. If you cancel this appointment, your credit card will not be charged for the copay amount.",CopayPanelAppointmentText:"If this appointment is part of a panel, the copay amount will not be charged for any appointment in the panel.",CopaySectionHeader:"Copay",DateTimeColumnHeader:"Date / Time",DepartmentColumnHeader:"Department",DirectCancelWorkflowPostText:"",DirectCancelWorkflowPreText:"",GenericErrorMessage:"An error occurred while processing your request. You may need to re-log into @MYCHART@APPTITLE@.",LinkedAppointmentLabel:"@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@ with @MYCHART@PROVIDERNAME@ in @MYCHART@PRIMARYDEPARTMENT@",LinkedAppointmentLabelNoDepartment:"@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@ with @MYCHART@PROVIDERNAME@",LinkedAppointmentLabelNoProvider:"@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@ in @MYCHART@PRIMARYDEPARTMENT@",LinkedAppointmentLabelNoProviderNoDepartment:"@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@",LinkedAppointmentsSingleText:"You may also want to cancel the following related appointment:",LinkedAppointmentsText:"You may also want to cancel one of the following related appointments:",ListSeparator:",",ProviderColumnHeader:"Provider",RequestCancelWorkflowPostText:"",RequestCancelWorkflowPreText:"",RequestFromLabel:"From: @MYCHART@WEBUSER@",SelectedAppointmentsHeader:"Selected Appointment",SelectedAppointmentsPanelText:"The following related appointments will be canceled:",SelectedAppointmentsRequestPanelAsSingleAppointmentText:"You are requesting to cancel the following:",SelectedAppointmentsRequestPanelText:"You are requesting to cancel the following related appointments:",SelectedAppointmentsRequestText:"You are requesting to cancel the following appointments:",SelectedAppointmentsText:"You have chosen to cancel the following appointment:",SelfMessageViewerDisplay:"Myself (@MYCHART@VIEWERNAME@)",SendRequestButtonTooltip:"Request to cancel your appointment",TimeToBeDetermined:"Time To Be Determined",Title:"Cancel Appointment",ViewersLabel:"The following people will be able to view this message online:"});$$WP.Strings.getNamespace("cancelpopup").addStrings({addlinfo:"Additional Information",addlinfotooltip:"Optional:  Enter additional information on canceling this application",cancelapplicationbutton:"Cancel application",content:"An error occurred while attempting to cancel the application. Please try again later.",error:"Error",goback:"Go back",ok:"OK",pleaseprovidereason:"Please tell us why you are canceling this application.",Title:"Cancel Popup"});$$WP.Strings.getNamespace("careeverywhere").addStrings({AreYouSurePopupContinueSharingButton:"Continue sharing",AreYouSurePopupHeader:"Stop sharing your health information?",AreYouSurePopupStopSharingButton:"Stop sharing",AreYouSurePopupText:"<p>Currently, this organization may securely share your medical record with members of your care team at other healthcare organizations. You can choose to limit our ability to share your record with your care team through Care Everywhere. If you choose to limit how your record may be shared, your health information may not be readily accessible to your doctors.<\/p>\t\t\t\t\t\n\t\t\t<p>Note that even if you choose to limit sharing of your health information through Care Everywhere, we may still disclose your health information based on other authorization and as permitted by law.<\/p> \n\t\t\t",AuthorizeSharingAltText:"Authorize Sharing",CEAuthLink:"Authorize sharing",ceauthLinkDescription:"View and manage the organizations that you are sharing with.",ClickToCollapse:"Click to collapse",ClickToExpand:"Click to expand",ContactUslink:' If you have questions or concerns, please <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc">contact us.<\/a> ',CurrentlySharingHeader:"Your health record can be shared if you receive care someplace else.",DetailSectionHeader:"How does sharing my record work?",DownloadMyRecordAltText:"Download My Record",ErrorPopupOKButton:"OK",FinishAuthorizationPopupText:"You have one more step before your record is shared with other health care organizations. You will be redirected to another page to give this authorization after closing this popup.",FinishAuthorizationPopupTitle:"Complete Authorization",FooterTextNotSharing:'Your health record cannot be requested by physicians at other healthcare sites if you need care someplace else. <a class="linkcolorOverride" href="@MYCHART@ABSOLUTEURL@CareEverywhere">Learn more.<\/a>',FooterTextSharing:'Your health record can be requested by physicians at other healthcare sites if you need care someplace else. <a class="linkcolorOverride" href="@MYCHART@ABSOLUTEURL@CareEverywhere">Learn more.<\/a>',NotCurrentlySharingHeader:"You have chosen not to share your health record with other healthcare sites.",NotSharingImageAltText:"Not Sharing",NotSharingWarning:"Clinicians outside of this organization will not be able to electronically request important information for your care using Care Everywhere.",OnlyPhysiciansDisclaimer:"Clinicians can request your record only if they have a legal reason to do so.",OptOutNoLink:"You can choose to limit sharing of your health information from this organization via Care Everywhere.",OptOutWithLink:' You can <a href="#" id="OptOutLink">choose to limit sharing<\/a> of your health information from this organization via Care Everywhere. ',posttext:"",pretext:"",RecordSharingFAQHeaders:"",RecordSharingFAQHeaders_0:"Your health is our priority",RecordSharingFAQHeaders_1:"Who can request my information?",RecordSharingFAQHeaders_2:"What information is shared?",RecordSharingFAQHeaders_3:"How is my information protected?",RecordSharingFAQText:"",RecordSharingFAQText_0:"\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\tWe want to help you get safe and effective care at our organization and other places where you receive treatment. \n\t\t\t\t\t\t\tWe might share your record with other healthcare providers outside of this organization and your health plan so that your information is accessible to your care team. \n\t\t\t\t\t\t\tFor example, we might share your record so your doctors have access to your health history in emergencies, or so that a specialist you were referred to has a clear picture of your health plan.\n\t\t\t\t\t\t<\/p>\n\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\tWe use a tool called Care Everywhere, which allows healthcare providers at other organizations to request and exchange important information for your care. Secure, electronic exchange of your record gives your care team information they need to make informed decisions about your care and could even help prevent mistakes or help you avoid unnecessary tests or procedures.\n\t\t\t\t\t\t\tElectronic exchange of your record can also help improve your experience by decreasing the amount of your medical history and records that you need to remember, bring with you, or have sent to your healthcare providers.\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t",RecordSharingFAQText_1:"\n\t\t\t\t\t\tHealthcare organizations that identify you as one of their patients can request your record from our organization.\n\t\t\t\t\t\tThis helps members of your care team coordinate the different aspects of your care.  \n\t\t\t\t\t",RecordSharingFAQText_2:'\n\t\t\t\t\t\t<p>Any information in your electronic health record might be shared for the purposes of treatment, including:<\/p>\n\n\t\t\t\t\t\t<ul style="padding-left:20px; list-style-type:disc">\n\t\t\t\t\t\t\t<li>Allergies<\/li>\n\t\t\t\t\t\t\t<li>Immunizations<\/li>\n\t\t\t\t\t\t\t<li>Medications<\/li>\n\t\t\t\t\t\t\t<li>Medical, surgical, family, and social history<\/li>\n\t\t\t\t\t\t\t<li>Clinic and hospital visits<\/li>\n\t\t\t\t\t\t\t<li>Test results<\/li>\n\t\t\t\t\t\t\t<li>Diagnoses<\/li>\n\t\t\t\t\t\t\t<li>Procedures<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t',RecordSharingFAQText_3:"\n\t\t\t\t\t\tWe carefully protect the privacy and security of your information using different physical, administrative, and technical controls.\n\t\t\t\t\t\tWhen we share your health information with authorized requestors, your record is encrypted and delivered in a secure, electronic format.\n\t\t\t\t\t",RelatedLinksTitle:"Related Links",ShareEverywhereLink:"Share your health record",ShareEverywhereLinkDescription:"Grant one-time, limited access to your health information.",ShareMyRecordAltText:"Share My Record",SharingImageAltText:"Sharing",StartSharing:"Start sharing",Title:"Record Sharing Preferences",UnableToCompleteRequestPopupText:"We were unable to complete your request. Please try again later.",UnableToCompleteRequestPopupTitle:"Request failed",VisitRecordsLink:"Access visit records",VisitRecordsLinkDescription:"View, download, or transmit summaries of your past visits."});$$WP.Strings.getNamespace("chartsync.chartsynclightbox").addStrings({CancelButtonLabel:"Cancel",EstimatedTimeLeftInSeconds:"Estimated time remaining: @MYCHART@COUNTDOWN@ seconds",EstimatedTimeLeftUnderAMinute:"Estimated time remaining: Less than a minute",LoadingEstimatedTimeLeft:"Please wait a few moments",SynchronizationHeader:"Looking up your chart",SynchronizationProgress:"We are synchronizing data from your chart.",Title:""});$$WP.Strings.getNamespace("clinical.allergies").addStrings({abouthover:"Learn more about @MYCHART@ITEMNAME@",addbuttonlabel:"Report an allergy",additem_accept_label:"Accept",additem_cancel_label:"Go back",additem_post_text:"",additem_pre_text:"",additem_title:"Report an Allergy",addsectionheader:"Allergies You Reported",comments:"Comments: @MYCHART@COMMENTS@",commentslabel:"Comments:",dateadded:"Added @MYCHART@STARTDATE@",datelabel:"Start date:",deleteitem_accept_label:"Accept",deleteitem_cancel_label:"Go back",deleteitem_post_text:"",deleteitem_pre_text:"Please describe why @MYCHART@ITEMNAME@ does not apply.",deleteitem_title:"Remove @MYCHART@ITEMNAME@",deletelabel:"Remove",deletesectionheader:"Allergies You Asked to be Removed",dxr_pretext_info:"Your allergies may not be up to date for each linked account.",editadditem_accept_label:"Accept",editadditem_cancel_label:"Go back",editadditem_post_text:"",editadditem_pre_text:"",editadditem_title:"Edit @MYCHART@ITEMNAME@",editedititem_accept_label:"Accept",editedititem_cancel_label:"Go back",editedititem_post_text:"",editedititem_pre_text:"",editedititem_title:"Edit @MYCHART@ITEMNAME@",edititem_accept_label:"Accept",edititem_cancel_label:"Go back",edititem_post_text:"",edititem_pre_text:"",edititem_title:"Edit @MYCHART@ITEMNAME@",editlabel:"Edit",editsectionheader:"Allergies You've Edited",errorclose:"OK",errorcontent:"An error occurred while attempting to save the update. Please try again later.",errortitle:"Error",externalimagelabel:"Allergy is from another organization",learnmore:"Learn more",lookup_add_selected_alt_text:"Report selected allergy",lookup_close_popup_instruction:"You can press the escape button to close the popup.",lookup_custom_accept:"Accept",lookup_custom_placeholder:"Enter allergy name",lookup_custom_pretext:"Report your own allergy",lookup_custom_trysearch:"Search again",lookup_form_header:"Enter details about your allergy below.",lookup_name_label:"Name:",lookup_open_popup_text:"A new popup window called report an allergy has appeared. Press the escape button to close this popup.",lookup_results_custom_link:"Report your own allergy",lookup_results_posttext:"",lookup_results_posttext_allow_custom:"Can't find what you're looking for? @MYCHART@CUSTOMLINK@",lookup_results_pretext_few_results:"Your search returned @MYCHART@HITS@ results.",lookup_results_pretext_more_results:"Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",lookup_results_pretext_no_results:"Your search returned no results.",lookup_search_placeholder:"Search for an allergy",lookup_startover_label:"Go back and change the search term",lookup_suggestion_all_results_shown:"All results displayed.",lookup_suggestion_all_results_shown_allow_custom:"Can't find it? @MYCHART@CUSTOMLINK@",lookup_suggestion_custom_link:"Report your own allergy",lookup_suggestion_has_more_results:"Search to see more results.",lookup_suggestion_no_results:"No results found.",lookup_suggestion_no_results_allow_custom:"No results found. @MYCHART@CUSTOMLINK@",lookup_suggestion_search_tag:" - Search",nodata:"You have no allergies on file.",OrgNameLabel:"Information from",OrgUpdatedLabel:"Updated @MYCHART@ORGTIMESTAMP@",OrgUpToDate:"Up to date",pagetitle:"Allergies",popup_cancelbutton_label:"Cancel",pretext:'Please review your allergies and verify that the list is up to date. <strong class="alert" role="text">Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.<\/strong>',reactiondelimiter:", ",reactionslabel:"Reactions:",restorelabel:"Restore",sidebartext:"",startdate:"Started @MYCHART@STARTDATE@",Title:"Allergies",unauthorized:"Unable to load data at this time.",undoadditem_accept_label:"Remove",undoadditem_cancel_label:"Go back",undoadditem_post_text:"",undoadditem_pre_text:"Are you sure you want to remove @MYCHART@ITEMNAME@?",undoadditem_title:"Remove @MYCHART@ITEMNAME@",undodeleteitem_accept_label:"Restore",undodeleteitem_cancel_label:"Go back",undodeleteitem_post_text:"",undodeleteitem_pre_text:"Are you sure you want to restore @MYCHART@ITEMNAME@?",undodeleteitem_title:"Restore @MYCHART@ITEMNAME@",undoedititem_accept_label:"Remove",undoedititem_cancel_label:"Go back",undoedititem_post_text:"",undoedititem_pre_text:"Are you sure you want to undo the edit to @MYCHART@ITEMNAME@?",undoedititem_title:"Remove Edit to @MYCHART@ITEMNAME@"});$$WP.Strings.getNamespace("clinical.careteam").addStrings({aboutMe:"About Me",AccessDeniedText:"Access Denied",BlockedAppText:"This app is not eligible to receive your health information because the developer of this app is not operating in accordance with Epic’s API specifications Terms of Use.",cant_hide_provider:"Provider can't be hidden",cant_hide_provider_info:"This provider is from an organization that doesn't support hiding providers.",cant_unhide_provider:"Provider can't be unhidden",custom_schedule_appointment_button:"Request appointment",custom_schedule_appointment_hover:"Request an appointment",descriptive_title:"Care Team and Recent Providers",direct_schedule_appointment_button:"Schedule appointment",direct_schedule_appointment_hover:"Schedule an appointment with @MYCHART@PROVIDERNAME@",ErrorTitle:"An error has occurred.",exception:"Unable to load providers at this time.",general_pcp_type_text:"Primary Care Provider",go_back_to_exit_button:"Go back to the providers list",go_back_to_providers_list:"Go back to the providers list",hidden_provider:"This provider is hidden.",hide_external_provider_info:"Log in to your account for this provider's organization to hide them.",hide_provider:"Hide provider",hide_provider_hover_text:"Hide @MYCHART@PROVIDERNAME@.",hide_provider_info:"Hidden providers will be filtered out of your care team. They may still be available for scheduling and messaging.",hide_provider_success:"@MYCHART@PROVIDERNAME@ is now hidden.",InvalidClientText:"The request is invalid.",LogOutButtonText:"Log out",nodatatext:"You do not have any providers to display at this time.",NoSecurityText:"User does not have the required security to perform the workflow.",NoSessionText:"Cannot find request information.",NotLoggedInText:"User is not logged in.",OrgNameLabel:"Information from",OrgUpToDate:"Up to date",other_pcp_type_text:"@MYCHART@PCPTYPE@",pretext:"",profile_link_hover_text:"More information about @MYCHART@PROVIDERNAME@.",profile_not_found_text:"Profile of @MYCHART@PROVIDERNAME@ is currently not available.",provider_image_alt_text:"Image of @MYCHART@PROVIDERNAME@.",proxy_descriptive_title:"@MYCHART@PATIENTNAME@'s Care Team and Recent Providers",relationship_text:"@MYCHART@RELATIONSHIP@",request_appointment_button:"Request appointment",request_appointment_hover:"Request an appointment with @MYCHART@PROVIDERNAME@",see_all_link:"See provider details and manage",see_all_link_hidden_providers:"See details and manage (@MYCHART@NUMBEROFPROVIDERS@ providers)",see_details_button:"See details",send_message_button:"Send message",send_message_hover:"Send a message to @MYCHART@PROVIDERNAME@",show_hidden_providers_checkbox:"Show hidden providers",showing_clicked_provider_details:"Now showing details of selected provider",specialty_text:"@MYCHART@SPECIALTY@",Title:"Care Team and Recent Providers",title_and_click_for_details:"More details about @MYCHART@PROVIDERNAME@",unauthorized:"Unable to load providers at this time.",unhide_external_provider_info:"Log in to your account for this provider's organization to unhide them.",unhide_provider:"Unhide provider",unhide_provider_hover_text:"Unhide @MYCHART@PROVIDERNAME@.",update_status_error:"Oops, something went wrong. Try again later.",user_descriptive_title:"Your Care Team and Recent Providers",ViewMoreLabel:"See details and manage care team and recent providers",visit_type_post_text:"",visit_type_pre_text:"",visit_type_request_button_text:"Request other",visit_type_title:"Choose a reason for visit"});$$WP.Strings.getNamespace("clinical.deptdrivinginstructions").addStrings({defaultdriving:"Driving Directions",newwindowwarning:"Get driving directions to this location. New window will open.",Title:"Department Driving Instructions"});$$WP.Strings.getNamespace("clinical.goals").addStrings({eq:"@MYCHART@GOALITEM@ equal to @MYCHART@GOALLOW@",exception:"Error loading data at this time.",goal_name:"@MYCHART@GOALTITLE@",goalprogresslabel:"Progress",goaltype_3:"Weight",goaltype_4:"Blood Pressure",graphlabel:"Graph",gt:"@MYCHART@GOALITEM@ above @MYCHART@GOALLOW@",gte:"@MYCHART@GOALITEM@ no less than @MYCHART@GOALLOW@",gtelt:"@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",gtelte:"@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",gtlt:"@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",gtlte:"@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",leaving_goal_details:"Tab to leave the goal details",lt:"@MYCHART@GOALITEM@ below @MYCHART@GOALHIGH@",lte:"@MYCHART@GOALITEM@ no greater than @MYCHART@GOALHIGH@",mostrecenttext_absent:"No updates yet",mostrecenttext_nonnumeric:"Last reported on @MYCHART@DATE@",mostrecenttext_numeric:"Last reported on @MYCHART@DATE@",mostrecentvalue_absent:"No Updates",neq:"@MYCHART@GOALITEM@ not equal to @MYCHART@GOALLOW@",nodatatext:"Your care team has not set any goals for you.",nodatatext_condition:"You have no goals related to @MYCHART@CONDITION@.",noteslabel:"Notes from your care team about this goal:",pretext:"",progressvalue_0:"Not On Track",progressvalue_1:"On Track",progressvalue_2:"Improving",progressvalue_3:"No Change",progressvalue_4:"Worsening",showing_clicked_goal_details:"Now showing details of selected goal",tablelabel:"Table",Title:"Goals",title_and_clickfordetails:"More details about @MYCHART@GOALTITLE@ goal",Title_Condition:"Goals (@MYCHART@CONDITION@)",unauthorized:"Unable to load data at this time."});$$WP.Strings.getNamespace("clinical.healthissues").addStrings({abouthover:"Learn more about @MYCHART@ITEMNAME@",addbuttonlabel:"Report a health issue",additem_accept_label:"Accept",additem_cancel_label:"Go back",additem_post_text:"",additem_pre_text:"",additem_title:"Report a Health Issue",addsectionheader:"Health Issues You Reported",comments:"Comments: @MYCHART@COMMENTS@",commentslabel:"Comments:",dateadded:"Added @MYCHART@STARTDATE@",datelabel:"Start date:",deleteitem_accept_label:"Accept",deleteitem_cancel_label:"Go back",deleteitem_post_text:"",deleteitem_pre_text:"Please describe why @MYCHART@ITEMNAME@ does not apply.",deleteitem_title:"Remove @MYCHART@ITEMNAME@",deletelabel:"Remove",deletesectionheader:"Health Issues You Asked To Be Removed",dxr_pretext_info:"Your health issues may not be up to date for each linked account.",editadditem_accept_label:"Accept",editadditem_cancel_label:"Go back",editadditem_post_text:"",editadditem_pre_text:"",editadditem_title:"Edit @MYCHART@ITEMNAME@",editedititem_accept_label:"Accept",editedititem_cancel_label:"Go back",editedititem_post_text:"",editedititem_pre_text:"",editedititem_title:"Edit @MYCHART@ITEMNAME@",edititem_accept_label:"Accept",edititem_cancel_label:"Go back",edititem_post_text:"",edititem_pre_text:"",edititem_title:"Edit @MYCHART@ITEMNAME@",editlabel:"Edit",editsectionheader:"Health Issues You've Edited",errorclose:"OK",errorcontent:"An error occurred while attempting to save the update. Please try again later.",errortitle:"Error",externalimagelabel:"Health Issue is from another organization",learnmore:"Learn more",lookup_add_selected_alt_text:"Report selected health issue",lookup_close_popup_instruction:"You can press the escape button to close the popup.",lookup_custom_accept:"Accept",lookup_custom_placeholder:"Enter health issue",lookup_custom_pretext:"Report your own health issue",lookup_custom_trysearch:"Search again",lookup_form_header:"Enter details about your health issues below.",lookup_name_label:"Name:",lookup_open_popup_text:"A new popup window called report a health issue has appeared. Press the escape button to close this popup.",lookup_results_custom_link:"Report your own health issue",lookup_results_posttext:"",lookup_results_posttext_allow_custom:"Can't find what you're looking for? @MYCHART@CUSTOMLINK@",lookup_results_pretext_few_results:"Your search returned @MYCHART@HITS@ results.",lookup_results_pretext_more_results:"Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",lookup_results_pretext_no_results:"Your search returned no results.",lookup_search_placeholder:"Search for a health issue",lookup_startover_label:"Go back and change the search term",lookup_suggestion_all_results_shown:"All results displayed.",lookup_suggestion_all_results_shown_allow_custom:"Can't find it? @MYCHART@CUSTOMLINK@",lookup_suggestion_custom_link:"Report your own health issue",lookup_suggestion_has_more_results:"Search to see more results.",lookup_suggestion_no_results:"No results found.",lookup_suggestion_no_results_allow_custom:"No results found. @MYCHART@CUSTOMLINK@",lookup_suggestion_search_tag:" - Search",nodata:"You have no health issues on file.",OrgNameLabel:"Information from",OrgUpdatedLabel:"Updated @MYCHART@ORGTIMESTAMP@",OrgUpToDate:"Up to date",pagetitle:"Current Health Issues",popup_cancelbutton_label:"Cancel",pretext:'Please review your health issues and verify that the list is up to date. <strong class="alert" role="text">Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.<\/strong>',restorelabel:"Restore",sidebartext:"",startdate:"Started @MYCHART@STARTDATE@",Title:"Health Issues",unauthorized:"Unable to load data at this time.",undoadditem_accept_label:"Remove",undoadditem_cancel_label:"Go back",undoadditem_post_text:"",undoadditem_pre_text:"Are you sure you want to remove @MYCHART@ITEMNAME@?",undoadditem_title:"Remove @MYCHART@ITEMNAME@",undodeleteitem_accept_label:"Restore",undodeleteitem_cancel_label:"Go back",undodeleteitem_post_text:"",undodeleteitem_pre_text:"Are you sure you want to restore @MYCHART@ITEMNAME@?",undodeleteitem_title:"Restore @MYCHART@ITEMNAME@",undoedititem_accept_label:"Remove",undoedititem_cancel_label:"Go back",undoedititem_post_text:"",undoedititem_pre_text:"Are you sure you want to undo the edit to @MYCHART@ITEMNAME@?",undoedititem_title:"Remove Edit to @MYCHART@ITEMNAME@"});$$WP.Strings.getNamespace("clinical.healthmaintenance").addStrings({abouthover:"Learn more about @MYCHART@CONTENTNAME@",addressed:"Addressed",addressed_helpheader:"",addressed_helptext:"",addressedwithdate:"Addressed on @MYCHART@LASTDONEDATE@",addressedwithdate_helpheader:"",addressedwithdate_helptext:"",agedout:"Not due",agedout_helpheader:"Why is this here?",agedout_helptext:"This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",agedoutwithdate:"Not due",agedoutwithdate_helpheader:"Why is this here?",agedoutwithdate_helptext:"This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",completed:"Completed",completed_helpheader:"",completed_helptext:"",completedwithdate:"Completed on @MYCHART@LASTDONEDATE@",completedwithdate_helpheader:"",completedwithdate_helptext:"",due:"Due",due_helpheader:"",due_helptext:"",duesoon:"Due soon",duesoon_helpheader:"",duesoon_helptext:"",duesoonwithdate:"Due on @MYCHART@DUEDATE@",duesoonwithdate_helpheader:"",duesoonwithdate_helptext:"",duewithdate:"Due since @MYCHART@DUEDATE@",duewithdate_helpheader:"",duewithdate_helptext:"",ErrorLoadingData:"Unable to load data at this time.",ErrorMessage:"An error occurred while attempting to complete the action. Please try again later.",ErrorMessage_DATE_DUPLICATE:"The date you entered already exists. Please enter a different date.",ErrorOkButton:"OK",ErrorTitle:"Error",excluded:"Not due",excluded_helpheader:"Why is this here?",excluded_helptext:"This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",excludedwithdate:"Not due",excludedwithdate_helpheader:"Why is this here?",excludedwithdate_helptext:"This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",HeaderTextDue:"Due",HeaderTextNotDue:"Not due",HeaderTextOverdue:"Overdue",HeaderTextPending:"Requested Updates",HiddenReminderFromHomePageInfo:"Reminder hidden until @MYCHART@SNOOZEDATE@",HiddenReminderFromHomePageInfoAccessibleText:"Reminder for  @MYCHART@HATOPICNAME@ hidden until @MYCHART@SNOOZEDATE@. Uncheck the checkbox to show the reminder on home page.",HideReminderFromHomePageAccessibleText:"Hide reminder for @MYCHART@HATOPICNAME@ from home page for 3 months.",HideReminderFromHomePageCheckboxText:"Hide reminder from home page",lastdone:"Last done on @MYCHART@LASTDONEDATE@",lastdoneanchortitle:"View last done dates for @MYCHART@CONTENTNAME@",learnmore:"Learn more",learnmoreiconaltinfo:"Info",MarkAsCompleteButtonText:"Mark as complete",MarkAsCompleteFormButtonAcceptText:"Accept",MarkAsCompleteFormButtonCancelText:"Go back",MarkAsCompleteFormDateLabelText:"Date completed:",MarkAsCompleteFormTopicNameLabelText:"Name:",MarkAsCompletePopupTitle:"Mark As Complete",MarkAsCompleteTooltip:"Mark @MYCHART@HATOPICNAME@ as complete.",NoDataText:"You have no current preventive care reminders.",notdue:"Not due",notdue_helpheader:"",notdue_helptext:"",notduewithdate:"Not due until @MYCHART@DUEDATE@",notduewithdate_helpheader:"",notduewithdate_helptext:"",overdue:"Overdue",overdue_helpheader:"",overdue_helptext:"",overduesHeading:"Overdue health reminders",overduewithdate:"Overdue since @MYCHART@DUEDATE@",overduewithdate_helpheader:"",overduewithdate_helptext:"",PendingDate:"@MYCHART@PENDINGDATE@ (pending)",postponed:"Postponed",postponed_helpheader:"",postponed_helptext:"",postponedwithdate:"Postponed until @MYCHART@POSTPONEDDATE@",postponedwithdate_helpheader:"",postponedwithdate_helptext:"",previouslydone:"Previously done: ",PreviouslyDoneCaretCollapsedTitleText:"Expand all of the previously done dates for @MYCHART@HATOPICNAME@.",PreviouslyDoneCaretExpandedTitleText:"Collapse the list of previously done dates for @MYCHART@HATOPICNAME@.",requestappointmenttooltip:"Request an appointment for @MYCHART@HATOPICNAME@",RequestApptButtonText:"Request appointment",rowdetailstitle:"View more details about @MYCHART@CONTENTNAME@",schedule_health_maint_info:"Scheduled for @MYCHART@HAAPPTDATE@",ScheduleApptButtonText:"Schedule",ScheduleApptTooltip:"Schedule an appointment for @MYCHART@HATOPICNAME@",Title:"Health Maintenance",TitleText:"Preventive Care",TitleTextDescription:"Preventive medicine plays an important part in your health and overall well-being. The following procedures are recommended for people of your age, sex, and medical history."});$$WP.Strings.getNamespace("clinical.immunizations").addStrings({abouthover:"Learn more about @MYCHART@ITEMNAME@",AdministeredDate:"Administered on @MYCHART@DATE@",administeredDatesLabel:"Dates on file: @MYCHART@DATELIST@",DetailsPretext:"This is a list of doses that your clinic has on file for you.",DetailsTitle:"Immunization Details",DoseLabel:"Dose:",externalimagelabel:"Immunization is from another organization",happytogetherpretext:"This is a list of immunizations that your clinic has on file for you.",HealthSummaryBackButtonLabel:"Back to Health Summary",ImmunizationsBackButtonLabel:"Back to Immunizations",learnmore:"Learn more",listSeparator:", ",LocationLabel:"Location:",LotNumberLabel:"Lot #:",ManufacturerLabel:"Manufacturer:",NDCLabel:"NDC:",NoDataText:"You have no immunizations on file.",NoDetails:"No additional information on file",OrgNameLabel:"Information from",OrgUpToDate:"Up to date",pretext:"This is a list of immunizations that your clinic has on file for you.",ProductNameLabel:"Product:",RouteLabel:"Route:",sidebartext:"",SiteLabel:"Site:",Title:"Immunizations",TitleText:"Immunizations",ViewDetails:"View details"});$$WP.Strings.getNamespace("clinical.infectioncontrol").addStrings({AddDefaultSuccessHeaderText:"Vaccination verified",AddDefaultSuccessSubtext:"This vaccination has been added to your record.",AddMessageSuccessHeaderText:"Your vaccine information has been submitted",AddMessageSuccessSubtext:"Your information will be updated after it has been reviewed.",AddPopupBackText:"Go back",AddPopupConfirmText:"Add",AddPopupHeaderText:"Add vaccination?",AddPopupSubtext:"Are you sure you want to add the dose administered on @MYCHART@AdministrationDate@ to your record?",AllUnreconciledVaccinationInExportBannerHeader:"Your vaccination information has not been reviewed by a provider",AllUnreconciledVaccinationInExportBannerText:"It is not included in the download or export.",AllUnreconciledVaccinationInQRCodeBannerHeader:"Your vaccination information has not been reviewed by a provider",AllUnreconciledVaccinationInQRCodeBannerText:"It is not available as a QR code.",AllUnreconciledVaccineInExportBannerHeader:"Your doses have not been reviewed by a provider",AllUnreconciledVaccineInExportBannerText:"They are not available in the export.",AllUnreconciledVaccineInQRCodeBannerHeader:"Your doses have not been reviewed by a provider",AllUnreconciledVaccineInQRCodeBannerText:"They are not available in QR codes.",AllUnsupportedVaccinationInExportBannerHeader:"Your vaccination information cannot be shared",AllUnsupportedVaccinationInExportBannerText:"It is not included in the download or export.",AllUnsupportedVaccinationInQRCodeBannerHeader:"Your vaccination information cannot be shared",AllUnsupportedVaccinationInQRCodeBannerText:"It is not available as a QR code.",AllUnsupportedVaccineInExportBannerHeader:"Your doses cannot be shared",AllUnsupportedVaccineInExportBannerText:"They are not available in the export.",AllUnsupportedVaccineInQRCodeBannerHeader:"Your doses cannot be shared",AllUnsupportedVaccineInQRCodeBannerText:"They are not available in QR codes.",BarcodeButtonLabel:"QR codes",CovidBarcodesPretext:"Scan these QR codes at participating locations to share your COVID-19 information.",CovidBarcodesPretextNew:"Scan these QR codes at participating locations to share your COVID-19 information. These QR codes also include your legal name and date of birth.",CovidBarcodesTitle:"COVID-19 QR Code Verification",CovidExportPretext:"How would you like to share your COVID-19 information?",CovidExportTitle:"Share COVID-19 Information",CovidReloadMessage:"Information has been updated",CovidSingleBarcodePretext:"Scan this QR code at participating locations to share your COVID-19 information.",CovidSingleBarcodePretextNew:"Scan this QR code at participating locations to share your COVID-19 information. This QR code also includes your legal name and date of birth.",CovidStatusBackButtonLabel:"Back to COVID-19",DateOfBirth:"Date of birth: @MYCHART@PatientDOB@",DismissRegistryQueryButtonLabel:"Not now",DOB:"DOB: @MYCHART@PatientDOB@",DownloadConfirmButtonPopupScreenReaderText:"Document download will open in a new browser tab.",ExpandableSelfScreeningScreenReaderText:"More details about your COVID-19 self-assessment status",ExpandableTestResultsScreenReaderText:"More details about your COVID-19 test results",ExpandableVaccineScreenReaderText:"More details about your COVID-19 vaccine",ExportButtonLabel:"Download / Export",ExportConfirmButtonPopupScreenReaderText:"Health wallet export will open in a new browser tab.",ExportConfirmButtonText:"Export",ExportConfirmPopupHeader:"Confirm export",ExportConfirmPopupText:"Once you export this file, it will no longer be secured by @MYCHART@APPTITLE@. Other apps on your device might have access to this file. Do you want to continue?",ExportDeclineButtonText:"Go back",ExportHealthCardButtonText:"Export",ExportHealthCardCheckboxHeader:"Select what information you would like to export:",ExportHealthCardHeader:"Export to Health Wallet",ExportHealthCardOptionsHeader:"The following information will be exported:",ExportHealthCardText:"Export vaccine and test result information to other Health Wallet apps.",ExportHealthCardTextNew:"Export vaccine and test result information to other Health Wallet apps. This export also includes your legal name and date of birth.",ExportRequiredOptionsText:"At least one item must be selected",ExportTestResultsLabel:"Test Result",ExportVaccinationsLabel:"Vaccinations",ExternalImageLabel:"Information is from another organization",ExternalIncompleteImageLabel:"Information is from another organization that doesn't allow further details to be viewed here. Please log in to your account there",FailureHeaderText:"We were unable to process your request for this dose",FailureSubtext:"Please try again later.",FilteredVaccinationTextMultiple:"@MYCHART@TotalVaccineDosesAdministered@ doses included in the QR codes.",FilteredVaccinationTextSingle:"1 dose included in the QR codes.",FilteredVaccineDoseTextMultiple:"@MYCHART@TotalVaccineDosesAdministered@ vaccine doses included in QR codes",FilteredVaccineDoseTextSingle:"1 vaccine dose included in QR codes",H2GSyncAndRegistryQueryNotStartedText:"If you received a COVID-19 vaccine and don't see it here, check for updates from state registries and your linked accounts.",H2GSyncLearnMoreButtonLabel:"Learn more",H2GSyncNoDataHeader:"We didn't get any new information.",H2GSyncNoDataVaccineQuestionnaireHeader:"We didn't get any new information.",H2GSyncNotStartedText:"If you received a COVID-19 vaccine and don't see it here, check for updates from your linked accounts.",H2GSyncNoUpdateHeader:"We didn't get any updates yet.",H2GSyncNoUpdateVaccineQuestionnaireHeader:"We didn't get any updates yet.",HealthWalletBulletText1:"Store your most recent COVID-19 information in a digital wallet",HealthWalletBulletText2:"Present your COVID-19 information offline when needed",HealthWalletBulletText3:"Keep healthcare information from various sources in one app",HealthWalletDescriptionHeader:"What is a Health Wallet?",HealthWalletDescriptionText:"Health Wallets are apps that allow you to:",HelpfulResources:"Helpful Resources",HistoricalTestStatusDetected:"Virus detected",HistoricalTestStatusNotDetected:"Virus not detected",Information:"Information",InvalidVaccineBannerText:"Your COVID-19 vaccine information might be incomplete. Contact your provider for more information.",InvalidVaccineHeader:"Vaccination status unknown",InvalidVaccineSubtext:"COVID-19 vaccination status unknown.",LearnMorePopupCloseButtonLabel:"Close",LearnMorePopupNewDataPostText:"Your providers at @MYCHART@OrganizationName@ have access to your updated vaccination information.",LearnMorePopupNoDataWithoutQuestionnairePostText:"If you still don't see your vaccination information, you can try again later or contact your healthcare provider for additional help.",LearnMorePopupNoDataWithQuestionnairePostText:"If you still don't see your vaccination information, you can try again later or enter it yourself.",LearnMorePopupOrganizationNameListItem:"@MYCHART@LearnMorePopupListItemSecondaryOrganizationName@",LearnMorePopupOrganizationNameWithUnreconciledDataListItemPostText:"Has unreviewed vaccine information",LearnMorePopupOrganizationWithUnreconciledDataPostText:"Some of your linked accounts have unreviewed vaccination information, which was not included in the most recent update. This information might become available after it is reviewed by you or your providers at those organizations.",LearnMorePopupPreText:"@MYCHART@APPTITLE@ checked for updated vaccination information from the following sources:",LearnMorePopupStateRegistryListItem:"State registries through @MYCHART@OrganizationName@",LearnMorePopupTitle:"Where did @MYCHART@APPTITLE@ check for updates?",LearnMorePopupUnsupportedOrganizationPostText:"Your other linked accounts do not support this feature yet, and they were not included in the most recent update.",LinkNewWindow:"Opens in a new window",MessageVaccineProofUnavailableWarning:"Until a provider confirms you've received this dose, it will not be included in anything you download, export, or share as proof of vaccination.",NoData:"No information to display",NoPastScreenings:"You have no past self-assessments to display",NoQuestionnaireNo:"No, dismiss",NoResultsToDisplay:"You have no results to display",NotAllResultsDisplayed:"Only your five most recent COVID-19 test results are shown.",NotAllResultsDisplayedWithLink:'Only your five most recent COVID-19 test results are shown. <a href="#" id="testresultslistlink">View all of your test results.<\/a>',NumberOfBarcodes:"@MYCHART@BarcodeNumberTotal@ QR codes showing",OrgNameLabel:"Information from",OrgUpToDate:"Up to date",PastResultsHeader:"Past COVID-19 Test Results",PastScreeningRowSummary:"@MYCHART@SCREENSTATUS@ from @MYCHART@SCREENDATE@. Print this self-assessment.",PastScreeningRowSummaryMobile:"@MYCHART@SCREENSTATUS@ from @MYCHART@SCREENDATE@. View this self-assessment.",PastScreeningsHeader:"Past COVID-19 Self-Assessments",PastScreeningsPostText:"Only your five most recent COVID-19 self-assessments are shown. Self-assessments are from the past two weeks.",PastScreeningsRowHoverText:"Print this self-assessment",PastScreeningsRowHoverTextMobile:"View this self-assessment",Pretext:"",QRCodesNotAvailableHeader:"QR codes unavailable",QRCodesNotAvailableText:"@MYCHART@OrganizationName@ does not support displaying this information via QR codes.",QuestionnaireCompletedErrorScoring:"Failed to determine risk of infection",QuestionnaireCompletedErrorScoringDescription:"Contact your healthcare provider to discuss your answers and determine your risk of currently having COVID-19.",QuestionnaireCompletedErrorScoringWithTime:"Self-assessment complete - Failed to determine risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireCompletedExposureReported:"COVID-19 exposure reported",QuestionnaireCompletedExposureReportedDescription:"If you are concerned about your COVID-19 exposure, consult your provider. If you develop severe symptoms, call @MYCHART@EMERGENCYPHONE@.",QuestionnaireCompletedExposureReportedWithTime:"Self-assessment complete - COVID-19 exposure reported (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireCompletedNoRiskFactorQuestions:"Self-assessment complete",QuestionnaireCompletedNoRiskFactorQuestionsWithTime:"Self-assessment complete (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireCompletedNoSymptomsOrExposure:"No symptoms or exposure reported",QuestionnaireCompletedNoSymptomsOrExposureDescription:"Continue to follow public health COVID-19 recommendations, and consult a medical provider if you develop severe symptoms, become concerned about exposure to COVID-19, or have any concerns about your health.",QuestionnaireCompletedNoSymptomsOrExposureWithTime:"Self-assessment complete - No symptoms or exposure reported (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireCompletedSymptomsAndExposureReported:"One or more symptoms and COVID-19 exposure reported",QuestionnaireCompletedSymptomsAndExposureReportedDescription:"Continue to monitor your symptoms. If you are concerned about your symptoms or COVID-19 exposure, consult your provider. If symptoms are severe or become severe, call @MYCHART@EMERGENCYPHONE@.",QuestionnaireCompletedSymptomsAndExposureReportedWithTime:"Self-assessment complete - One or more symptoms and COVID-19 exposure reported (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireCompletedSymptomsReported:"One or more symptoms reported",QuestionnaireCompletedSymptomsReportedDescription:"Continue to monitor your symptoms. If you are concerned about your symptoms, consult your provider. If your symptoms are severe or become severe, call @MYCHART@EMERGENCYPHONE@.",QuestionnaireCompletedSymptomsReportedWithTime:"Self-assessment complete - One or more symptoms reported (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireHighRisk:"High risk self-assessment",QuestionnaireHighRiskWithTime:"Self-assessment complete - High risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireLinkText:"Start a new COVID-19 self-assessment",QuestionnaireLowRisk:"Low risk self-assessment",QuestionnaireLowRiskWithTime:"Self-assessment complete - Low risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireMediumRisk:"High risk self-assessment",QuestionnaireMediumRiskWithTime:"Self-assessment complete - High risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireNotAnswered:"No recent self-assessments",QuestionnaireNotAnsweredDescription:"You have no COVID-19 self-assessments from the last 24 hours on file.",QuestionnairePositiveTestReported:"Positive test reported",QuestionnairePositiveTestReportedDescription:"Your latest self-assessment reported a positive COVID-19 test result.",QuestionnairePositiveTestReportedWithTime:"Self-assessment complete - Positive test reported (@MYCHART@SUBMITTEDTIMEAGO@)",QuestionnaireSuccessHeaderText:"Your vaccine information has been submitted",QuestionnaireSuccessSubtext:"Your information will be updated after it has been reviewed.",QuickAccessOptionHeader:"Quick Access Option",RegistryQueryButtonLabel:"Update",RegistryQueryInProgressHeader:"Searching for your information...",RegistryQueryInProgressText:"This may take a few seconds.",RegistryQueryNoDataHeader:"We didn't get any new information from state registries.",RegistryQueryNoDataText:"Contact your healthcare provider for additional help.",RegistryQueryNotStartedHeader:"Not seeing your vaccine?",RegistryQueryNotStartedText:"If you got your COVID-19 vaccine and it isn't showing up here, check for updates from state registries.",RegistryQueryNoUpdateHeader:"We didn't get an update from state registries",RegistryQueryNoUpdateHeaderNEW:"We didn't get an update from state registries yet",RegistryQueryNoUpdateText:"Wait and try again later, or contact your healthcare provider for additional help.",RegistryQueryNoUpdateTextNEW:"Check back later, or contact your healthcare provider for additional help.",RegistryQueryUpdatedHeader:"Update successful!",RegistryQueryUpdatedText:"Your vaccination information has been added.",RegistryQueryUpdatedTextNEW:"Your vaccination information has been updated.",RemovePopupBackText:"Go back",RemovePopupNoQuestionnaireConfirmText:"Dismiss",RemovePopupNoQuestionnaireHeaderText:"Dismiss vaccination?",RemovePopupNoQuestionnaireSubtext:"Are you sure you want to dismiss the dose administered on @MYCHART@AdministrationDate@? It will not be added to your record.",RemovePopupWithQuestionnaireConfirmText:"Continue",RemovePopupWithQuestionnaireHeaderText:"Are you sure?",RemovePopupWithQuestionnaireSubtext:"If you continue, the dose administered on @MYCHART@AdministrationDate@ will not be added to your record. You may enter correct dose information after continuing.",RemoveSuccessHeaderText:"Vaccination dismissed",RemoveSuccessSubtext:"To add a new dose, enter your vaccine details.",ResultStatusDetectedDetailsLabel:"Virus detected, result from @MYCHART@TestDate@. View details for this result.",ResultStatusNotDetectedDetailsLabel:"Virus not detected, result from @MYCHART@TestDate@. View details for this result.",ShowQuickAccessCheckboxText:"Show the COVID-19 info button at the top of every page",SomeUnreconciledVaccinationInExportBannerHeader:"Some vaccination information has not been reviewed by a provider",SomeUnreconciledVaccinationInExportBannerText:"It is not included in the download or export.",SomeUnreconciledVaccinationInQRCodeBannerHeader:"Some vaccination information has not been reviewed by a provider",SomeUnreconciledVaccinationInQRCodeBannerText:"It is not included in QR codes.",SomeUnreconciledVaccineInExportBannerHeader:"Some doses have not been reviewed by a provider",SomeUnreconciledVaccineInExportBannerText:"They are not included in the export.",SomeUnreconciledVaccineInQRCodeBannerHeader:"Some doses have not been reviewed by a provider",SomeUnreconciledVaccineInQRCodeBannerText:"They are not included in QR codes.",SomeUnsupportedVaccinationInExportBannerHeader:"Some vaccination information cannot be shared",SomeUnsupportedVaccinationInExportBannerText:"It is not included in the download or export.",SomeUnsupportedVaccinationInQRCodeBannerHeader:"Some vaccination information cannot be shared",SomeUnsupportedVaccinationInQRCodeBannerText:"It is not included in QR codes.",SomeUnsupportedVaccineInExportBannerHeader:"Some doses cannot be shared",SomeUnsupportedVaccineInExportBannerText:"They are not included in the export.",SomeUnsupportedVaccineInQRCodeBannerHeader:"Some doses cannot be shared",SomeUnsupportedVaccineInQRCodeBannerText:"They are not included in QR codes.",SubmittedHoursAgo:"@MYCHART@HOURS@ hours ago",SubmittedJustNow:"under an hour ago",SubmittedOneHourAgo:"1 hour ago",TestResultBarcodeAltText:"Test result QR code",TestResultBarcodeNumberLabel:"Test Result QR Code @MYCHART@BarcodeNumber@ of @MYCHART@BarcodeNumberTotal@",TestResultBarcodesHeader:"Test Results",TestResultExportNotAvailableHeader:"Test result unavailable",TestResultExportNotAvailableText:"@MYCHART@OrganizationName@ does not support exporting your test result information.",TestResultQRCodesNotAvailableText:"@MYCHART@OrganizationName@ does not support displaying your test result information as QR codes.",TestStatusDetected:"Tested - Virus detected",TestStatusDetectedDaysAgoMultipleLabel:"Tested - Virus detected (@MYCHART@DaysSinceResulted@ days ago)",TestStatusDetectedDaysAgoSingularLabel:"Tested - Virus detected (@MYCHART@DaysSinceResulted@ day ago)",TestStatusInProgress:"Testing in progress",TestStatusInProgressDetails:"Ordered by @MYCHART@OrderingProvider@ at @MYCHART@OrganizationName@ on @MYCHART@TestDate@.",TestStatusNotDetected:"Tested - Virus not detected",TestStatusNotDetectedDaysAgoMultipleLabel:"Tested - Virus not detected (@MYCHART@DaysSinceResulted@ days ago)",TestStatusNotDetectedDaysAgoSingularLabel:"Tested - Virus not detected (@MYCHART@DaysSinceResulted@ day ago)",TestStatusNotTested:"Not tested",TestStatusNotTestedDetails:"You have no COVID-19 tests on file.",TestStatusResultedDetails:"Performed at @MYCHART@OrganizationName@ on @MYCHART@TestDate@.",Title:"COVID-19",UnreconciledHeaderText:"Does this dose match your vaccination card?",UnreconciledVaccinationInformationHeader:"This vaccination information has not been reviewed by a provider",UnreconciledVaccineHeader:"This dose has not been viewed by a provider",UnreconciledVaccineText:"It will not be included in anything you download, export, or share as proof of vaccination.",UnsupportedVaccinationInformationHeader:"This vaccination information cannot be shared",UnsupportedVaccineHeader:"This dose cannot be shared",UnsupportedVaccineText:"It will not be included in anything you download, export, or share as proof of vaccination.",UnsupportedVaccineTextNoPDF:"It will not be included in QR codes or in the export to health wallet.",VaccinationBarcodeAltText:"Vaccination QR code",VaccinationBarcodeNumberLabel:"Vaccination QR Code @MYCHART@BarcodeNumber@ of @MYCHART@BarcodeNumberTotal@",VaccinationBarcodesHeader:"Vaccinations",VaccinationYes:"Yes, confirm",VaccineAdministrationDetails:"Dose @MYCHART@VaccineDoseNumber@ administered on @MYCHART@AdministrationDate@",VaccineAdministrationDetailsNoDoseNumber:"Dose administered on @MYCHART@AdministrationDate@",VaccineAdministrationGivenByLabel:"Given by:",VaccineAdministrationLocationLabel:"Location:",VaccineDosesInProgress:"@MYCHART@TotalVaccineDosesAdministered@ of @MYCHART@TotalVaccineDosesRequired@ vaccine doses received",VaccineDosesInProgressNextDue:"Vaccine dose @MYCHART@VaccineNextDose@ due on or after @MYCHART@VaccineDueAfterDate@",VaccineDosesInProgressNextDueTwoDoses:"2nd vaccine dose due on or after @MYCHART@VaccineDueAfterDate@",VaccineDosesInProgressNoTotalPlural:"@MYCHART@TotalVaccineDosesAdministered@ COVID-19 vaccine doses received",VaccineDosesInProgressNoTotalSingular:"1 COVID-19 vaccine dose received",VaccineDownloadButtonText:"Download vaccination record",VaccineDownloadConfirmButtonText:"Download",VaccineDownloadConfirmPopupText:"Once you download this file, it will no longer be secured by @MYCHART@APPTITLE@. Other apps on your device might have access to this file. Do you want to continue?",VaccineDownloadConfirmPopupTitle:"Confirm vaccination download",VaccineDownloadDeclineButtonText:"Go back",VaccineDownloadErrorPopupText:"Generating your record is taking longer than expected. Please try again later.",VaccineDownloadErrorPopupTitle:"Downloading your vaccination record",VaccineDownloadLoadingButtonText:"Downloading vaccination record",VaccineDownloadPDFButtonText:"Download",VaccineDownloadPDFHeader:"Download vaccination record",VaccineDownloadPDFText:"Download your COVID-19 vaccination information as a PDF.",VaccineExportNotAvailableHeader:"Vaccinations unavailable",VaccineExportNotAvailableText:"@MYCHART@OrganizationName@ does not support exporting your vaccination information.",VaccineInProgress:"@MYCHART@TotalVaccineDosesAdministered@ of @MYCHART@TotalVaccineDosesRequired@ vaccines received",VaccineInProgressNextDue:"Vaccine @MYCHART@VaccineNextDose@ due on or after @MYCHART@VaccineDueAfterDate@",VaccineInProgressNextDueTwoDoses:"2nd vaccine due on or after @MYCHART@VaccineDueAfterDate@",VaccineInProgressNoTotalPlural:"@MYCHART@TotalVaccineDosesAdministered@ COVID-19 vaccines received",VaccineInProgressNoTotalSingular:"1 COVID-19 vaccine received",VaccineLotNumberLabel:"Lot #:",VaccineManufacturerLabel:"Manufacturer:",VaccineNameLabel:"Name:",VaccineNotAdministered:"No vaccine received",VaccineNotAdministeredDetails:"No COVID-19 vaccines found.",VaccinePendingUpdateHeaderText:"Your vaccine information has been submitted",VaccinePendingUpdateSubtext:"Your information will be updated after it has been reviewed.",VaccineQRCodesNotAvailableText:"@MYCHART@OrganizationName@ does not support displaying your vaccination information as QR codes.",VaccineQuestionnaireButtonLabel:"Enter vaccine details",VaccineQuestionnaireButtonLabelNEW:"Enter information",VaccineQuestionnaireHeaderText:"We didn't get an update from state registries",VaccineQuestionnaireHeaderTextNEW:"We didn't get an update from state registries yet",VaccineQuestionnaireHeaderTextRegistryDisabled:"Not seeing your vaccine?",VaccineQuestionnaireNoDataHeaderText:"We didn't get any new information from state registries.",VaccineQuestionnaireNoDataSubtext:"If your vaccination information listed here is incomplete, you can enter updates yourself.",VaccineQuestionnaireSubtext:"You can enter your vaccine details or wait and try again later.",VaccineQuestionnaireSubtextNEW:"Check back later. If you still don't see your vaccination information, you can enter it yourself.",VaccineQuestionnaireSubtextRegistryDisabled:"You can enter your vaccine details.",VaccinesComplete:"COVID-19 vaccination complete (@MYCHART@TotalVaccineDosesAdministered@ of @MYCHART@TotalVaccineDosesRequired@)",VaccinesCompleteNoTotal:"COVID-19 vaccination complete (@MYCHART@TotalVaccineDosesAdministered@ doses received)",ViewResultDataTooltip:"View more information on this result",WithQuestionnaireNo:"No, make corrections"});$$WP.Strings.getNamespace("clinical.medications").addStrings({abouthover:"Learn more about @MYCHART@ITEMNAME@",add_rx_comment:"Add comments",addbuttonlabel:"Report a medication",additem_accept_label:"Accept",additem_cancel_label:"Go back",additem_post_text:"",additem_pre_text:"",additem_title:"Report a medication that you are taking",addsectionheader:"Medications You Reported Taking",addsectionsubtitle:"Please review this list and submit any changes or additions that are important for your care team to be aware of.  This information will be visible to your care team at your next visit to a site using Connect Care.",admitted:"Do not take any medications during your admission unless your provider instructs you otherwise. Prescriptions are not refillable during your admission. If you have questions, consult your treatment team.",anticoagmedsig:"<strong>Original instructions: <\/strong> @MYCHART@SIG@",anticoagmessage:"Take as directed by the anticoagulation clinic. If you are unsure how to take this medication, talk to your nurse or doctor.",back_to_health_summary:"Back to Health Summary",back_to_previous_page:"Back to Previous Page",cannotrefillhover:"You cannot request a refill for this medication",comments:"Comments: @MYCHART@COMMENTS@",commentslabel:"Comments:",commonlyknownas:"Commonly known as",commonname:"@MYCHART@RXCOMMONNAMECAPTION@: @MYCHART@RXCOMMONNAME@",confirmation_page_subtitle:"Here is a summary of your request.",confirmation_page_success_message:"Your refill request has been submitted.",confirmation_page_title:"Thank you!",courier_custom_delivery_method:"Deliver by @MYCHART@DELIVERYMETHODNAME@",courier_delivery_method:"Deliver by courier",currentlistsectionheader:"Medications on File",datedocumentedlabel:"Started taking",datelabel:"Start date:",dateprescribedlabel:"Prescribed",deletebuttonhover:"Indicate that you are no longer taking your prescription for @MYCHART@ITEMNAME@",deleteitem_accept_label:"Accept",deleteitem_cancel_label:"Go back",deleteitem_post_text:"",deleteitem_pre_text:"Please give details about why you are no longer taking @MYCHART@ITEMNAME@.",deleteitem_title:"Remove @MYCHART@ITEMNAME@",deletelabel:"Remove",deletesectionheader:"Medications You Reported No Longer Taking",deletesectionsubtitle:"Please review this list and submit any changes or additions that are important for your care team to be aware of. This information will be visible to your care team at your next visit to a site using Connect Care.",documentedbyprovider:"@MYCHART@ORDPROVIDER@",documentedbyproviderlabel:"Documented by",duplicatetext:"You have another medication with the same name.",duplicatetooltip:"Read the instructions carefully and ask your doctor or another care provider to review them with you.",dxr_pretext_info:"This medication list is from @MYCHART@ORGNAME@ as of @MYCHART@ORGTIMESTAMP@.",eCheck_in_pretext:'This is the list of medications that were identified or prescribed during a visit to an AHS site that is using Connect Care.  It will only include medications or changes made within AHS and identified at that visit. To ensure you receive the best treatment, your healthcare providers need a comprehensive list of the medications you are taking. <strong class="alert">Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.<\/strong>',edit:"Edit",edit_rx_comment:"Edit comments",editadditem_accept_label:"Accept",editadditem_cancel_label:"Go back",editadditem_post_text:"",editadditem_pre_text:"",editadditem_title:"Edit @MYCHART@ITEMNAME@",editbuttonhover:"Edit the details of your prescription for @MYCHART@ITEMNAME@",editedititem_accept_label:"Accept",editedititem_cancel_label:"Go back",editedititem_post_text:"",editedititem_pre_text:"",editedititem_title:"Edit @MYCHART@ITEMNAME@",edititem_accept_label:"Accept",edititem_cancel_label:"Go back",edititem_post_text:"",edititem_pre_text:"",edititem_title:"Edit @MYCHART@ITEMNAME@",editlabel:"Edit",editsectionheader:"Medications You Edited",errorclose:"OK",errorcontent:"An error occurred while attempting to save the update. Please try again later.",errortitle:"Error",estimated_cost_label:"Last fill cost:",estimated_cost_not_available:"Not available",estimated_total_cost_label:"Last fill cost:",eVisit_pretext:'This is the list of medications that were identified or prescribed during a visit to an AHS site that is using Connect Care.  It will only include medications or changes made within AHS and identified at that visit. To ensure you receive the best treatment, your healthcare providers need a comprehensive list of the medications you are taking. <strong class="alert">Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.<\/strong>',exception:"Error loading data at this time.",expand_meds_list:"Show all medications",external_mail_order_banner:"Due to limitations with the pharmacy you selected, we suggest that you contact them to confirm the delivery and payment methods you chose. They might not receive this information from MyChart.",external_mail_order_banner_new:"This refill will be sent to your provider for approval. You will need to contact the pharmacy to confirm the delivery and payment details.",externalcommonname:"Commonly known as: @MYCHART@RXCOMMONNAME@",externalerror:"We were unable to load medications from this organization. Please try again later.",externalimagelabel:"Medication is from another organization",externalincompleteimagelabel:"Medication is from another organization that doesn't allow refills to be requested from here. Please log in to your MyChart account there.",externalMedicationNonRefillableWarning:"@MYCHART@OWNINGPHARMACY@ isn't available for refills through @MYCHART@APPTITLE@. Contact the pharmacy to refill this prescription.",externalMedicationNonRefillableWarningExternal:"@MYCHART@OWNINGPHARMACY@ isn't available for refills through @MYCHART@APPTITLE@. Contact the pharmacy to refill this prescription.",filteredwarning:"<strong>Disclaimer: <\/strong>Certain medications on file might be excluded from this list for privacy reasons. This disclaimer appears even if no medications are excluded.",freetext_address:"Other",freetext_address_helptext:"Please write your address in the delivery comments below",futurestartwarning:"You should not start taking this medication until @MYCHART@STARTDATE@.",generic_error_title:"Something went wrong...",genericname:"Generic name",genericnotrefillableextratext:"If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",genericnotrefillabletext:"This prescription cannot be refilled through @MYCHART@APPTITLE@ at this time.",genericnotrefillabletextExternal:"This prescription cannot be refilled through @MYCHART@APPTITLE@ at this time.",happytogether_pretext:'Please review your medications. <strong class="alert">Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.<\/strong>',hidden_medication_label:"Hidden from friends and family.",hide_details:"Hide details",home_delivery_address:"Home address",hours_of_operation_label:"Hours:",integratedPharmacyNotOwnedYetWarning:"@MYCHART@OWNINGPHARMACY@ has not yet received this prescription. Contact the pharmacy to refill this prescription.",integratedPharmacyNotOwnedYetWarningExternal:"@MYCHART@OWNINGPHARMACY@ has not yet received this prescription. Contact the pharmacy to refill this prescription.",lastdispensedatelabel:"Last filled",lastdispensedatewithquantity:"Last filled @MYCHART@LASTDISPENSEQUANTITY@ on @MYCHART@LASTDISPENSEDATE@",learnmore:"Learn more",lookup_add_selected_alt_text:"Report selected medication",lookup_close_popup_instruction:"You can press the escape button to close the popup.",lookup_custom_accept:"Accept",lookup_custom_placeholder:"Enter medication name",lookup_custom_pretext:"Report your own medication",lookup_custom_trysearch:"Search again",lookup_form_header:"<strong>This is not a refill request.<\/strong> Enter details about the medication below.",lookup_name_label:"Name:",lookup_open_popup_text:"A new popup window called report a medication that you are taking has appeared. Press the escape button to close this popup.",lookup_results_custom_link:"Report your own medication",lookup_results_disclaimer:"Some medications cannot be searched and added for this patient from here. Contact your healthcare provider if you need to report a medication that you don’t see in this list.",lookup_results_posttext:"",lookup_results_posttext_allow_custom:"Can't find what you're looking for? @MYCHART@CUSTOMLINK@",lookup_results_pretext_few_results:"Your search returned @MYCHART@HITS@ results.",lookup_results_pretext_more_results:"Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",lookup_results_pretext_no_results:"Your search returned no results.",lookup_search_placeholder:"Search for a medication",lookup_startover_label:"Go back and change the search term",lookup_suggestion_all_results_shown:"All results displayed.",lookup_suggestion_all_results_shown_allow_custom:"Can't find it? @MYCHART@CUSTOMLINK@",lookup_suggestion_custom_link:"Report your own medication",lookup_suggestion_disclaimer:"Some medications cannot be searched and reported from here.",lookup_suggestion_has_more_results:"Search to see more results.",lookup_suggestion_no_results:"No results found.",lookup_suggestion_no_results_allow_custom:"No results found. @MYCHART@CUSTOMLINK@",lookup_suggestion_search_tag:" - Search",mail_custom_delivery_method:"Deliver by @MYCHART@DELIVERYMETHODNAME@",mail_delivery_method:"Deliver by mail",max_amount_you_may_be_charged:"The actual total cost may be different than the last fill cost.",med_list_header:"Current Medications",medicaton_step_title:"Medications",mobile_confirmation_return_button:"Back to Medications",nextdispensedatelabel:"Next fill",no_available_pharmacies_error:"There are no pharmacies that can refill any of the prescriptions you chose. Please call your pharmacy or clinic for help.",no_available_pharmacies_title:"No Available Pharmacies",no_discrete_pharmacy_available_message:"There are no pharmacies in the system that can refill any of these prescriptions. This request will be sent to your doctor's office before the pharmacy can fill it.",no_discrete_pharmacy_available_message_new:"There are no pharmacies in the system that can refill any of these prescriptions. This request will be sent to your provider before the pharmacy can fill it.",no_pharmacies_warning:"We do not have any pharmacies on file for you, so we are unable to process refills at this time.",nodata:"You have no medications on file.",nodata_condition:"You have no prescribed medications for @MYCHART@CONDITIONTITLE@.",noOwningPharmacyYetWarning:"This prescription isn't at one of our pharmacies. Please bring the paper copy of this prescription to a pharmacy to fill it, or contact your pharmacy if you have refilled this prescription before.",noOwningPharmacyYetWarningExternal:"This prescription isn't at one of our pharmacies. Please bring the paper copy of this prescription to a pharmacy to fill it, or contact your pharmacy if you have refilled this prescription before.",NotRefillableAtPharmacy:"The selected pharmacy cannot fill this prescription.",NotRefillableAtPharmacy_Controlled:"The selected pharmacy cannot refill controlled substances.",nottaking:"Remove",num_meds_selected_plural:"@MYCHART@NUMSELECTEDMEDS@ prescriptions selected",num_meds_selected_singular:"@MYCHART@NUMSELECTEDMEDS@ prescription selected",numrefills:"@MYCHART@NUMREFILLS@ refills before @MYCHART@EXPDATE@",numrefills_asneeded:"Refill as needed until @MYCHART@EXPDATE@",numrefills_expired:"Prescription expired on @MYCHART@EXPDATE@ and can no longer be refilled",numrefills_freetext:"Refills: @MYCHART@NUMREFILLS@",numrefills_nodate:"@MYCHART@NUMREFILLS@ refills remaining",numrefills_none:"No refills remaining",numrefills_one:"@MYCHART@NUMREFILLS@ refill before @MYCHART@EXPDATE@",numrefills_onenodate:"@MYCHART@NUMREFILLS@ refill remaining",numrefills_partial:"@MYCHART@NUMREFILLS@+ refills before @MYCHART@EXPDATE@",numrefills_partialonly:"Partial refill before @MYCHART@EXPDATE@",OrgNameLabel:"Information from",OrgUpdatedLabel:"Updated @MYCHART@ORGTIMESTAMP@",OrgUpToDate:"Up to date",other_address_header:"Other",other_address_text:"Please write your address in the delivery comments below",other_pharmacy:"Other",other_rx_comment_card_header:"Other prescriptions you would like filled",other_rx_comment_label:"List the prescriptions you would like filled along with any comments:",other_rx_cost_estimate_warning:"*This total does not account for the other prescriptions you've listed.",other_rx_refill_instructions:'If the prescription you wish to refill is not on this list, select "Other." You can write the medication name, and any other necessary details, in the comments box.',partially_hidden_medication_label:"Hidden from some friends and family.",payment_method_label:"Payment Information",payment_method_section_header:"Payment Option",payment_option_disabled_message:"The delivery method and pharmacy combination you chose only supports one payment option.",payment_step_title:"Payment",pendingupdatedisplaydate:"@MYCHART@MEDDATEDISPLAYLABEL@: @MYCHART@MEDDATETODISPLAY@",pendingupdatehelp:"Refer to your most recent printed medication list for more information. Please contact your health care provider if you have any questions.",pendingupdatewarning:"The way you should take this medication may have changed.",pendrefillcode_10:"Fill in progress",pendrefillcode_20:"Fill in progress",pendrefillcode_25:"Fill scheduled for @MYCHART@SCHEDULEDFILLDATE@",pendrefillcode_30:"Fill in progress",pendrefillcode_35:"Fill is waiting for approval",pendrefillcode_40:"Fill in progress",pendrefillcode_50:"Fill in progress",pendrefillcode_60:"Fill in progress",pendrefillcode_70:"Ready for pick up",pendrefillcode_80:"Ready for pick up",pendrefills:"Fill in progress",pharmacy_action_call:"Call",pharmacy_action_map:"Map",pharmacy_call_screenreader_text:"Call this pharmacy",pharmacy_detail_header:"Pharmacy Details",pharmacy_direction_screenreader_text:"Get driving directions to this pharmacy",pharmacy_exclusion_error:"The selected pharmacy cannot refill all the prescriptions. Select Next to proceed with the available prescriptions. Contact the pharmacy if you have any questions or concerns.",pharmacy_label:"Pharmacy",pharmacy_step_title:"Pharmacy",phone_number_label:"Phone number:",pickup_custom_delivery_method:"Pick up at @MYCHART@DELIVERYMETHODNAME@",pickup_delivery_method:"Pick up at a pharmacy",pickup_details_label:"Pickup Details",popup_cancelbutton_label:"Cancel",preferred_pharmacy_link_context:'<strong>Need to update your list of pharmacies?<\/strong> <a href="#" data-id="pharmacylistlink">Go to Manage My Pharmacies.<\/a>',prescribedbydiffprovider:"@MYCHART@AUTHPROVIDER@",prescribedbydiffproviderlabel:"Approved by",prescribedbysameprovider:"@MYCHART@AUTHPROVIDER@",prescribedbysameproviderlabel:"Approved by",prescription_delivery_address:"Prescription address",prescription_detail_header:"Prescription Details",prescriptionnumberlabel:"Prescription number",pretext:'This is the list of medications that were identified or prescribed during a visit to an AHS site that is using Connect Care.  It will only include medications or changes made within AHS and identified at that visit. To ensure you receive the best treatment, your healthcare providers need a comprehensive list of the medications you are taking. <strong class="alert">Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.<\/strong>',providerdetails_title:"More details about @MYCHART@PROVIDERNAME@",proxies_who_cant_access_header:"Hidden from",quantitylabel:"Quantity",quantitywithunitlabel:"Quantity (@MYCHART@WRITTENDISPENSEUNIT@)",refill_detail_header:"Refill Details",refill_instructions:"Choose prescriptions to refill. ",refill_review_pickup_date_label:"Pickup date:",refill_review_pickup_time_label:"Pickup time:",refill_step_pretext:"Please choose how you would like to receive your refills and enter any comments or concerns you have for your selected prescriptions.",refilldisclaimer:"Visit the website to request refills.",refilled_prescriptions_header:"Prescriptions Sent for Refill",refillRuleBlockedWarning:"This prescription isn't available for refill through @MYCHART@APPTITLE@ at this time.",refills_list_header:"Refillable Medications",renewal_message:"This refill has been sent to your doctor's office for approval before the pharmacy can fill it.",renewal_message_new:"This refill has been sent to your provider for approval before the pharmacy can fill it.",renewed_prescriptions_header:"Prescriptions Sent for Renewal",requestrefill:"Request refill",requestrefillhover:"Request a refill of your prescription for @MYCHART@ITEMNAME@",requestrefills:"Request refills",restorelabel:"Restore",review_step_med_subtitle:"Review Your Request",review_step_med_subtitle_new:"Requested Medications",review_step_other_subtitle:"Delivery Details",review_step_other_subtitle_new:"Request Details",review_step_title:"Review",review_step_title_new:"Review Your Request",rowdetailstitle:"View more details about @MYCHART@ITEMNAME@",rx_comment_input_aria_label:"Enter comments for @MYCHART@ITEMNAME@",rx_comment_input_label:"Enter comments for this prescription",rx_refill_address_label:"Delivery address",rx_refill_delivery_comments_label:"Delivery comments",rx_refill_delivery_fee_amount:"@MYCHART@DELIVERYFEETOTAL@",rx_refill_delivery_fee_amount_plus_tax:"@MYCHART@DELIVERYFEETOTAL@ (@MYCHART@DELIVERYFEESUBTOTAL@ + tax)",rx_refill_delivery_fee_label:"Delivery fee:",rx_refill_delivery_method_header:"Delivery Method",rx_refill_freetext_pharmacy_label:"Specify your pharmacy below",rx_refill_invalid_delivery_address:"The selected address is not in the delivery range of this pharmacy for this delivery method. Select a different address or contact the pharmacy.",rx_refill_invalid_pharmacy_transfer:"The selected pharmacy cannot fill this prescription online.",rx_refill_invalid_pharmacy_transfer_all:"This request cannot be filled online by the selected pharmacy. Contact the pharmacy if you have any questions or concerns.",rx_refill_invalid_pharmacy_transfer_partial:"Some prescriptions cannot be filled online by the selected pharmacy. Select Next to proceed with the available prescriptions. Contact the pharmacy if you have any questions or concerns.",rx_refill_other_address_not_supported:"This pharmacy does not support addresses entered in the delivery comments for this delivery method. Contact the pharmacy to request your prescriptions.",rx_refill_page_header:"Refills",rx_refill_payment_method_1:"Pay later",rx_refill_payment_method_2:"Pay now",rx_refill_pharmacy_hours_label:"Hours:",rx_refill_pharmacy_hours_not_available:"Not available",rx_refill_pharmacy_open_24_hours:"Open 24 hours",rx_refill_pharmacy_selection_header:"Pharmacy Info",rx_refill_pickup_date_label:"Pickup date ",rx_refill_pickup_time_help_text:"Refills are generally available within 24 hours. If you need it sooner, please call the pharmacy.",rx_refill_pickup_time_label:"Pickup time",rx_refill_pickuptime_pharmacyclosed:"The pharmacy is closed during the hours you specified. Please change the pickup date/time or call the pharmacy directly.",rx_refill_pickuptime_toosoon:"The pharmacy cannot fill your order by the time you have requested. Please choose a later time or call the pharmacy directly.",rx_refill_too_soon_all:"It is too soon to complete this request. Contact the pharmacy if you have any questions or concerns.",rx_refill_too_soon_partial:"It is too soon to refill some of your prescriptions. Select Next to proceed with the available prescriptions. Contact the pharmacy if you have any questions or concerns.",rx_refill_too_soon_warning:"It is too soon to refill this prescription.",rx_refill_unknown_error:"An error occurred while processing your refill request. Please try again later or contact your pharmacy directly.",rxdelivered:"prescriptions recently sent",rxdeliveredsectionheader:"Prescriptions Recently Sent",rxnorm_no_brand_selected:"No Brand Selected",rxnorm_no_form_selected:"No Form Selected",rxnorm_no_strength_selected:"No Strength Selected",rxnorm_select_brand_label:"Select a Brand:",rxnorm_select_form_label:"Select a Form:",rxnorm_select_strength_label:"Select a Strength:",rxnorm_unknown_brand_option:"Unknown",rxnorm_unknown_form_option:"Unknown",rxnorm_unknown_strength_option:"Unknown",rxpickupordelivery:"View your @MYCHART@RXMESSAGE@",rxreadyforpickup:"prescriptions that are ready to pick up or that have been picked up recently",rxreadyforpickupsectionheader:"Prescriptions Ready for Pickup or Picked Up Recently",schedulednotrefillableextratext:"Your refill is scheduled to be filled on this date. If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",select_time_placeholder:"Select Time",selected_meds_list_header:"Selected Refills",sentonlabel:"Sent on @MYCHART@SHIPPEDDATE@ to",sentonnoaddresslabel:"Sent on @MYCHART@SHIPPEDDATE@",ship_to_header:"Ship to",shipping_address_label:"Shipping Address",show_details:"Show details",sidebartext:"",sig_translation_tooltip:"This translation is provided by your pharmacy.",startedtaking:"Started taking on @MYCHART@STARTDATE@",tabtext:"Tab to know more",temporary_delivery_address:"Temporary Address",Title:"Medications",total_rx_cost_estimate_help_text:"",total_rx_cost_estimate_warning:"*This total does not include one or more prescriptions where the last fill cost is not available.",unauthorized:"Unable to load data at this time.",undoadditem_accept_label:"Remove",undoadditem_cancel_label:"Go back",undoadditem_post_text:"",undoadditem_pre_text:"Are you sure you want to remove @MYCHART@ITEMNAME@?",undoadditem_title:"Remove @MYCHART@ITEMNAME@",undodeleteitem_accept_label:"Restore",undodeleteitem_cancel_label:"Go back",undodeleteitem_post_text:"",undodeleteitem_pre_text:"Are you sure you want to restore @MYCHART@ITEMNAME@?",undodeleteitem_title:"Restore @MYCHART@ITEMNAME@",undoedititem_accept_label:"Remove",undoedititem_cancel_label:"Go back",undoedititem_post_text:"",undoedititem_pre_text:"Are you sure you want to undo the edit to @MYCHART@ITEMNAME@?",undoedititem_title:"Remove edit to @MYCHART@ITEMNAME@",verifiedfilteredlistprompt:"These medications are current",ViewMoreLabel:"View more",waitingforinsurance:"Not yet sent to pharmacy",waitingforinsurancehelp:"This prescription has not been sent to the pharmacy yet because we are checking if your insurance will help you pay for it. If you do not hear back within 3 business days, please contact your health care provider.",widgetpendingupdatesmessage:"View your pending updates",widgettitle:"@MYCHART@TITLE@ (@MYCHART@CONDITIONTITLE@)"});$$WP.Strings.getNamespace("clinical.pharmacies").addStrings({addpharmacylabel:"Add a pharmacy",back_button_health_summary_text:"Back to Health Summary",back_button_home_text:"Back to the home page",back_button_meds_text:"Back to Medications",back_button_personalinfo_text:"Back to Personal Information",back_button_poc_text:"Back to Plan of Care",clearpharmacylabel:"Clear pharmacy selection",deleteitem_accept_label:"Remove",deleteitem_cancel_label:"Go back",deleteitem_post_text:"",deleteitem_pre_text:"Are you sure you want to remove this pharmacy from your list?",deleteitem_title:"Remove @MYCHART@ITEMNAME@",deletelabel:"Remove this pharmacy from your list",invalid_zipcode_error_message:"Invalid ZIP code",lookup_add_selected_alt_text:"Add selected pharmacy",lookup_close_popup_instruction:"You can press the escape button to close the popup.",lookup_component_title:"Add a Pharmacy",lookup_custom_accept:"Accept",lookup_custom_placeholder:"Enter pharmacy name",lookup_custom_pretext:"Specify your pharmacy",lookup_custom_trysearch:"Search again",lookup_name_label:"Name:",lookup_open_popup_text:"A new popup window called add a pharmacy has appeared. Press the escape button to close this popup.",lookup_pretext_mobile_not_support_zipcode:"Enter the first few characters of the pharmacy and click Search.",lookup_pretext_mobile_support_zipcode:"Enter the first few characters of the pharmacy, and/or add a ZIP code to narrow the results.",lookup_results_custom_link:"Add your own pharmacy",lookup_results_posttext:"",lookup_results_posttext_allow_custom:"Can't find what you're looking for? @MYCHART@CUSTOMLINK@",lookup_results_pretext_few_results:"Your search returned @MYCHART@HITS@ results.",lookup_results_pretext_more_results:"Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",lookup_results_pretext_no_results:"Your search returned no results. Try a different search term.",lookup_search_label_mobile:"Search",lookup_search_near_label:"near ZIP",lookup_search_near_label_mobile:"near ZIP:",lookup_search_placeholder:"Search for a pharmacy",lookup_search_without_zipcode_pretext:"No results were found near ZIP code @MYCHART@Zipcode@. Matches from other ZIP codes are shown below.",lookup_startover_label:"Go back and change the search term",lookup_suggestion_all_results_shown:"All results displayed",lookup_suggestion_all_results_shown_allow_custom:"Can't find it? @MYCHART@CUSTOMLINK@",lookup_suggestion_custom_link:"Add your own pharmacy",lookup_suggestion_has_more_results:"Search to see more results.",lookup_suggestion_no_results:"No results found",lookup_suggestion_no_results_allow_custom:"No results found. @MYCHART@CUSTOMLINK@",lookup_suggestion_search_tag:" - Search",lookup_zipcode_placeholder:"ZIP Code",lookup_zipcode_placeholder_mobile:"ZIP Code",no_pharmacy_address:"No address available",nodata:"You have no pharmacies on file.",pharmacy_action_call:"Call",pharmacy_action_map:"Map",pharmacy_call_screenreader_text:"Call this pharmacy",pharmacy_direction_screenreader_text:"Get driving directions to this pharmacy",pharmacy_hours_label:"Hours:",pharmacy_open_24_hours:"Open 24 hours",pharmacyhourslabel:"Hours:",PharmacySelectionCompHeader_eCheckIn:"Select a Pharmacy for This Visit",pharmacyselectionrequired:"You must select a pharmacy for this @MYCHART@BrandEVisit@.",pharmacyselectionrequired_no_mnemonic:"You must select a pharmacy for this E-Visit.",pharmacyselectionrequirednoneonfile:"You must add and select a pharmacy for this @MYCHART@BrandEVisit@.",pharmacyselectionrequirednoneonfile_no_mnemonic:"You must add and select a pharmacy for this E-Visit.",posttext_eCheckIn:"",posttext_Standalone:"",pretext_eCheckIn:"",pretext_Standalone:"Add the pharmacies where you like to get prescriptions. Your care team uses this list to make refill requests and appointment check-in faster.",removepharmacylabel:"Remove",Title:"Manage My Pharmacies"});$$WP.Strings.getNamespace("clinical.testresults").addStrings({AbnormalIconAltText:"The result is abnormal",AbnormalResultAriaLabel:"This result is abnormal.",AddendumSectionPostText:"",AddendumSectionPreText:"",AddendumSectionTitle:"Addendum",AllDataLoaded:"There are no more test results available.",AriaLabelStandardRange:"@MYCHART@STANDARDRANGELOWVALUE@ to @MYCHART@STANDARDRANGEHIGHVALUE@",AutomaticRelease:"This test result has been released by an automatic process.",BackToCovidStatus:"Back to COVID-19",CancelSearchTooltip:"Cancel Search",CommentTooltip:"Your provider left a comment on this result",ComponentCommentsEntry:"comment",ComponentCommentsHeader:"Component: ",ComponentDetailsLink:"View details of this component",ComponentFlagHeader:"Flag",ComponentFlagToolTip:"Special Conditions",ComponentNameHeader:"Component",ComponentNameToolTip:"Result Components",ComponentOutOfDisplayedRange:"The value you selected is older than the results displayed here.",ComponentOutOfRange:"Out of Range",ComponentRangeHeader:"Standard Range",ComponentRangeToolTip:"Range of Normal Values",ComponentsSectionPostText:"",ComponentsSectionPreText:"",ComponentsSectionTitle:"Component Results",ComponentsTableTitle:"Components: @MYCHART@NumberOfComponents@",ComponentStandardRangeHeader:"Standard Range",ComponentTableDecription:"Table of test result components",ComponentValueDetailsLink:"Details",ComponentValueDetailsLinkTooltip:"View more information about this result",ComponentValueHeader:"Value",ComponentValuesHeader:"Your Value",ComponentValueToolTip:"Value of Component Result",ComponentWithinRange:"Within Range",ContentLinkHoverText:"Learn more about @MYCHART@TestName@",ContentLinkingText:"About this test",ContentLinkNewWindowNotification:"Link will open in a new browser window or tab.",DailyDigestCancelAdditionalInfo:"If you take no action, you will continue to receive a single notification of your test results for a given day. It will continue to be sent on weekdays between 8AM and 10AM, and will not be sent on weekends or holidays.",DailyDigestCancelConfirmation:"You have now opted out of receiving the Test Results Daily Digest. You will begin to receive a separate notification for each test result as it becomes available.",DailyDigestCancelInfo:"You can opt out of the Test Results Daily Digest to receive a separate notification for each test result as it becomes available.",DailyDigestCancelNoButton:"Never mind",DailyDigestCancelTitle:"Cancel Test Results Daily Digest",DailyDigestCancelYesButton:"Cancel daily digest",DailyDigestCommPreferences:"You can change this option later under the Health section in Communication Preferences.",DailyDigestCommPrefLink:"Go to Communication Preferences.",DailyDigestPageTitle:"Daily Digest",DailyDigestSignupAdditionalInfo:"If you take no action, you will continue to receive a separate notification for each result as it becomes available.",DailyDigestSignupConfirmation:"You have now signed up for the Test Results Daily Digest. You will receive a single notification that includes all new test results you have for a given day. This notification will be sent on weekdays between 8AM and 10AM. It will not be sent on weekends or holidays.",DailyDigestSignupInfo:"You can sign up for the Test Results Daily Digest to receive a single notification for all the new test results you receive for the past day. This notification will be sent on weekdays between 8 AM and 10 AM. The notification will not be sent on weekends and holidays.",DailyDigestSignupNoButton:"No thanks",DailyDigestSignupTitle:"Sign up for Test Results Daily Digest",DailyDigestSignupYesButton:"Sign me up",DateHeader:"Date",DateHeaderTemplate:"Results from @MYCHART@TestResultFormattedDate@",DetailsLink:"Details",DetailsPageBackLinkText:"Back to the Test Results List",DetailsPageTitle:"@MYCHART@TESTNAME@ - Details",DetailsSectionTitle:"Details",DetailsTabName:"Details",dxr_pretext_info:"Your test results may not be up to date for each linked account.",EcgDiagnosis:"ECG @MYCHART@EcgID@:",EcgSectionPostText:"",EcgSectionPreText:"",EcgSectionTitle:"ECG Diagnosis",ExternalImageLabel:"Result is from another organization",ExternalIncompleteImageLabel:"Result is from another organization that doesn't allow further details to be viewed here. Please log in to your MyChart account there.",ExternalLinkingWidgetPretext:"You will be able to see test results from the following organizations when you activate your account",FilterByOrganizationLabel:"Show:",GeneralInformationSectionPostText:"",GeneralInformationSectionPreText:"",GeneralInformationSectionTitle:"General Information",GraphAltText:"Value: @MYCHART@GraphAltValue@, Standard range: @MYCHART@GraphAltReferenceRange@",HideHospitalResults:"Hide hospital results",ImageScanText:"Scan on @MYCHART@SCANINSTANT@",ImagesSectionPostText:"",ImagesSectionPreText:"",ImagesSectionTitle:"Images",ImagingIconAltText:"Imaging",ImpressionSectionHeader:"Impression",LabIconAltText:"Lab",LatestResults:"Latest Results",LoadMoreLabel:"Load more results",LoadMoreTooltip:"Load older test results",NarrativeSectionHeader:"Narrative",NoComponents:"There is no component information for this result.",NoData:"No test results to display",NoDataToDisplay:"You have no test results to display.",NoFiltersLabel:"All Organizations",NoHistoricValuesFound:"No values to display.",NoRegistryDataToDisplay:"You have no test results related to @MYCHART@RegistryName@.",NoResultsFound:"No test results were found.",NormalHigh:"Normal high",NormalLow:"Normal low",NotesContentHeader:"Content",NotesResultHeader:"Result",NotesTableTitle:"Notes",NoTestResultData:"You have no information available for this test.",NotYetViewedTooltip:"Not yet viewed",OldestDateLoadedLabel:"Oldest record loaded from @MYCHART@OldestRenderedDate@",OrderedBy:"Ordered By",OrderedByProvider:"Ordered by @MYCHART@LABORDEREDBYPROVIDER@",OrderedByUnknown:"The provider who ordered this result is unknown.",OrderEntry:"Find result by Order ID",OrgNameLabel:"Information from",OrgUpdatedLabel:"Updated @MYCHART@ORGTIMESTAMP@",OrgUpToDate:"Up to date",OtherIconAltText:"Other type of result",PostText:"",PreText:"",ProcedureIconAltText:"Procedure",ReadImageAltText:"Your provider left a comment on this result",RecentResultsDropdownLabel:"Recent Results",RemoveSearchButtonTooltip:"Reset the search",ResultCommentSectionPostText:"",ResultCommentSectionPreText:"",ResultCommentSectionTitle:"Comments from the Doctor's Office",ResultCommentViewed:"<h4>--------Viewed by @MYCHART@VIEWEDBY@ on @MYCHART@VIEWEDDATE@--------<\/h4>",ResultCommentViewedNoDate:"<h4>--------Viewed by @MYCHART@VIEWEDBYNODATE@--------<\/h4>",ResultNoteSectionPostText:"",ResultNoteSectionPreText:"",ResultNoteSectionTitle:"Result Notes",ResultsTableTitle:"Test Results",ResultStatus:"Result Status: @MYCHART@LABRESULTSTATUS@",ScanComponentLabel:"Scan @MYCHART@ScanNumber@",ScanHoverText:"Click to view your scanned image",ScansSectionTitle:"Scans",ScanUnavailable:"The following images associated with this result cannot be displayed in @MYCHART@APPTITLE@:",SearchButtonTooltip:"Search this list",SearchLabel:"Search this list",SearchLabelText:"Search",ShowHospitalResults:"Show hospital results",ShowIPLink:"Click to search for labs taken during hospital visits",ShowResultDetails:"Show result details",SkippedSomeResultsAlt:"Explanation of Archiving ",SkippedSomeResultsHelp:"\n\t\t\t\tFor performance reasons, tests with archived information are not included in search results.\n\t\t\t\tTo view a test with archived information, return to the list of all your tests and locate it there.\n\t\t\t",SkippedSomeResultsText:"Some tests were skipped because they contained archived information.",SortByDateAriaLabel:"Sort by date",SortByNameAscending:"Test Name",SortByProviderAriaLabel:"Sort by provider",SortByProviderAscending:"Provider",SortByTestNameAriaLabel:"Sort by test name",SortedAscending:"Currently sorted ascending",SortedDescending:"Currently sorted descending",SpecimenCollectionDate:"Collected on @MYCHART@LABCOLLECTIONDATETIME@",SpecimenCollectionDateWithSource:"Collected on @MYCHART@LABCOLLECTIONDATETIME@ from @MYCHART@LABSPECIMENSOURCE@",SpecimenCollectionDateWithSourceAndType:"Collected on @MYCHART@LABCOLLECTIONDATETIME@ from @MYCHART@LABSPECIMENSOURCE@ (@MYCHART@LABSPECIMENTYPE@)",SpecimenCollectionDateWithType:"Collected on @MYCHART@LABCOLLECTIONDATETIME@ (@MYCHART@LABSPECIMENTYPE@)",SpecimenCollectionSource:"Collected from @MYCHART@LABSPECIMENSOURCE@",SpecimenCollectionSourceWithType:"Collected from @MYCHART@LABSPECIMENSOURCE@ (@MYCHART@LABSPECIMENTYPE@)",SpecimenCollectionType:"Collected (@MYCHART@LABSPECIMENTYPE@)",SpecimensTableTitle:"Specimens",StudyResultSectionPostText:"",StudyResultSectionPreText:"",StudyResultSectionTitle:"Study Result",TestHeader:"Test",TestResultDetailsLink:"View details of this test result",TestResultedDate:"Resulted on @MYCHART@LABRESULTEDDATETIME@",TestResultListItemExternalContentTooltip:"Learn more about @MYCHART@TestResultName@",TestResultListItemTooltip:"View the results of your @MYCHART@TestResultName@",TestResultsPageLinkQuestion:"Can't find what you're looking for?",TestResultsPageLinkText:"View a list of all your test results.",TestResultsSideBarText:"Your test results are displayed here by the date the test was ordered. You can click on each row to see more details about the results. It may take several days or weeks for some results to be processed and posted here. You may need to click on the next page at the bottom of the screen to find additional results.\r\n<br><\/br>\r\nIt is common for test results to be outside the standard range, which may not apply to your specific age or health condition. If you have questions about your results, you should contact your healthcare provider. You can also click on “About this test” to open a link to MyHealth.Alberta.ca - a trusted source of health information, and you can also contact Health Link by dialing 811.\r\n<br><\/br>\r\nEach time a new test result is available in MyAHS Connect you will receive an email notification. However, rarely, you may also receive email notifications when previous results are corrected or updated. \r\n<br><\/br>\r\n",Title:"Test Results",Title_Condition:"Test Results (@MYCHART@CONDITION@)",ToggleSortDirection:"Toggle sort direction",TranscriptionSectionPostText:"",TranscriptionSectionPreText:"",TranscriptionSectionTitle:"Transcriptions",TRPComponentTablePretext:"This view shows how your value has changed over time.",TRPComponentTablePretextLink:"See the full test details for more information.",TRPTableHeaderComment:"Comment",TRPTableHeaderFlag:"Flag",TRPTableHeaderRefRange:"Standard Range",TRPTableHeaderValue:"Value",UnitsLabel:"Units",UnreadImageAltText:"Your provider left a comment on this result",UnviewedTestDetailsLabel:"@MYCHART@TestResultAbnormal@ Details for your @MYCHART@TestResultName@ from @MYCHART@FormattedDateFullMonth@. Not yet viewed.",UpdatedResultText:"[Updated]",UpdatedTestDetailsLabel:"@MYCHART@TestResultAbnormal@ Details for your @MYCHART@TestResultName@ from @MYCHART@FormattedDateFullMonth@. Updated since last view.",UserRelease:"",ViewedTestDetailsLabel:"@MYCHART@TestResultAbnormal@ Details for your @MYCHART@TestResultName@ from @MYCHART@FormattedDateFullMonth@. Already viewed."});$$WP.Strings.getNamespace("clinical.todo").addStrings({appointmenttimelabel:"Starts at @MYCHART@APPTTIME@ @MYCHART@TIMEZONE@",ArrivalTimeLabel:"Arrive by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",calendarnextandpreveventtitle:"@MYCHART@APPTMONTH@ @MYCHART@APPTDATE@, @MYCHART@APPTYEAR@",calendarviewanchortitle:"View the calendar.",dayseperator:",",exception:"Error loading data at this time .",future:"Future",gobackanchortitle:"Go back",JoinByTimeLabel:"Join by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",knowmoreanchortitle:"Tab to know more details",listviewanchortitle:"View the list.",moretext:"More...",multimonthcalendardayinstructions:"Press enter to open the week view. Press space to view more details about the appointment",nextmonth:"Next Month",nextweektitle:"Go to next week",nodata:"You have no upcoming tasks.",nodata_condition:"You have no upcoming tasks related to @MYCHART@CONDITIONTITLE@.",orderrowdetailstitle:"View more details about @MYCHART@EVENTNAME@.",overdue:"Due",pretext:"",previousweektitle:"Go to previous week",providerdetailstitle:"More information about @MYCHART@PROVNAME@.",rowdetailstitle:"View more details about @MYCHART@VISITTYPE@ appointment.",tabtext:"Details about the todo event",tbdstring:"Time To Be Determined",thismonth:"This Month",Title:"To Do",todolistappointmenttitle:"@MYCHART@VISITTYPE@ with @MYCHART@PROVIDERNAME@",todolistevisitdetailsbtntext:"View details",todolistevisitdetailsbtntooltip:"More details about this @MYCHART@BrandEVisit@",todolistevisitdetailsbtntooltip_no_mnemonic:"More details about this E-Visit",todolistevisitproviderinittitle:"@MYCHART@BrandEVisit@ for @MYCHART@REASONFORVISIT@",todolistevisitproviderinittitle_no_mnemonic:"E-Visit for @MYCHART@REASONFORVISIT@",todolistevisitsubmittedtitle:"View your in-progress @MYCHART@BrandEVisit@ for @MYCHART@REASONFORVISIT@",todolistevisitsubmittedtitle_no_mnemonic:"View your in-progress E-Visit for @MYCHART@REASONFORVISIT@",todolistevisittitle:"Finish your @MYCHART@BrandEVisit@ for @MYCHART@REASONFORVISIT@",todolistevisittitle_no_mnemonic:"Finish your E-Visit for @MYCHART@REASONFORVISIT@",todolisttbddate:"@MYCHART@APPTFORMATTEDDATE@ @MYCHART@TBD@",todotileappointmenttitle:"@MYCHART@VISITTYPE@ at @MYCHART@APPTTIME@ @MYCHART@TIMEZONE@",todotiletitlearrivaltime:"@MYCHART@VISITTYPE@ | Arrive by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",todotiletitlejoinbytime:"@MYCHART@VISITTYPE@ | Join by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",toolbarcalendar:"Calendar",toolbarlist:"List",unauthorized:"Unable to load data at this time.",weekviewcalendardayheading:"@MYCHART@WEEKDAYABBR@ @MYCHART@WEEKMONTH@/@MYCHART@WEEKDATE@",weekvieweventanchortitle:"Press enter to view more details.",weekviewfocusbackanchor:"Tab to go back to week view calendar",weekviewheading:"@MYCHART@FIRSTDAYMONTH@ @MYCHART@FIRSTDAYDATE@, @MYCHART@FIRSTDAYYEAR@ - @MYCHART@LASTDAYMONTH@ @MYCHART@LASTDAYDATE@, @MYCHART@LASTDAYYEAR@",weekviewheading1:"@MYCHART@FIRSTDAYMONTH@ @MYCHART@FIRSTDAYDATE@-@MYCHART@LASTDAYDATE@, @MYCHART@LASTDAYYEAR@",weekviewheading2:"@MYCHART@FIRSTDAYMONTH@ @MYCHART@FIRSTDAYDATE@ - @MYCHART@LASTDAYMONTH@ @MYCHART@LASTDAYDATE@, @MYCHART@LASTDAYYEAR@",widgettitle:"@MYCHART@TITLE@ (@MYCHART@CONDITIONTITLE@)"});$$WP.Strings.getNamespace("clinical.upcomingappointments").addStrings({arrival_time:"Arrive by @MYCHART@ARRIVALTIME@",echeckin:"Check in online",echeckin_tooltip:"This appointment is available for @MYCHART@BrandECheckIn@",echeckinbtntext:"@MYCHART@BrandECheckIn@",echeckinbtntext_nomnemonic:"eCheck-In",echeckindone_tooltip:"@MYCHART@BrandECheckIn@ completed",eventtooltip:"Appointment details",Title:"Upcoming Appointments",updateinfobtntext:"Update information",updateinfobtntooltip:"Update info"});$$WP.Strings.getNamespace("common.departmentspecialty").addStrings({DepartmentSpecialtyCategory:"",Title:"Department Specialty Categories"});$$WP.Strings.getNamespace("common.pcptype").addStrings({PCPTypeCategory:"",PCPTypeCategory_1:"",Title:"PCP Type Categories"});$$WP.Strings.getNamespace("common.providerspecialty").addStrings({ProviderSpecialtyCategory:"",Title:"Provider Specialty Categories"});$$WP.Strings.getNamespace("common.relationship").addStrings({RelationshipCategory:"",Title:"Relationship Categories"});$$WP.Strings.getNamespace("common.rfv").addStrings({RFVCategory:"",Title:"Reason For Visit Categories"});$$WP.Strings.getNamespace("community").addStrings({ErrorStatusDescription:"Happy Together connections are abnormal",IncompleteH2GSetupDescription:"Validation is not run because @MYCHART@APPTITLE@ has incomplete H2G Setup.",NonProductEnvDescription:"Validation is not run because @MYCHART@APPTITLE@ is not connected to PRD environment.",NonProductEnvMsg:" To enable Happy Together validation on non-PRD environment, set  “AlwaysValidateH2G” to be true in MyChart System Manager.",NoValidationData:"No validation result.",ResultInitializingDescription:"Validation result is still initializing.",TimeoutMessage:"Timeout",Title:"",ValidationAbortedDescription:"Validation process aborted at @MYCHART@ABORTTIME@.",ValidationResultMessage:"Last validation run at @MYCHART@VALIDATIONTIME@, finding @MYCHART@FAILEDCONNECTIONNUM@/@MYCHART@TOTALCONNECTIONNUM@ connection(s) failed, including @MYCHART@TIMEOUTCONNECTIONNUM@ timeout connection(s), @MYCHART@PERSISTENTFAILINGCONNECTIONNUM@ connection(s) failing for over @MYCHART@PERSISTENTFAILINGHOUR@ hours. ",ValidStatusDescription:"Happy Together connections are working without major failure"});$$WP.Strings.getNamespace("community.consent").addStrings({HasOrganizationsSearchDescription:"If you could not find the organization in the list, we can use your demographic information to expand our search.",LoadingDescription:"Finding more organizations....",NewOrganizationsSearchDescription:"You may have new organizations available to connect to. We can use your demographic information to expand our search.",NoOrganizationsQuestionText:"Have you or your family been seen at other organizations?",NoOrganizationsSearchDescription:"We were not able to find your health information at other organizations. We can use your demographic information to expand our search.",Title:""});$$WP.Strings.getNamespace("community.debug").addStrings({AvailableFeaturesLabel:"Available Features",BackToTopLinkText:"Back to top",BaseUrlBlankError:"Access base URL is blank.",BaseUrlIncorrectFormatError:"Format of access base URL is not correct.",CanCreateCELinkLabel:"Can Create Care Everywhere Link?",CareEvyerwhereLocationLabel:"Care Everywhere Location ID",ChooseOrganizationSectionTitle:"Choose Organization",CommunicationSectionTitle:"Communication",CommunityLinkUrlBlankError:"Community link URL is blank.",CommunityTokenButtonLabel:"Get community token",CommunityTokenUnavailableMessage:"Unable to obtain a mobile ticket because a community token was not obtained.",CommunityTokenUrlBlankError:"Community token URL is blank.",CommunityTokenUrlIncorrectFormatError:"Format of community token URL is not correct.",CommunityUrlsInconsistentError:"Community token URL is not the same as community link URL.",ConfirmCopyText:"Response details have been copied to the clipboard. These details might contain protected health information (PHI). Please handle them following your organization’s practices for PHI.",ConfirmCopyTitle:"Copy Successful",CopyToClipboardButtonLabel:"Copy the result to clipboard",CouldNotLoginMessage:"User cannot log into @MYCHART@APPTITLE@.",DisableCommunityTokenMessage:"",DisableCommunityTokenMessage_Hidden:"\n\t\t\t\t\t\tThe @MYCHART@APPTITLE@ user does not have access to any data on the remote organization.\n\t\t\t\t\t",DisableCommunityTokenMessage_Query:"\n\t\t\t\t\t\tThis organization is currently not visible to the @MYCHART@APPTITLE@ user. In order to check whether they have access to this account at the remote organization, their demographics must be sent over to the remote organization to search for a valid proxy relationship. The user must click a search button to consent to sending over their demographics before this organization will appear as a suggested link.\n\t\t\t\t\t",DisableCommunityTokenMessage_QueryOnce:"\n\t\t\t\t\t\tThe remote organization has been queried once by the local organization. In order to test the community token request again, you will need to start again from MyChart account selection.\n\t\t\t\t\t",DisableCommunityTokenTitle:"Community Token Request is Disabled",DisabledFeaturesLabel:"Disabled Features",DisabledPatientPretext:"The @MYCHART@APPTITLE@ user does not have access to the data of @MYCHART@PATIENTNAME@ at the remote organization.",DisableTicketRequestForHiddenLinkText:"The remote organization is hidden from this user, so @MYCHART@APPTITLE@ will not be able to send a mobile ticket request to access remote data. The Get Mobile Ticket button is disabled.",DisableTicketRequestForUnlinkedOrganizationText:"The user has either not validated their Care Everywhere link to the remote organization, or they have not linked to the remote organization successfully. @MYCHART@APPTITLE@ will not be able to send a mobile ticket request to access remote data. The Get Mobile Ticket button is disabled.",DisableTicketRequestTitle:"Mobile Ticket Button Disabled",EnabledFeaturesLabel:"Enabled Features",EnabledFeatureTitle:"Enabled Features",EndSessionButtonText:"End session",ErrorTitle:"Oops!",ExpandPatientDetailsText:"Expand to see details about @MYCHART@PATIENTNAME@",GoodConnectionText:'The connection to the remote mobile Interconnect server was successful. However, because the remote server does not currently support the Happy Together troubleshooting tool, an "Invalid Token" error is expected.',GoodConnectionTitle:"Successful Connection",H2GDebugNotEnabledErrorMessage:"Your organization has disabled the Happy Together Troubleshooting utility.",H2GNotEnabledErrorMessage:"Your organization is not participating in the Happy Together network.",HasAffiliatesLabel:"Has Affiliates?",HasCrossOrgVideoVisitLabel:"Has Cross-Organization Video Visit?",HideAllAssociatedOrgsLinkLabel:"Hide Affiliates?",HomeUrlDescription:"Access Base URL Override is only applicable if the remote organization is using IntraConnect. This URL points to the mobile Interconnect server for the patient's home deployment.",HomeUrlLabel:"Access Base URL Override",HowAreOrganizationsFoundHeader:"How are organizations found in Happy Together?",HowAreOrganizationsFoundText:'When a user logs into @MYCHART@APPTITLE@, @MYCHART@APPTITLE@ searches for Care Everywhere links for all patient records that the user has access to, including their own. Once a Care Everywhere link to a remote organization is found, that organization may be shown in the Visited Organizations section of the "Link My Account" page. The organization may be hidden depending on the user\'s access at the organization, whether the organization is participating in Happy Together, or whether the user has clinical data on file at the remote organization, such as a recent encounter.',HowToGetDataInHappyTogetherHeader:"How does Happy Together get the patient's data from the remote organization?",HowToGetDataInHappyTogetherText:"<p>@MYCHART@APPTITLE@ first initiates a community token request to the remote organization's Care Everywhere Interconnect server (Community Token URL, type 22, in the URL list). It passes the Care Everywhere IDs of the patients the user can access to the remote organization and asks for access. The remote organization then looks up the user and validates that the user has access to each patient's record. It then returns a one-time-use community token if everything is OK, which contains the patients that user can access and some additional information about the remote organization's configuration.<\/p>\n<p>@MYCHART@APPTITLE@ then calls the remote organization's MyChart Mobile Interconnect server (Access Initialization URL, type 3203), and exchanges the community token for a mobile ticket. Finally, @MYCHART@APPTITLE@ uses the mobile ticket to pull patient data from the remote organization. <\/p>\n<p>You can use the Get Community Token and Get Mobile Ticket buttons to simulate the first two steps of this exchange. <\/p>\n<p>When troubleshooting with this tool, no data is saved in the user's DXT or WPR record on either organization.<\/p>",IncompleteH2GSetupDescription:'"Happy Together Setup Complete" indicates that the remote organization has URLs for Happy Together jumps set up in their URL table (SI WDF 2500). If the remote organization is not using single sign-on, they are considered "setup complete" if they have at least one URL of with an access mode of Standard (type 1), Community Jump (type 6), or Community Deep Link (type 12) listed. If the remote organization is using single sign-on, they must have at least one URL with an access mode of type 6 or 12 listed to be considered "setup complete". ',IncompleteH2GSetupLabel:"Is Happy Together Setup Complete?",InitializationAndBaseUrlInconsistentError:"Access initialization URL and base URL are not pointing to the same MyChart mobile instance.",InitializationUrlBlankError:"Access initialization URL is blank.",InitializationUrlIncorrectFormatError:"Format of access initialization URL is not correct.",IsEnabledDescription:'An organization is considered "enabled" if the user has previously successfully obtained data from the remote organization, or if they can currently obtain data (after a community token is obtained). The user\'s enabled status is stored in the user DXT record (I DXT 190).',IsEnabledLabel:"Is Enabled?",IsHiddenDescription:"An organization is considered \"hidden\" if the remote organization does not have clinical information about the patients the user has access to, or the user has tried to request data from the remote organization and the remote organization indicates that there is no data for the user to see. This may be the case if a user's link has been flagged as hidden (I DXT 191), if a user's patient DXT has been flagged as inactive (I DXT 189), if the patients the user has access to do not have a past encounter on file at the remote organization, or if the user does not have any access to the patients at the remote organization.",IsHiddenLabel:"Is Hidden?",IsSignupAllowedLabel:"Is Signup Allowed?",IsSSOLabel:"Single Sign-On?",IsValidatedDescription:'An organization is considered "validated" if the user has successfully answered verification questions, if they have proxy access to the same patient on both the local and remote organization, or they have already successfully linked to local organization from the remote organization. Data is stored in the user DXT record (I DXT 1004).',IsValidatedLabel:"Is Validated?",LessDetailsText:"Less details",LinkCreationContextDescription:'If the link was initiated from local organization by user, the context is "MyChartUser". If the link was created when user initiates the link from remote organization, then this link was created automatically by "MyChartSyncLink"',LinkCreationContextLabel:"Link Creation Context",LinkDetailsSectionTitle:"Organization",LinkStatusDescription:"Status of the current Happy Together request, in terms of how far it has gone through the steps of authorizing and retrieving data from the remote organization.",LinkStatusLabel:"Request Status",LinkStatusText:"Unknown",LinkStatusText_0:"\n\t\t\t\t\t\tBlank\n\t\t\t\t\t",LinkStatusText_2:"\n\t\t\t\t\t\tCommunity token requested\n\t\t\t\t\t",LinkStatusText_3:"\n\t\t\t\t\t\tCommunity token obtained\n\t\t\t\t\t",LinkStatusText_4:"\n\t\t\t\t\t\tCommunity token failed\n\t\t\t\t\t",LinkStatusText_5:"\n\t\t\t\t\t\tMyChart mobile ticket obtained\n\t\t\t\t\t",LinkStatusText_6:"\n\t\t\t\t\t\tMyChart mobile ticket failed\n\t\t\t\t\t",LinkTimestampDescription:"The timestamp of when a community token was most recently successfully obtained from the remote organization. Data is stored in the user DXT record (I DXT 197).",LinkTimestampLabel:"Link Timestamp",LocalCareEverywhereIdLabel:"Local Care Everywhere ID",MaxValidationAttemptsLabel:"Max Validation Attempts",MobileTicketButtonLabel:"Get mobile ticket",MobileTicketFailedMessage:"Mobile ticket could not be obtained from the remote organization.",MoreDetailsText:"More details",MoreDetailsTitle:"Expand to see more details for @MYCHART@ORGANIZATIONNAME@",MyChartAppNameLabel:"MyChart Brand Name",MyChartStatusLabel:"Remote MyChart Status",MyChartStatusText:"Other",MyChartStatusText_0:"\n\t\t\t\t\t\tBlank\n\t\t\t\t\t",MyChartStatusText_1:"\n\t\t\t\t\t\tActive\n\t\t\t\t\t",MyChartStatusText_2:"\n\t\t\t\t\t\tInactivated\n\t\t\t\t\t",MyChartStatusText_3:"\n\t\t\t\t\t\tPending\n\t\t\t\t\t",MyChartStatusText_4:"\n\t\t\t\t\t\tNon-Standard Status\n\t\t\t\t\t",MyChartStatusText_5:"\n\t\t\t\t\t\tDeclined\n\t\t\t\t\t",MyChartStatusText_6:"\n\t\t\t\t\t\tDisabled Activation Code\n\t\t\t\t\t",MyChartUserSectionTitle:"MyChart User",NeedsConsentDescription:"\"Needs consent\" indicates that the user has not clicked the 'Link account' button to link to the remote organization. Data is stored in the user DXT record (I DXT 192).",NeedsConsentLabel:"Needs Consent?",NeedsNotificationDescription:' "Needs notification" indicates that the user has a potential link to this organization, but has not yet viewed the remote organization in the Link My Accounts page. Users with this status set to yes will see an alert on the @MYCHART@APPTITLE@ homepage prompting them to link their accounts. Data is stored in the user DXT record (I DXT 180).',NeedsNotificationLabel:"Needs Notification?",NoClinicalDataLabel:"Has Clinical Data?",NoH2GOrganization:"The @MYCHART@APPTITLE@ user does not have any linkable accounts.",NoText:"No",NotObtainedText:"Not obtained",ObtainedText:"Obtained",OKButtonText:"OK",OrganizationDetailsSectionTitle:"Organization Details",OrganizationNameLinkTitle:"Troubleshoot @MYCHART@ORGANIZATIONNAME@",OrganizationNonEpicMessage:"This organization is not using Epic's software.",OrganizationNotParticipatingMessage:'This organization is not participating in the <a href="https://www.epic.com/happytogether" class="normalLink" >Happy Together network<\/a>',PatientDxtIdLabel:"Patient DXT ID",PatientIndexLabel:"Patient Index",PatientListSectionPretext:"List of patients that the user has access to that have Care Everywhere links to the remote organization.",PatientListSectionTitle:"Patient List",PingStatusDescription:"When a proxy user does not have their own Care Everywhere link to the remote organization, but does have access to patients with Care Everywhere links, the proxy user needs to click a search button to send their demographic information to the remote organization. Once the button is clicked, a ping is sent to the remote organization to search for the user and all patients they have access to. Ping status will indicate whether the ping has been sent, completed, or errored out. Data is stored in the user DXT record (I DXT 193).",PingStatusLabel:"Ping Status",PingStatusText:"Unknown",PingStatusText_0:"\n\t\t\t\t\t\tNot initiated\n\t\t\t\t\t",PingStatusText_1:"\n\t\t\t\t\t\tIn progress\n\t\t\t\t\t",PingStatusText_2:"\n\t\t\t\t\t\tCompleted\n\t\t\t\t\t",PingStatusText_3:"\n\t\t\t\t\t\tRequest timed out\n\t\t\t\t\t",PingStatusText_4:"\n\t\t\t\t\t\tError\n\t\t\t\t\t",PingTimestampDescription:"The timestamp of when the ping status was most recently updated. Data is stored in the user DXT record (I DXT 194).",PingTimestampLabel:"Ping Timestamp",RelatedOrganizationLabel:"Related Organizations",RemoteCareEverywhereIdLabel:"Remote Care Everywhere ID",RequestDataLabel:"Request Data",RequestDataSectionTitle:"Request and Response Data",RequestErrorMessageLabel:"Error Message",RequestInvalidMessage:"Your request is not valid. Please refresh the page to resume troubleshooting.",RequestSentTimeLabel:"Request Sent Time",ResponseDataLabel:"Response Data",ResponseReceivedTimeLabel:"Response Received Time",RoutingUrlLabel:"Routing URL",SelectAccountInputGhostText:"WPR ID",SelectAccountSearchButtonText:"Search",SelectAccountSectionTitle:"Select MyChart Account",ServerErrorMessage:"We are experiencing some technical difficulties. Please try again at a later time.",SessionTimeoutMessage:"Your session has timed out. Please refresh the page to resume troubleshooting.",SessionTokenFailedMessage:"Session token could not be obtained from the remote organization.",StatusDetailSectionTitle:"Status Details",SupportsSyncLinkDescription:"Sync Link is when the remote organization syncs the same action taken by user on local organization (link/unlink), making the action bi-directional whenever possible",SupportsSyncLinkLabel:"Supports Sync Link?",TimeOutLabel:"Community Request Timeout (Milliseconds)",TimestampText:"Updated at @MYCHART@TIMESTAMP@",Title:"Happy Together Troubleshooting",TokenListSectionTitle:"Token List",TokenTypeText:"",TokenTypeText_1:"\n\t\t\t\t\t\tCommunity Token\n\t\t\t\t\t",TokenTypeText_2:"\n\t\t\t\t\t\tMobile Ticket\n\t\t\t\t\t",TokenUrlDescription:"Access Initialization URL Override is only applicable if the remote organization is using IntraConnect. This URL points to the mobile Interconnect server for the user's home deployment.",TokenUrlLabel:"Access Initialization URL Override",UrlListSectionTitle:"URL List",UrlTypeText:"",UrlTypeText_22:"\n\t\t\t\t\t\tCommunity Token URL\n\t\t\t\t\t",UrlTypeText_23:"\n\t\t\t\t\t\tCommunity Link URL\n\t\t\t\t\t",UrlTypeText_3202:"\n\t\t\t\t\t\tAccess Base URL\n\t\t\t\t\t",UrlTypeText_3203:"\n\t\t\t\t\t\tAccess Initialization URL\n\t\t\t\t\t",UserActionStatusDescription:"Unknown",UserActionStatusDescription_0:"\n\t\t\t\t\t\tThe @MYCHART@APPTITLE@ user cannot see this organization because they do not have access to any data at the remote organization.\n\t\t\t\t\t",UserActionStatusDescription_1:"\n\t\t\t\t\t\tThe @MYCHART@APPTITLE@ user has linked to their account on the remote organization.\n\t\t\t\t\t",UserActionStatusDescription_10:"\n\t\t\t\t\t\tThe remote organization has affiliates. @MYCHART@APPTITLE@ needs to query the remote organization to determine which affiliate branding should be displayed to the @MYCHART@APPTITLE@ user.\n\t\t\t\t\t",UserActionStatusDescription_11:"\n\t\t\t\t\t\t@MYCHART@APPTITLE@ needs to query the remote organization to obtain recent encounter details to display to the @MYCHART@APPTITLE@ user, in order to explain to the user why the link exists.\n\t\t\t\t\t",UserActionStatusDescription_13:"\n\t\t\t\t\t\tThe @MYCHART@APPTITLE@ user has not been seen at the remote organization yet, but one of the patients they have access to has a Care Everywhere link to the remote organization. The @MYCHART@APPTITLE@ user has visited the Link My Accounts page, but has not yet clicked the search button to check to see whether they have access to the patient's data on the remote organization.\n\t\t\t\t\t\tAlternatively, the user may have clicked the search button previously, but they did not have access to this patient at that time.  Now enough time has passed, and they are allowed to search for their account on the remote organization again. The user has since visited the Link My Accounts page, but has not yet clicked the search button.\n\t\t\t\t\t",UserActionStatusDescription_2:"\n\t\t\t\t\t\tThe account on the remote organization is not currently linked. This could be because the @MYCHART@APPTITLE@ user has not clicked the 'Link account' button, because they clicked the Unlink button, or because they have not answered the verification questions.\n\t\t\t\t\t",UserActionStatusDescription_3:"\n\t\t\t\t\t\tThe @MYCHART@APPTITLE@ user will be prompted to check for linked organizations when they log into their account, but they have not yet linked any organizations\n\t\t\t\t\t",UserActionStatusDescription_5:"\n\t\t\t\t\t\tThe @MYCHART@APPTITLE@ user has not been seen at the remote organization yet, but one of the patients they have access to has a Care Everywhere link to the remote organization. The @MYCHART@APPTITLE@ user has not yet clicked the search button to check to see whether they have access to the patient's data on the remote organization.\n\t\t\t\t\t\tAlternatively, the user may have clicked the search button previously, but they did not have access to this patient at that time.  Now enough time has passed, and they are allowed to search for their account on the remote organization again.\n\t\t\t\t\t",UserActionStatusLabel:"User Action Status",UserDxtIdLabel:"User DXT ID",ValidationQuestionLabel:"Question",ValidationQuestionsLabel:"Validation Questions",ValidationTimestampDescription:"Timestamp of when the link was most recently validated. Data is stored in the user DXT record (I DXT 1003).",ValidationTimestampLabel:"Validation Timestamp",ViewMoreLinkText:"View more",WebProxyLabel:"Outgoing Web Request Proxy",WprNotFoundMessage:"We could not find the @MYCHART@APPTITLE@ account you specified.",YesText:"Yes"});$$WP.Strings.getNamespace("community.externaljump").addStrings({cancel:"Stay here",CloseExternalJumpPopupTitle:"Click here to close the popup",CommunityLoadedMessage:"Loaded",CommunityLoadingStatus:"Loading from @MYCHART@OrganizationName@",CommunityLoadingStatusWithCounter:"Loading @MYCHART@LOADEDORGS@/@MYCHART@TOTALORGS@",Continue:"Continue to @MYCHART@OrganizationName@",DeepLinkPopupLoadingMessage:"Loading your data from @MYCHART@OrganizationName@",ExitPopup:"Cancel and return to @MYCHART@APPTITLE@",externalLinkErrorMessage:"Error loading data. Please try again at a later time.",externalLinkInvalidSessionErrorMessage:"Error loading data. Please log out and try again.",IframeTitle:"Information from @MYCHART@OrganizationName@",IncompleteH2GPopupText:"Please log in to your account at @MYCHART@OrganizationName@ to complete this action.",IncompleteH2GPopupTitle:"Action Not Available",LastTabAnchorTitle:"Tab to go back to top of the popup",LoadingMessageForAutomaticUpgrade:"Loading full access to @MYCHART@OrganizationName@ ......",LogoutButtonText:"Log out",OkayButtonText:"Okay",redirectMessage:"You will be logged in to @MYCHART@OrganizationName@ in a new window.",redirectMessageForMobile:"You will be logged in to @MYCHART@OrganizationName@ in the browser.",Title:"",UnSupportedBtnText:"Continue",UnSupportedMessage:"We will launch a new window to show this content."});$$WP.Strings.getNamespace("community.externallinking").addStrings({ManyConnectionsWarningMessage:"We're having issues getting data from your linked accounts: @MYCHART@OrganizationNames@",NoActionOrganizationTitle:"You will be able to see health information from @MYCHART@OrganizationName@.",OneConnectionWarningMessage:"We're having issues getting data from your linked account: @MYCHART@OrganizationName1Of1@",OrganizationLinkTitle:"Sign up at @MYCHART@OrganizationName@.",pretext:"You will be able to see information from the following organizations when you activate your account.",SignupNotAllowedMessage:"Contact @MYCHART@OrganizationName@ for more information about signup.",ThreeConnectionsWarningMessage:"We're having issues getting data from your linked accounts: @MYCHART@OrganizationName1Of3@, @MYCHART@OrganizationName2Of3@, and @MYCHART@OrganizationName3Of3@",Title:"",TwoConnectionsWarningMessage:"We're having issues getting data from your linked accounts: @MYCHART@OrganizationName1Of2@ and @MYCHART@OrganizationName2Of2@"});$$WP.Strings.getNamespace("community.fhirupdate").addStrings({CloseButton:"Close",CompleteAltText:"Feature Data Loaded",CompleteAnimationAltText:"Complete! Popup can be closed now",CompleteTitle:"Complete!",ConnectAccountPopupTitle:"Connecting with Your Organization",ErrorLabel:"Error:",ErrorLoading:"Error updating. Please try again.",FAQText:'Visit our <a target="_blank" class="expandable" href="@MYCHART@ABSOLUTEURL@community/faq" title="Opens in new window">FAQ page<\/a> to learn more about linked accounts.',LoadingAltText:"Loading",LoadingDisclaimer:"You may close this popup at any time and we will continue to load your information.",LoadingTitle:"Loading your...",MobileCloseButton:"Back to previous page",PastVisitsFeatureName:"Past Visits",PopupTitle:"Updating Your Health Information",ProviderDisclaimer:"Your providers may not be able to see this linked information.",Title:"",UpdateAnotherOrgButton:"Update another linked account"});$$WP.Strings.getNamespace("community.linkauth").addStrings({LoginSuccessful:"Login Successful!",RedirectMessage:"We are now establishing your connection to this organization.  We will automatically return you to the original site when finished.",Title:""});$$WP.Strings.getNamespace("community.manage").addStrings({AccountListHeader:"Accounts",ActivityIconImageTitles:"",ActivityIconImageTitles_0:"\n\t\t\t\t\t\tH2Gicons/allergies.svg\n\t\t\t\t\t",ActivityIconImageTitles_1:"\n\t\t\t\t\t\tH2Gicons/careteam.svg\n\t\t\t\t\t",ActivityIconImageTitles_2:"\n\t\t\t\t\t\tH2Gicons/healthissues.svg\n\t\t\t\t\t",ActivityIconImageTitles_3:"\n\t\t\t\t\t\tH2Gicons/medications.svg\n\t\t\t\t\t",ActivityIconImageTitles_4:"\n\t\t\t\t\t\tH2Gicons/messages.svg\n\t\t\t\t\t",ActivityIconImageTitles_5:"\n\t\t\t\t\t\tH2Gicons/testresults.svg\n\t\t\t\t\t",ActivityIconImageTitles_6:"\n\t\t\t\t\t\tH2Gicons/visits.svg\n\t\t\t\t\t",ActivityIconImageTitles_7:"\n\t\t\t\t\t\tH2Gicons/implants.svg\n\t\t\t\t\t",ActivityIconTitles:"",ActivityIconTitles_0:"\n\t\t\t\t\t\tAllergies\n\t\t\t\t\t",ActivityIconTitles_1:"\n\t\t\t\t\t\tCare Team\n\t\t\t\t\t",ActivityIconTitles_2:"\n\t\t\t\t\t\tHealth Issues\n\t\t\t\t\t",ActivityIconTitles_3:"\n\t\t\t\t\t\tMedications\n\t\t\t\t\t",ActivityIconTitles_4:"\n\t\t\t\t\t\tMessages\n\t\t\t\t\t",ActivityIconTitles_5:"\n\t\t\t\t\t\tTest Results\n\t\t\t\t\t",ActivityIconTitles_6:"\n\t\t\t\t\t\tVisits\n\t\t\t\t\t",ActivityIconTitles_7:"\n\t\t\t\t\t\tImplants\n\t\t\t\t\t",CeOptOutErrorText:"You cannot link this account because @MYCHART@EXTERNALORGANIZATIONNAME@ does not have your permission to share your record. Please contact their customer service department to authorize sharing your record.",ClearSearchButton:"Clear search",ConnectMoreAccountsHeader:"Connect More Accounts",ConnectMoreAccountsPretext:"Do you have an account at one of the organizations below? If so, you can connect it to your @MYCHART@APPTITLE@ account to start seeing more of your health information in one place. To get started, simply click on the organization you wish to connect to.",DiscoverAccountsHeader:"Discover accounts to link",ErrorOccurredText:"Please try again later. If this problem persists, please contact customer service.",ErrorTitle:"Error!",ExternalDescription:"This icon means the information is coming from another organization.",FAQHyperLinkText:" See our FAQ page.",FAQHyperLinkTooltip:"Opens in new window",FeaturesListDescription:'<p>The following types of information might be available to you from other organizations<\/p>\n\t\t\t\t\t<ul class="featurelist bulleted expandable">\n\t\t\t\t\t\t<li>Allergies<\/li>\n\t\t\t\t\t\t<li>Care Team<\/li>\n\t\t\t\t\t\t<li>Health Issues<\/li>\n\t\t\t\t\t\t<li>Implants<\/li>\n\t\t\t\t\t\t<li>Medications<\/li>\n\t\t\t\t\t\t<li>Messages<\/li>\n\t\t\t\t\t\t<li>Test Results<\/li>\n\t\t\t\t\t\t<li>Visits<\/li>\n\t\t\t\t\t<\/ul>\n\t\t\t\t',GenericError:"We experienced an error when trying to load the page. Please try again later.",HappyTogetherDescription:"<p>Now it is possible to access your health information from other organizations within your @MYCHART@APPTITLE@ account.<\/p><p>Please select organizations you want to connect to your account and read the applicable terms and conditions.<\/p>",HappyTogetherIntroText:"You can now use @MYCHART@APPTITLE@ to view your health information from other organizations where you and your family have records.",HappyTogetherIntroTextExpanded:"\n\t\t\t\tWhen you connect your accounts from the participating organizations, you may be able to see the following types of information all right here in your account with @MYCHART@APPTITLE@. Want to learn more?\n\t\t\t",HappyTogetherIntroTextMobile:"You can now use @MYCHART@APPTITLE@ to view your health information from other organizations where you and your family have records.",HappyTogetherIntroTextMobileExpanded:"\n\t\t\t\tWhen you connect your accounts from the participating organizations, you may be able to see the following types of information all right here in your account with @MYCHART@APPTITLE@. Want to learn more?\n\t\t\t",HomeOrganizationTitle:"This Organization",InProgressOrganizationsHeader:"Linking organizations",InputPlaceholder:"City, state, or organization name",LearnMoreLink:"Learn More.",LoadingDescription:"Loading your accounts....",LocalPICELDisabledBody:"If so, you can ask your provider to exchange your record with that organization.  Then, when you return to this page, that organization might be available to link.",LocalPICELDisabledHeader:"Have you received care at an organization not listed here? ",NoConnectionsFound:"We couldn't find any organizations at this time. ",NoResultsFound:"We couldn't find any organizations that we can connect to. ",NumberOfResults:"Your search returned @MYCHART@NUMRESULTS@ results.",OKButton:"OK",OrganizationsInYourArea:"Organizations in your area",Posttext:"",Pretext:"",SearchError:"We experienced an error when trying to search.",SeeLessText:"See less",SeeMoreText:"See more",Title:"Manage My Accounts",TooManyResults:"Your search returned more than @MYCHART@NUMRESULTS@ results. Consider refining your search keywords.",VisitedOrganizationsHeader:"Visited organizations"});$$WP.Strings.getNamespace("community.organizationlist").addStrings({AccountDisabledErrorMsg:"We cannot link your account at @MYCHART@ORGANIZATIONNAME@ because it has been deactivated. Contact @MYCHART@ORGANIZATIONNAME@ to reactivate your account.",ActivateAccount:"Activate your account with this organization so that we can display more of your health information.",ActivateAccountButton:"Activate account",AllOtherOrganizationsLink:"Associated Organizations",ChildOrganizationNoDataText:"No organizations are associated with @MYCHART@ORGANIZATIONNAME@",ChildOrganizationPopupHeader:"Organizations associated with @MYCHART@ORGANIZATIONNAME@",Comma:", ",ConfirmConnectButton:"Link account",ConfirmConnectTooltip:"Redirect me to @MYCHART@ORGANIZATIONNAME@ to log in.",ConfirmDismissButton:"Remove",ConfirmDismissHeader:"Remove @MYCHART@ORGANIZATIONNAME@?",ConfirmDismissOrg:"If you want to link to @MYCHART@ORGANIZATIONNAME@ later, you can always search for it.",ConfirmUpdateButton:"Yes, update",ConnectAccount:"Connect account",ConnectAccountTooltip:"Connect my account to @MYCHART@ORGANIZATIONNAME@.",CurrentlyUpdatingAccount:"Updating",CurrentlyUpdatingAccountTooltip:"Currently updating information from @MYCHART@ORGANIZATIONNAME@. Please wait to update information again until current update has finished.",Date:'<span class="hoverBubbleSub"> on <\/span><span class="hoverBubbleContent">@MYCHART@DATE@<\/span>',DemographicFetchFailedErrorText:"We were unable to get your demographic information. Please try again later.",DemographicMatchFailedErrorText:"We were unable to verify your demographic information.",DismissOrganization:"Dismiss",ErrorUpdatingLabel:"Error loading data. Please try to update again.",FHIRLoginPretext:"You will temporarily leave @MYCHART@APPTITLE@ to log in to your account with @MYCHART@ORGANIZATIONNAME@.",FHIRLoginTitle:"Login Required",GoBackTooltip:"Do not redirect me to @MYCHART@ORGANIZATIONNAME@ to log in.",InformationCurrentlyUpdatingLabel:"We are currently updating this account.",InformationUpdatedAutoLabel:"Information updated automatically",InformationUpToDateAsOfLabel:"Information up-to-date as of @MYCHART@LastAccessTokenDateTime@",JumpToAccountButton:"Jump to account",JumpToAccountTooltip:"Log in to your account at @MYCHART@ORGANIZATIONNAME@.",LinkAccount:"Link account",LinkOwnRecordBannerText:"Link your own record with this organization to see your health information here. ",LinkOwnRecordLinkText:"Log in to your account at @MYCHART@ORGANIZATIONNAME@ to link",LinkSuccessful:"Link Successful!",LoadingAccount:"Loading Account...",NoAuthErrorText:"We were unable to establish a connection. Please try again later.",NotActive:"(Not activated)",OrganizationAssociatedOrgs:"@MYCHART@ORGANIZATIONNAME@ - Associated Organizations",OrganizationProxyDisclaimer:"@MYCHART@ORGANIZATIONNAME@ - Proxy Disclaimer (New Window)",OrganizationTermsAndCondtions:"@MYCHART@ORGANIZATIONNAME@ - Terms and Conditions (New Window)",OrgUnlinkedMessage:'You can find this organization again under the <a href="#" id="toDiscover"> Discover tab.<\/a>',OrgUnlinkedTitle:"Organization unlinked",OtherOrganizationsPretext:"Connecting to @MYCHART@ORGANIZATIONNAME@ will also connect you to the following:",PatientOptedOut:'You cannot link this account because you have opted out of sharing your medical record. Please <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc" title="Opens in new window">contact us<\/a> to authorize sharing your record.',PatientVisited:"@MYCHART@PATIENTNAME@ Visited:",PICELComingSoonText:"We are working on it! With an upcoming system upgrade, @MYCHART@ORGANIZATIONNAME@ will be available to link using search. For now, you can ask your provider to exchange your record with @MYCHART@ORGANIZATIONNAME@. Then, you'll be able to come back to this page and link to @MYCHART@ORGANIZATIONNAME@.",PopupGoBackButton:"Go back",ProxyDisclaimerText:"Proxy Disclaimer",TermsAndCondtionsText:"Terms and Conditions",Time:'<span class="hoverBubbleSub"> at <\/span><span class="hoverBubbleContent"> @MYCHART@TIME@<\/span>',Title:"",TokenFailedErrorText:"We were unable to connect your account. Please try again later.",UnableToLinkText:"@MYCHART@ORGANIZATIONNAME@ has not enabled the option for you to link accounts.",UnableToPICELText:"@MYCHART@ORGANIZATIONNAME@ has not enabled the option for you to link accounts through searching. At your next visit, you can ask your provider to exchange your record with @MYCHART@ORGANIZATIONNAME@. Then, you'll be able to come back to this page and link to @MYCHART@ORGANIZATIONNAME@.",UnlinkAccount:"Unlink",UnlinkAccountTooltip:"Unlink my account from @MYCHART@ORGANIZATIONNAME@.",UpdateAccount:"Update",UpdateAccountTooltip:"Get the most up to date information from @MYCHART@ORGANIZATIONNAME@.",UpdateSuccessful:"Update Successful!",ViewAssociatedOrganizations:"Click here to view associated organizations of @MYCHART@ORGANIZATIONNAME@",ViewProxyDisclaimer:"Click here to view proxy disclaimer of @MYCHART@ORGANIZATIONNAME@ (New Window)",ViewTermsAndCondtions:"Click here to view terms and conditions of @MYCHART@ORGANIZATIONNAME@ (New Window)",YouVisited:"You Visited:"});$$WP.Strings.getNamespace("community.shared").addStrings({Accounts:"Your linked accounts",AgreeFindMoreButton:"I agree, find more",AgreeFindMoreTooltip:"I agree, use my name, date of birth, and address information to find more organizations.",Answer:"Answer:",AskLaterButton:"Ask me later",AutoUpdateDisclaimer:"Don’t see one of your linked accounts here?  Some of your linked accounts are updated automatically.",BackToPreviousPage:"Back to previous page.",Cancel:"Cancel",CancelButton:"Cancel",CancelTooltip:"Cancel verifying my account.",CancelUnlinkingFHIR:"Go back",CancelUnlinkTooltip:"Cancel unlinking my account.",ChallengeQuestion:"",ChallengeQuestion_1:"@MYCHART@AppName@ Username",ChallengeQuestion_2:"Email Address",ChallengeQuestion_3:"Phone Number",ChallengeQuestion_4:"Medical Record Number",ChallengeQuestion_5:"Billing Account Number",ChallengeQuestion_6:"Insurance Member ID",ChallengeQuestion_7:"Emergency Contact Phone Number",ChallengeQuestion_8:"Emergency Contact Email Address",ChallengeQuestion_9:"@MYCHART@SSNLabel@ (Last 4 Digits)",ChallengeQuestionPopupTitle:"Challenge Question",ConfirmUnlinkButton:"Unlink this account",ConfirmUnlinkTooltip:"Unlink my account from @MYCHART@ORGANIZATIONNAME@.",ConnectFHIRAccountTitle:"Connect Account",ConnectingMessage:"Connecting...",ContinueButton:"Continue to @MYCHART@APPTITLE@",ContinueWithoutConnectingButton:"No thanks",ContinueWithSelectedButton:"I'm done",CurrentlyLoadingSubtext:"Refresh this page to see if your information has finished loading.",CurrentlyLoadingText:"We are currently loading your information from: ",DiscardChangesButton:"Discard changes",DiscoverTab:"Discover",DoNotShowLinkPageNextTime:"Please do not show this page next time",ErrorLoadingSubtext:"Use the update button to retrieve your data again.",ErrorLoadingText:"We have encountered an error when trying to update: ",FHIRUnlinkPretext:"Are you sure you wish to stop seeing health information from @MYCHART@ORGANIZATIONNAME@? You will need to re-authenticate your account if you wish to resume seeing your health information from @MYCHART@ORGANIZATIONNAME@ at a later time.",HappyTogetherOrganizationFoundIntroduction:"We have noticed that you have also been seen at the following organizations. We can connect with them to show you all your health information right here in @MYCHART@APPTITLE@.",HappyTogetherTermsInstructions:"Please choose the organizations you would like us to connect with. You can always change these settings later.",HappyTogetherWrongAccountInstructions:"If you have not been seen at any of these organizations, contact your MyChart help desk at @MYCHART@HELPDESKPHONE@ for assistance.",IncorrectAnswer:"Your answer is incorrect. Please try again.",InformationSourceTitle:"This information is from @MYCHART@ORGANIZATIONNAME@.",IntroImage:"Happy Together Decorative Graphic",LinkedTab:"Linked Accounts",MaxAttemptHit:"You've reached the maximum number of verification attempts for this account. Please try again later.",NavigateToMangePageButton:"Explore",NoAnswer:"Please enter an answer.",NoLinkedOrgs:"<p>You don't have any linked accounts yet.<\/p><p>Check out the <b>Discover tab<\/b> to view suggested organizations to link.<\/p>",NoLinkedOrgsProxyContext:'<p>You don\'t have any linked accounts with health information for @MYCHART@SUBJECTNAMENOLINKS@ yet.<\/p><p>To link new accounts, for you or your family, <a id="toUserRecord" href="@MYCHART@ABSOLUTEURL@inside.asp?mode=self">switch to your own record<\/a>.<\/p>',NoLinkedOrgsProxyContextNoHyperlink:"<p>You don't have any linked accounts with health information for @MYCHART@SUBJECTNAMENOLINKSNOHYPERLINK@ yet.<\/p><p>To link new accounts, for you or your family, switch to your own record.<\/p>",NonEpicInfoDisclaimer:"We may not be able to show everything here. You might find more information by visiting your @MYCHART@ORGANIZATIONNAME@ patient portal or by calling them.",NonEpicUpdateActionText:"Use the update button to get the most up-to-date information.",NonEpicUpdateDisclaimerText:"Your information may not be up to date for each linked account.",NoOrganizationSeenText:"Not seeing an organization on the list?",NoOrganizationsFoundFromDemographicsSearch:"We could not find any more visited organizations at this time.",NoQuestion:"Please select a question to answer.",NoQuestionAnswer:"Please select a question and enter an answer.",NotMyAccount:"Not my account",NotMyAccountTooltip:"This is not my account with @MYCHART@ORGANIZATIONNAME@. Do not connect.",OrganizationSearchConsentText:"Do you agree to let @MYCHART@APPTITLE@ use your name, date of birth, and address information to search for organizations where you or your family may have received care?",OrganizationSearchTitle:"We are able to look for more organizations",OrgLinkedMessage:'This organization is now listed under the  <a id="toLinked" href="#"> Linked Accounts tab.<\/a> ',OrgLinkedTitle:"Organization linked!",ProviderNoDataDisclaimer:"Your providers may not be able to see this linked information.",ProxySubjectInfoDisclaimer:'These linked accounts have health information for @MYCHART@SUBJECTNAMEDISCLAIMER@. To link new accounts or make changes, for you or your family, <a id="toUserRecord" href="@MYCHART@ABSOLUTEURL@inside.asp?mode=self">switch to your own record<\/a>.',ProxySubjectInfoDisclaimerNoHyperlink:"These linked accounts have health information for @MYCHART@SUBJECTNAMEDISCLAIMERNOHYPERLINK@. To link new accounts or make changes, for you or your family, switch to your own record.",SaveChangesButton:"Save changes",SelectOne:"Select One:",Title:"",TitleText:"Bring Your Health Information Together",UnlinkFHIRAccountTitle:"Unlink Account",UnlinkingMessage:"Unlinking...",UpdateAccount:"Update",UpdateAccountTooltip:"Get the most up to date information.",UpdateFHIRAccountTitle:"Update Information",UpdateFHIRDisclaimer:"To get your most up-to-date information you will temporarily leave @MYCHART@APPTITLE@ to log in to your account with the organization you choose.  You will return to this page after login.",UpdateFHIROrgTitle:"Select an Account to Update",VerifyAccountPretext:"Please use one of the following pieces of information on file at @MYCHART@ORGANIZATIONNAME@ to verify your account with them.",VerifyAccountTitle:"Verify Your Account",VerifyMyAnswer:"Verify my account",VerifyMyAnswerTooltip:"Use my answer to verify my account with @MYCHART@ORGANIZATIONNAME@."});$$WP.Strings.getNamespace("companion.pregnancyhub").addStrings({enroll_error_already_enrolled:"You are already enrolled in this feature.",enroll_error_header:"Uh oh, you're not supposed to be here!",enroll_error_not_authorized:"Sorry, you are not authorized to view this page.",enroll_error_not_pregnant:"Sorry, you must have an active pregnancy recorded in your chart to view this page.",enroll_step_date_btn_next:"Continue",enroll_step_date_change_btn:"Change",enroll_step_date_fetched:"This is the due date we have from your records. We will use this to track how far along you are in your pregnancy.",enroll_step_date_header:"Your pregnancy",enroll_step_date_intro:"Please enter your due date or the start date of your last menstrual period.",enroll_step_date_last_period_calc:"We will add 280 days to the date you enter to estimate your delivery date.",enroll_step_date_opt1:"Due date",enroll_step_date_opt2:"Last period",enroll_step_date_picker_prompt:"Enter date",enroll_step_proxy_btn_back:"Back",enroll_step_proxy_btn_next:"Finish",enroll_step_proxy_header:"Share your story",enroll_step_proxy_intro:"Your pregnancy updates and education will be shared with friends and family connected to your account.",enroll_step_proxy_intro_nocareplan:"Your pregnancy updates will be shared with friends and family connected to your account.",enroll_step_proxy_invite_btn:"Go to Friends and Family Access",enroll_step_proxy_invite_question:"Would you like to change who can see your record?",enroll_step_proxy_no_proxies_msg:"No one else can currently see your record.",enroll_step_proxy_who_can_see:"Who can see your record",enroll_step_proxy_who_can_see_intro:"Here's who will receive updates about your pregnancy:",enroll_step_whatsnext_btn_home:"Close",enroll_step_whatsnext_header:"You're all done!",enroll_step_whatsnext_intro:"Watch for pregnancy updates on your home page.",progress_stop_updates_confirm_msg:"You will stop getting pregnancy updates on your home page. You will also no longer receive educational content about the pregnancy. Are you sure you want to continue?",progress_stop_updates_confirm_msg_nocareplan:"You will stop getting pregnancy updates on your home page. Are you sure you want to continue?",Title:"Pregnancy Updates"});$$WP.Strings.getNamespace("companion.todo").addStrings({DismissToastPrompt:"Dismiss message",PopupCloseButtonLabel:"Close",ProgressCompleteAxText:"@MYCHART@PercentComplete@% complete",ProgressCompleteText:"complete",SkipToToastLinkTitle:"Skip to notification",Title:"To Do",ToastHeader:"Notification"});$$WP.Strings.getNamespace("companion.todo.changes").addStrings({ChangeClinicNotified:"Clinic notified",ChangeDetailsHeader:"Change details",ChangeDetailsLoadErrorHeading:"Error loading details",ChangeDetailsLoadErrorText:"There was an issue when trying to get the details of the change.",ChangeDetailsMessageSentClinic:"We've sent this information to your clinic. Please contact your clinic if you have specific questions.",ChangeDetailsMessageSentRecipient:"We've sent this information to your @MYCHART@Recipient@. Please contact them if you have specific questions.",ChangeDetailsNextSteps:"Next steps",ChangeDetailsProviderPCP:"Primary Care Provider",ChangeDetailsSendMessage:"Send a message",ChangeDetailsTaskChanges:"The following changes have been made to your To Do tasks:",ChangeDetailsWhyTheChange:"Why this change?",ChangeProviderGeneric:"Provider",ChangeProviderNotified:"@MYCHART@Provider@ notified",ChangesFailedToLoad:"There was a problem loading your changes.",ChangesIntro:"This page shows the last few changes to your tasks and notable actions.",ChangesNoChanges:"There are no recent changes to your To Do tasks.",ChangesTabAccessibilityText:"Changes, @MYCHART@NumUnread@ unread",ChangesToday:"Today",ChangesUnreadTextPlural:"You have @MYCHART@NumUnread@ unread changes.",ChangesUnreadTextSingular:"You have 1 unread change.",ChangeTaskAdded:"New task added",ChangeTasksAdded:"New tasks added",ChangeViewDetails:"View details",Title:"Changes"});$$WP.Strings.getNamespace("companion.todo.managereminders").addStrings({AlertTimeZoneChangeDescription:"Turn this setting on if you want to be notified when the notification time zone setting is different from the time zone setting on your device.",AlertTimeZoneChangeLabel:"Alert when time zone changes",CannotChangeSettings:"You currently cannot change these settings.",CommPreferencesLinkEmail:"Set up email reminders for individual tasks when they are due",CommPreferencesLinkSMS:"Set up text notifications for individual tasks when they are due",DailyDigestHelpText:"This time is used for daily digest through email, text messages, and mobile notifications.",FailedToLoad:"There was a problem loading your reminder settings.",FrequencyChoiceBothText:"How often to receive reminders? You can choose to receive both the daily digest and reminders when tasks are due.",FrequencyChoiceText:"How often to receive reminders?",FrequencyHeading:"Ways to receive reminders",FrequencyNeverLabel:"Never",FrequencyNotReceivingRemindersEmail:"You will not receive email reminders.",FrequencyNotReceivingRemindersSMS:"You will not receive text message reminders.",FrequencyOnceDailyLabel:"Once daily",FrequencySectionText:"You can receive reminders once daily as a daily digest or reminders for individual tasks when they are due.",FrequencySectionTextProxy:"You can receive reminders once daily as a daily digest or reminders for individual tasks when they are due. These settings only apply to your devices. They will not affect @MYCHART@PATIENT@ or others who have access to @MYCHART@PATIENT@'s account. ",FrequencyWhenDueLabel:"When my tasks are due",FrequencyWhenDueLabelProxy:"When @MYCHART@PATIENT@'s tasks are due",FrequencyWhenLabel:"Send daily digest at",NotificationDeviceDisclaimer:"This setting only applies to push notifications on your mobile devices. It will not affect others who have access to your account.",NotificationDeviceDisclaimerProxy:"This setting only applies to push notifications on your mobile devices. It will not affect @MYCHART@PATIENT@ or others who have access to @MYCHART@PATIENT@'s account.",NotificationTypeTitleEmail:"Email",NotificationTypeTitlePush:"Mobile notifications",NotificationTypeTitleSMS:"Text messages",ReminderScheduleHeading:"Reminder schedule",ScheduleBucketBedtimeLabel:"Bedtime",ScheduleBucketEndOfDayLabel:"By end of day",ScheduleBucketEveningLabel:"Evening",ScheduleBucketInputLabel:"Reminder time",ScheduleBucketMiddayLabel:"Midday",ScheduleBucketMorningLabel:"Morning",ScheduleDescription:"Change when reminders are sent for you and others who have access to your account.",ScheduleDescriptionProxy:"Change when reminders are sent for those who have access to @MYCHART@PATIENT@'s account.",ScheduleTimeZoneDescription:"All task reminders will be sent based on the time zone you've selected. Once daily reminders will be sent based on your local time zone.",ScheduleTimeZoneSelectLabel:"Time zone",SendTaskRemindersLabel:"Send me task reminders",SendTaskRemindersLabelProxy:"Send me @MYCHART@PATIENT@'s task reminders",SubmitButtonLabel:"Save",SubmitInProgressButtonLabel:"Saving...",TasksForTodayPlural:"@MYCHART@NumTasks@ tasks at this time",TasksForTodaySingular:"1 task at this time",TaskTypeAppointmentLabel:"Appointments",TaskTypeEducationLabel:"Education",TaskTypeFlowsheetLabel:"Health tracking",TaskTypeGeneralLabel:"General",TaskTypeHeadingLabel:"Task type",TaskTypeMedicationLabel:"Medications",TaskTypeQuestion:"Which task types do you want to receive reminders for?",TaskTypeQuestionnaireLabel:"Questionnaires",TimeInputParseError:"Please enter a valid time.",TimeInputScheduleBucketsParseError:"Please enter a valid time for each notification group.",TimeZoneWarningDetail:"Your device is currently using '@MYCHART@DeviceTimeZoneString@', but your current notification time zone is '@MYCHART@NotificationTimeZoneString@'. You can update your notification time zone from here to match your device, or you can go to @MYCHART@ActivityTitle@.",TimeZoneWarningDetailProxy:"Your device is currently using '@MYCHART@DeviceTimeZoneString@', but @MYCHART@PATIENT@'s current notification time zone is '@MYCHART@NotificationTimeZoneString@'. You can update the notification time zone from here to match your device, or you can go to @MYCHART@ActivityTitle@.",TimeZoneWarningDismiss:"Dismiss",TimeZoneWarningHeading:"Time zone difference detected",TimeZoneWarningUpdate:"Update time zone",TimeZoneWarningUpdateInProgress:"Updating...",Title:"Manage Reminders",ToastMessageFailure:"There was a problem while trying to save your reminder settings.",ToastMessageSuccess:"Reminder settings saved",ToastUpdateTimeZoneFailure:"There was a problem while trying to update your time zone  setting.",ToastUpdateTimeZoneSuccess:"Time zone setting saved",UnsavedChanges:"You have unsaved changes."});$$WP.Strings.getNamespace("companion.todo.patientcreatedtasks").addStrings({BackToTasksLabel:"Back to today's tasks",Delete:"Delete",DeleteButtonAxText:"Delete task @MYCHART@TaskName@",DeleteTaskPopupMessage:"'@MYCHART@TaskName@' will be deleted.",DeleteTaskPopupTitle:"Delete task?",DeletionFailed:"Could not delete task",DeletionSuccess:"Task deleted",Edit:"Edit",EditButtonAxText:"Edit task @MYCHART@TaskName@",ManageCreatedTaskHeader:"Created Tasks",NextDueDateString:"Due next on @MYCHART@NextDueDate@",NoTasks:"You haven't made any tasks for yourself.",PatientCreatedTaskFailedToLoad:"There was a problem loading your created tasks.",PopupCancel:"Cancel",PopupDelete:"Delete",RecurrenceDaily:"@MYCHART@DueTime@ Daily",RecurrenceEveryXDays:"@MYCHART@DueTime@ Every @MYCHART@CycleLengthPlural@ days",RecurrenceEveryXWeeks:"@MYCHART@DueTime@ Every @MYCHART@CycleLengthPlural@ weeks",RecurrenceWeekly:"@MYCHART@DueTime@ Weekly",TaskDone:"Done",Title:"Patient Created Tasks"});$$WP.Strings.getNamespace("companion.todo.progress").addStrings({AssistiveTextRange:"Showing progress for last @MYCHART@NumberOfDays@ days.",AssistiveTextRowDueToday:"@MYCHART@DueTodayCount@ more due today. @MYCHART@CompletedCount@ out of @MYCHART@TotalCount@ tasks done, @MYCHART@PercentDone@% done",AssistiveTextRowNoDueToday:"@MYCHART@CompletedCount@ out of @MYCHART@TotalCount@ tasks done, @MYCHART@PercentDone@% done",AssistiveTextRowNoTasks:"No tasks of this type are assigned",Month:"Last 30 days",NoTasks:"No tasks",ProgressFailedToLoad:"There was a problem loading your task progress.",Quarter:"Last 90 days",TasksDueToday:"@MYCHART@DueTodayCount@ more due today",Title:"Progress",Week:"Last 7 days"});$$WP.Strings.getNamespace("companion.todo.taskeditor").addStrings({CareTeamCanSee:"Your care team will be able to see this task but cannot edit it.",CreateTaskButtonLabel:"Create new task",DateInputParseError:"Please enter a valid date.",DateLabel:"Date",DateTimeInPastError:"Date and time must not be in the past.",DateTimeInputParseError:"Please enter a valid date and time.",DescriptionLabel:"Description",DescriptionTooLongError:"Description cannot exceed @MYCHART@MaxLength@ characters.",FrequencyDayLabel:"Day",FrequencyDaysLabel:"Days",FrequencyInputAccessibilityTextDaysPlural:"Your task will repeat every @MYCHART@Interval@ days. Choose whether to repeat task based on days or weeks:",FrequencyInputAccessibilityTextDaysSingular:"Your task will repeat daily. Choose whether to repeat task based on days or weeks:",FrequencyInputAccessibilityTextWeeksPlural:"Your task will repeat every @MYCHART@Interval@ weeks. Choose whether to repeat task based on days or weeks:",FrequencyInputAccessibilityTextWeeksSingular:"Your task will repeat weekly. Choose whether to repeat task based on days or weeks:",FrequencyWeekLabel:"Week",FrequencyWeeksLabel:"Weeks",IntervalInputAccessibilityTextDaysPlural:"Your task will repeat every @MYCHART@Interval@ days. Choose number of days:",IntervalInputAccessibilityTextDaysSingular:"Your task will repeat daily. Choose number of days:",IntervalInputAccessibilityTextWeeksPlural:"Your task will repeat every @MYCHART@Interval@ weeks. Choose number of weeks:",IntervalInputAccessibilityTextWeeksSingular:"Your task will repeat weekly. Choose number of weeks:",MessageSuccessCreated:"Task successfully created!",MessageSuccessSaved:"Task successfully saved!",NameDescriptionHeading:"Task details",NameEmptyError:"Task name cannot be empty.",NameLabel:"Name",NameTooLongError:"Name cannot exceed @MYCHART@MaxLength@ characters.",RepeatLabel:"Repeat?",RepeatTimesLabel:"Repeat every",SubmitButtonLabel:"Submit",TimeInputParseError:"Please enter a valid time.",TimeLabel:"Time",Title:"Task editor",ToastMessageFailure:"There was a problem while trying to submit your task.",WhenHeading:"When?"});$$WP.Strings.getNamespace("companion.todo.tasks").addStrings({AnswerQuestionnaireButtonLabel:"Answer a questionnaire",CompleteButtonAxText:"Complete task @MYCHART@TaskName@",CompleteButtonLabel:"Complete",CreateTaskButtonLabel:"Create a task",CreateTaskHint:"Create your own tasks by clicking the More button above.",EducationQuestionSubject:'Question regarding "@MYCHART@TaskName@"',FutureTasksTitle:"Future Tasks",GoToContentButtonAxText:"Go to content for task @MYCHART@TaskName@",GoToContentButtonLabel:"Go",HideAllButtonAxText:"Hide all task content",HideAllButtonLabel:"Hide all",LoadTasksError:"There was a problem loading your tasks.",ManagePatientCreatedTask:"Manage created tasks",ManagePatientCreatedTasksTitle:"Created Tasks",MarkedHasQuestions:'Marked "I have questions"',MarkedUnderstands:'Marked "I understand"',MedAnticoagInstructions:"Take as directed by the anticoagulation clinic. Original instructions: @MYCHART@Instructions@",MedBrokenDisplayName:"This medication task is not configured correctly",MedBrokenInstructions:"Contact your care team to remove or fix this task",MedBucketAllTaken:"All medications taken",MedBucketMarkRemainingTakenButtonLabel:"Mark (@MYCHART@NumRemaining@) taken",MedBucketNoneTaken:"No medications taken",MedBucketNotTakenRemaining:"@MYCHART@NumNotTaken@ not taken, @MYCHART@NumRemaining@ remaining",MedBucketRemaining:"@MYCHART@NumRemaining@ remaining",MedBucketTakenNotTaken:"@MYCHART@NumTaken@ taken, @MYCHART@NumNotTaken@ not taken",MedBucketTakenNotTakenRemaining:"@MYCHART@NumTaken@ taken, @MYCHART@NumNotTaken@ not taken, @MYCHART@NumRemaining@ remaining",MedBucketTakenRemaining:"@MYCHART@NumTaken@ taken, @MYCHART@NumRemaining@ remaining",MedBucketTitle:"Take medications",MedBucketWarning:"You might be taking other medications that do not have reminders. Talk to your provider if you are not sure which medications to take.",MedCommonNameDescription:"Commonly known as: @MYCHART@CommonName@",MedGenericNameDescription:"Generic name: @MYCHART@GenericName@",MedGroupAnticoagInstructions:"Take as directed by the anticoagulation clinic",MedGroupDifferentFrequenciesTitle:"Did you take your @MYCHART@MedName@ today?",MedGroupInstructions:"Take as directed",MoreButtonLabel:"More",NavigationTabAxText:"Tasks, @MYCHART@NumIncomplete@ incomplete",NoPersistentQuestionnairesMessage:"No questionnaires available at this time.",NotActionableReasonBadConfiguration:"Task is improperly configured",NotActionableReasonCompleteFromDevice:"Task can only be completed from a connected device",NotActionableReasonNoFurtherActions:"Task has no further actions",NotActionableReasonOutsideActionableWindow:"Task can't be completed yet",NotActionableReasonPastActionableWindow:"Task can no longer be completed",NotActionableReasonViewOnly:"Task is view-only",NoTasksMessage:"All set! No tasks to view at this time.",OverdueTasksTitle:"Past Tasks (@MYCHART@NumIncomplete@)",OverdueTasksTitleAxText:"Past Tasks, @MYCHART@NumIncomplete@ incomplete",PatientAdmittedBannerDetailText:"Your tasks have been removed while you are in the hospital or ER. Ask your care team if you have questions.",PatientAdmittedBannerHeaderText:"Tasks removed",PatientInEDBannerDetailText:"Your tasks may not apply in the ER. Ask your care team if you should complete your tasks.",PatientInEDBannerHeaderText:"Tasks may not apply",PersistentQuestionnairesPopupTitle:"Questionnaires",RecordSymptomButtonLabel:"Record a symptom",ReloadButtonLabel:"Reload",SelectPersistentQuestionnairePrompt:"Select a questionnaire",ShowAllButtonAxText:"Show all task content",ShowAllButtonLabel:"Show all",ShowFinishedTasksToggleLabel:"Show finished tasks",SkipButtonAxText:"Skip task @MYCHART@TaskName@",SkipButtonLabel:"Skip",TaskCompletedToastMessage:"Task completed",TasksFinishedAllCompleted:"Nice work! All tasks completed for today.",TasksFinishedSomeSkipped:"Thanks! No more tasks for today.",TaskSkippedToastMessage:"Task skipped",TaskUndoneToastMessage:"Task undone",Title:"Tasks",TodaysTasksTitle:"Today's Tasks",UndoButtonAxText:"Undo task @MYCHART@TaskName@",UndoButtonLabel:"Undo",UpdateTasksErrorPlural:"There was a problem updating your tasks",UpdateTasksErrorSingular:"There was a problem updating your task",ViewFutureTasksButtonLabel:"View future tasks",ViewOverdueTasksButtonAxText:"View past tasks, @MYCHART@NumIncomplete@ incomplete",ViewOverdueTasksButtonLabel:"View past tasks (@MYCHART@NumIncomplete@)",ViewTodaysTasksButtonLabel:"View today's tasks"});$$WP.Strings.getNamespace("companion.todo.tasks.doctype").addStrings({Appointment:"Appointments",Education:"Education",Flowsheet:"Health Tracking",General:"General",Medication:"Medications",Questionnaire:"Questionnaires",Title:"Task Documentation Type"});$$WP.Strings.getNamespace("continuingcare").addStrings({AboutAbuseFlag:"About this flag",AboutThisMetric:"About this metric",AboutThisMetricCompact:"About",AbuseFlag:"This nursing home has been flagged for resident harm.",AbuseFlagDescription:"An abuse flag means CMS flagged the facility for potential resident harm in the past year. Resident harm might include neglect, confinement, or harm including verbal, sexual, physical, or mental abuse.",AbuseFlagTitle:"Abuse Citation",AddressAndDistanceMetric:"@MYCHART@PREFERENCEADDRESS@ (@MYCHART@DISTANCE@ km)",AddressAndDistanceStandard:"@MYCHART@PREFERENCEADDRESS@ (@MYCHART@DISTANCE@ mi)",Back:"Back",Cancel:"Cancel",CancelReviewButton:"Continue without saving",CityStateSeparated:"@MYCHART@CITY@, @MYCHART@STATE@",Close:"Close",Comparison:"",Comparison_1:"Worse than average",Comparison_2:"Average",Comparison_3:"Better than average",DetailsLabel:"Details",Error:"Error",FacilityCheckAccessibleDistanceMetricLabel:"@MYCHART@PREFERENCENAME@. @MYCHART@PREFERENCEADDRESS@. @MYCHART@DISTANCE@ kilometers.",FacilityCheckAccessibleDistanceStandardLabel:"@MYCHART@PREFERENCENAME@. @MYCHART@PREFERENCEADDRESS@. @MYCHART@DISTANCE@ miles.",FacilityCheckAccessibleLabel:"@MYCHART@PREFERENCENAME@. @MYCHART@PREFERENCEADDRESS@.",FacitlityDetailsTitle:"Service Provider Details",FinancialInterest:"@MYCHART@FINANCIALINTERESTFACILITY@ has a financial interest in this provider.",FinancialInterestFallback:"The hospital or health system has a financial interest in this provider.",FractionAccessibleText:"@MYCHART@NUMFRACTIONS@ out of 5",FromDistanceMetric:"",FromDistanceMetric_Generic:"@MYCHART@DISTANCE@ km from @MYCHART@LOCATION@",FromDistanceMetric_LoginOrg:"@MYCHART@DISTANCE@ km from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",FromDistanceMetric_SubjectsHome:"@MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@'s home in @MYCHART@LOCATION@",FromDistanceMetric_SubjectsTemp:"@MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@'s temporary address in @MYCHART@LOCATION@",FromDistanceMetric_SubjectsWork:"@MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@'s workplace in @MYCHART@LOCATION@",FromDistanceMetric_YourHome:"@MYCHART@DISTANCE@ km from your home in @MYCHART@LOCATION@",FromDistanceMetric_YourTemp:"@MYCHART@DISTANCE@ km from your temporary address in @MYCHART@LOCATION@",FromDistanceMetric_YourWork:"@MYCHART@DISTANCE@ km from your workplace in @MYCHART@LOCATION@",FromDistanceMetric_Zip:"@MYCHART@DISTANCE@ km from ZIP code @MYCHART@ZIPLOCATION@",FromDistanceStandard:"",FromDistanceStandard_Generic:"@MYCHART@DISTANCE@ mi from @MYCHART@LOCATION@",FromDistanceStandard_LoginOrg:"@MYCHART@DISTANCE@ mi from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",FromDistanceStandard_SubjectsHome:"@MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@'s home in @MYCHART@LOCATION@",FromDistanceStandard_SubjectsTemp:"@MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@'s temporary address in @MYCHART@LOCATION@",FromDistanceStandard_SubjectsWork:"@MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@'s workplace in @MYCHART@LOCATION@",FromDistanceStandard_YourHome:"@MYCHART@DISTANCE@ mi from your home in @MYCHART@LOCATION@",FromDistanceStandard_YourTemp:"@MYCHART@DISTANCE@ mi from your temporary address in @MYCHART@LOCATION@",FromDistanceStandard_YourWork:"@MYCHART@DISTANCE@ mi from your workplace in @MYCHART@LOCATION@",FromDistanceStandard_Zip:"@MYCHART@DISTANCE@ mi from ZIP code @MYCHART@ZIPLOCATION@",GoBackButton:"Stay on this page",GoToWebsiteLabel:"Go to website",IndividualListTitle:"@MYCHART@SERVICE@ Preferences",ListDescription:"This is a list of providers offering @MYCHART@SERVICE@.",ListDescription_FreeText:'This is a list of providers offering @MYCHART@SERVICE@ near "@MYCHART@FREETEXTLOCATION@".',ListDescription_Generic:"This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@LOCATION@.",ListDescription_LoginOrg:"This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@.",ListDescription_State:"This is a list of providers offering @MYCHART@SERVICE@ in @MYCHART@STATELOCATION@.",ListDescription_SubjectsHome:"This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@SUBJECTNAME@'s home in @MYCHART@LOCATION@.",ListDescription_SubjectsTemp:"This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@SUBJECTNAME@'s temporary address in @MYCHART@LOCATION@.",ListDescription_SubjectsWork:"This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@SUBJECTNAME@'s workplace in @MYCHART@LOCATION@.",ListDescription_YourHome:"This is a list of providers offering @MYCHART@SERVICE@ near your home in @MYCHART@LOCATION@.",ListDescription_YourTemp:"This is a list of providers offering @MYCHART@SERVICE@ near your temporary address in @MYCHART@LOCATION@.",ListDescription_YourWork:"This is a list of providers offering @MYCHART@SERVICE@ near your workplace in @MYCHART@LOCATION@.",ListDescription_Zip:"This is a list of providers offering @MYCHART@SERVICE@ near ZIP code @MYCHART@ZIPLOCATION@.",ListFromDistanceMetric:"",ListFromDistanceMetric_Generic:"Within @MYCHART@DISTANCE@ km from @MYCHART@LOCATION@",ListFromDistanceMetric_LoginOrg:"Within @MYCHART@DISTANCE@ km from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",ListFromDistanceMetric_SubjectsHome:"Within @MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@'s home in @MYCHART@LOCATION@",ListFromDistanceMetric_SubjectsTemp:"Within @MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@'s temporary address in @MYCHART@LOCATION@",ListFromDistanceMetric_SubjectsWork:"Within @MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@'s workplace in @MYCHART@LOCATION@",ListFromDistanceMetric_YourHome:"Within @MYCHART@DISTANCE@ km from your home in @MYCHART@LOCATION@",ListFromDistanceMetric_YourTemp:"Within @MYCHART@DISTANCE@ km from your temporary address in @MYCHART@LOCATION@",ListFromDistanceMetric_YourWork:"Within @MYCHART@DISTANCE@ km from your workplace in @MYCHART@LOCATION@",ListFromDistanceMetric_Zip:"Within @MYCHART@DISTANCE@ km from ZIP code @MYCHART@ZIPLOCATION@",ListFromDistanceStandard:"",ListFromDistanceStandard_Generic:"Within @MYCHART@DISTANCE@ mi from @MYCHART@LOCATION@",ListFromDistanceStandard_LoginOrg:"Within @MYCHART@DISTANCE@ mi from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",ListFromDistanceStandard_SubjectsHome:"Within @MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@'s home in @MYCHART@LOCATION@",ListFromDistanceStandard_SubjectsTemp:"Within @MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@'s temporary address in @MYCHART@LOCATION@",ListFromDistanceStandard_SubjectsWork:"Within @MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@'s workplace in @MYCHART@LOCATION@",ListFromDistanceStandard_YourHome:"Within @MYCHART@DISTANCE@ mi from your home in @MYCHART@LOCATION@",ListFromDistanceStandard_YourTemp:"Within @MYCHART@DISTANCE@ mi from your temporary address in @MYCHART@LOCATION@",ListFromDistanceStandard_YourWork:"Within @MYCHART@DISTANCE@ mi from your workplace in @MYCHART@LOCATION@",ListFromDistanceStandard_Zip:"Within @MYCHART@DISTANCE@ mi from ZIP code @MYCHART@ZIPLOCATION@",ListInstructions:"Explore the options and select your top 3 choices.",ListInstructionsProxy:"Explore the options and select @MYCHART@SUBJECTNAME@'s top 3 choices.",ListLinkAccessibleLabel:"Choose preferences for @MYCHART@SERVICE@. @MYCHART@SEARCHSTRING@.",ListNoDataMessage:"No lists to review for this hospital stay.",ListPreText:"These are lists of providers offering care after your hospital stay. Explore these options and select your preferred providers.",ListPreTextProxy:"These are lists of providers offering care after @MYCHART@SUBJECTNAME@'s hospital stay. Explore these options and select @MYCHART@SUBJECTNAME@'s preferred providers.",MetricDisclaimer:"",MetricDisclaimer_201:"CMS rates nursing homes using a five-star system. These are different from the stars you might see while shopping online or reading reviews. The average agency gets three stars.",MetricDisclaimer_301:"CMS rates home health agencies using a five-star system. These are different from the stars you might see while shopping online or reading reviews. The average agency gets three stars.",MetricDisclaimer_302:"CMS rates home health agencies using a five-star system. These are different from the stars you might see while shopping online or reading reviews. The average agency gets three stars.",MetricGenericMoreInfo:"You can visit @MYCHART@METRICMOREINFOSITE@ for more information.",MetricLabel:"",MetricLabel_202:"Inspection:",MetricLabel_203:"Staffing:",MetricLabel_204:"Care quality:",MetricLabel_301:"Care quality:",MetricLabel_302:"Patient survey:",MetricLabel_601:"successful return home",MetricLabel_602:"Ulcers:",MetricLabel_604:"Infections:",MetricLabel_701:"successful return home",MetricLabel_702:"Ulcers:",MetricLabel_704:"Infections:",MetricName:"",MetricName_201:"Overall star rating",MetricName_202:"Health inspections",MetricName_203:"Staffing",MetricName_204:"Care quality",MetricName_301:"Care quality",MetricName_302:"Patient survey",MetricName_601:"Rate of successful return to home or community",MetricName_602:"Pressure ulcers",MetricName_604:"Infections",MetricName_701:"Rate of successful return to home or community",MetricName_702:"Pressure ulcers",MetricName_704:"Infections",MetricNationalAverage:"",MetricNationalAverage_601:"The national average is @MYCHART@NATIONALPERCENT@% successful return home.",MetricNationalAverage_602:"The national average is @MYCHART@NATIONALPERCENT@%.",MetricNationalAverage_701:"The national average is @MYCHART@NATIONALPERCENT@% successful return home.",MetricNationalAverage_702:"The national average is @MYCHART@NATIONALPERCENT@%.",MetricNationalAverageSummary:"",MetricNationalAverageSummary_601:"In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients successfully return home after they leave the facility. Some facilities have better or worse rates.",MetricNationalAverageSummary_602:"In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients at these facilities will develop a new pressure ulcer or have an existing one get worse.",MetricNationalAverageSummary_701:"In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients successfully return home after they leave the facility. Some facilities have better or worse rates.",MetricNationalAverageSummary_702:"In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients at these facilities will develop a new pressure ulcer or have an existing one get worse.",MetricPublishInfo:"Quality data is provided by the Centers for Medicare and Medicaid Services (CMS). This data was published on @MYCHART@METRICPUBLISHDATE@. You can visit @MYCHART@METRICPUBLISHSITE@ for more information.",MetricPublishInfoWithoutDate:"Quality data is provided by the Centers for Medicare and Medicaid Services (CMS). You can visit @MYCHART@METRICPUBLISHSITEWITHOUTDATE@ for more information.",MetricSummary:"",MetricSummary_201:"The nursing home's overall star rating is based on four scores.",MetricSummary_202:"Facilities must meet government standards for health and fire safety, and emergency preparedness. This includes sanitation and abuse prevention.",MetricSummary_203:"A higher score means a facility has more staff time per patient, as well as a higher ratio of nurses to aides.",MetricSummary_204:"CMS uses several benchmarks to determine the overall quality of patient care, mostly focused on making sure patients don't need to return to the hospital.",MetricSummary_301:"CMS uses eight scores to determine the overall quality of patient care, mostly focused on how much patients' health improved while receiving care.",MetricSummary_302:"The independently-conducted Home Health Care CAHPS Survey asks patients (or their family or friends) about their experiences with the agency.",MetricSummary_601:"This shows how many patients successfully go home (or to another place of residence) after the inpatient rehabilitation facility. This means they did not go back to the hospital directly from the facility, and they lived at home for at least 31 days without going to the hospital unexpectedly or passing away.",MetricSummary_602:"Pressure ulcers can form when a patient spends a long time in bed.",MetricSummary_604:"This score focuses on preventable infections that can be caused by the facility: catheter-associated urinary tract infections (CAUTI), central line associated bloodstream infections (CLABSI), and Clostridium difficile infections (CDI).",MetricSummary_701:"This shows how many patients successfully go home (or to another place of residence) after the long-term care hospital. This means they did not go back to the hospital directly from the facility, and they lived at home for at least 31 days without going to the hospital unexpectedly or passing away.",MetricSummary_702:"Pressure ulcers can form when a patient spends a long time in bed.",MetricSummary_704:"This score focuses on preventable infections that can be caused by the facility: catheter-associated urinary tract infections (CAUTI), central line associated bloodstream infections (CLABSI), and Clostridium difficile infections (CDI).",Next:"Continue",NoFacilitiesFound:"No providers found",NoLanguages:"Language information not available",NoOverallStarRating:"Overall star rating not available",NoPreferencesHeader:"No Preferences",NoPreferencesLabel:"I don't have preferences",NoPreferencesText:"You have indicated that you do not have any preferred providers. Your care team will select a provider for you.",NoPreferencesTextProxy:"You have indicated that @MYCHART@SUBJECTNAME@ does not have any preferred providers. @MYCHART@SUBJECTNAME@'s care team will select a provider.",NoPrefInstructions:'If you do not have any preferences and would like your care team to select a provider, click the "I don\'t have preferences" button at the bottom of the list.',NoPrefInstructionsProxy:'If @MYCHART@SUBJECTNAME@ does not have any preferences and would like their care team to select a provider, click the "I don\'t have preferences" button at the bottom of the list.',NoReturnHomeRate:"Successful return home rate not available",NotAvailable:"Not available",PercentSuccessfulAccessibleText:"@MYCHART@PERCENT@ percent successful return home",PreferenceCommentsLabel:"Any comments for your care team?",PreferenceCommentsLabelProxy:"Any comments for @MYCHART@SUBJECTNAME@'s care team?",QualityDataTitle:"Quality Information",QualitySite:"www.medicare.gov",Remove:"Remove",ReviewListTitle:"@MYCHART@SERVICE@ Preferences",SearchLocation:"",SearchLocation_FreeText:'Near "@MYCHART@FREETEXTLOCATION@"',SearchLocation_Generic:"Near @MYCHART@LOCATION@",SearchLocation_LoginOrg:"Near @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",SearchLocation_State:"In @MYCHART@STATELOCATION@",SearchLocation_SubjectsHome:"Near @MYCHART@SUBJECTNAME@'s home in @MYCHART@LOCATION@",SearchLocation_SubjectsTemp:"Near @MYCHART@SUBJECTNAME@'s temporary address in @MYCHART@LOCATION@",SearchLocation_SubjectsWork:"Near @MYCHART@SUBJECTNAME@'s workplace in @MYCHART@LOCATION@",SearchLocation_YourHome:"Near your home in @MYCHART@LOCATION@",SearchLocation_YourTemp:"Near your temporary address in @MYCHART@LOCATION@",SearchLocation_YourWork:"Near your workplace in @MYCHART@LOCATION@",SearchLocation_Zip:"Near ZIP code @MYCHART@ZIPLOCATION@",SeeMoreDetailsLabel:"See more details",SelectedPreferencesHeader:"You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ options selected as your preferred providers",SelectedPreferencesHeaderProxy:"You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ options selected as @MYCHART@SUBJECTNAME@'s preferred providers",SelectionsNotGuaranteed:"Review the preferences you have selected before submitting to your care team. Selecting preferences does not guarantee the availability of a specific provider.",SelectionsNotGuaranteedProxy:"Review @MYCHART@SUBJECTNAME@'s preferences before submitting to @MYCHART@SUBJECTNAME@'s care team. Selecting preferences does not guarantee the availability of a specific provider.",SelectPreferences:"Select preferences",SingleSelectedPreferenceHeader:"You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ option selected as your preferred provider",SingleSelectedPreferenceHeaderProxy:"You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ option selected as @MYCHART@SUBJECTNAME@'s preferred provider",StarAccessibleText:"@MYCHART@NUMSTARS@ out of 5 stars",StarComparison:"",StarComparison_1:"Much worse than average",StarComparison_2:"Worse than average",StarComparison_3:"Average",StarComparison_4:"Better than average",StarComparison_5:"Much better than average",StarComparisonAccessibleText:"",StarComparisonAccessibleText_1:"1 out of 5 stars, which is much worse than average",StarComparisonAccessibleText_2:"2 out of 5 stars, which is worse than average",StarComparisonAccessibleText_3:"3 out of 5 stars, which is average",StarComparisonAccessibleText_4:"4 out of 5 stars, which is better than average",StarComparisonAccessibleText_5:"5 out of 5 stars, which is much better than average",Submit:"Submit preferences",SubmitNoPref:"Submit",SubmittedErrorText:"There was an error submitting your preferences. Your care team will be in contact with you.",SubmittedErrorTextProxy:"There was an error submitting @MYCHART@SUBJECTNAME@'s preferences. @MYCHART@SUBJECTNAME@'s care team will be in contact with you.",SubmittedSuccessText:"Your preferences for @MYCHART@SERVICE@ have been submitted. Your care team will be in contact with you and can provide a permanent copy of this list.",SubmittedSuccessTextProxy:"@MYCHART@SUBJECTNAME@'s preferences for @MYCHART@SERVICE@ have been submitted. @MYCHART@SUBJECTNAME@'s care team will be in contact with you and can provide a permanent copy of this list.",Success:"Success!",Title:"Options for Continuing Care",WarningHeader:"Unsaved preferences",WarningText:"Would you like to continue without saving your preferences?",WarningTextProxy:"Would you like to continue without saving @MYCHART@SUBJECTNAME@'s preferences?"});$$WP.Strings.getNamespace("conversations.common").addStrings({AllLoaded:"There are no more conversations to show.",AllSearched:"There are no more conversations to search.",AudioAttachmentLabel:"View audio message attachment named @MYCHART@AttachmentName@",DeleteConversationToast:"Deleted",DismissToastPrompt:"Dismiss message",DocumentAttachmentLabel:"View document message attachment named @MYCHART@AttachmentName@",ImageAttachmentLabel:"View image message attachment named @MYCHART@AttachmentName@",LoadingMoreResultsFor:'Loading more results for "@MYCHART@SearchQuery@"',LoadingResultsFor:'Loading results for "@MYCHART@SearchQuery@"',LoadMore:"Load more conversations",NameForSelf:"You",NoConversationsInFolder:"There are no conversations in this folder.",NoConversationsInSearch:"There are no conversations matching your search.",PDFAttachmentLabel:"View PDF message attachment named @MYCHART@AttachmentName@",PreText:"",RemoveTrashMessageToast:"Restored from archive",SearchMore:"Search more conversations",SearchThroughDate:"Searched through @MYCHART@SearchedDate@, but no matches yet...",SendMessageToast:"Message sent",ShowingMultipleResultsFor:'Showing @MYCHART@ResultsCount@ results for "@MYCHART@SearchQuery@"',ShowingNoResultsFor:'No results for "@MYCHART@SearchQuery@"',ShowingOneResultFor:'Showing 1 result for "@MYCHART@SearchQuery@"',SkipToToastLinkTitle:"Skip to notification",SomeSearchMatches:"Searched all conversations newer than @MYCHART@SomeMatchesEndingDate@.",Title:"Message Center",ToastHeader:"Notification",ToastUndoCommandLabel:"Undo",TrashMessageToast:"Moved to archive",VideoAttachmentLabel:"View video message attachment named @MYCHART@AttachmentName@"});$$WP.Strings.getNamespace("conversations.compose").addStrings({AcknowledgeText:"I understand",AllOtherViewers:"All others with access to @MYCHART@PATIENT@",AttachAxText:"Add an attachment",BackButtonAxText:"Back to previous step",BackLabel:"Back",CharactersOverLimitDisplay:"@MYCHART@CharactersOver@ characters over limit",CharactersRemainingDisplay:"@MYCHART@CharactersRemaining@ characters remaining",CloseButtonAxText:"Close @MYCHART@WindowTitleForClose@ window",CloseMessageInProgressMessage:"Would you like to continue without sending the message? Your message will be permanently deleted.",CloseMessageInProgressTitle:"Message in progress",CloseReplyComposerAxText:"Close reply composer",ComposeStepHeader:"Compose message",DefaultComposeWindowTitle:"New message",DiscardAxText:"Discard message",DiscardButtonLabel:"Discard message",DisclaimerLinkText:"Learn more",DisclaimerText:"<b>Call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.<\/b>",GoBackButtonLabel:"Go back",MaxAttachmentCount:"@MYCHART@MaxNumAttach@ attachments allowed",MessageBodyInputLabel:"Enter your message...",MinimizeButtonAxText:"Minimize @MYCHART@WindowTitleForMinimize@ window",NoTopicsHeader:"No topics available",NoTopicsText:"You do not have any available topics for messages at this time. Please try again later.",OrganizationHeader:"Where do you want to send this message?",OverlayPromptAcknowledgeButtonText:"OK",PopupDisclaimerText:"@MYCHART@APPTITLE@ messaging is intended for non-urgent messages to your clinic and should not be used in a medical emergency. Your medical question will be sent to a staff member from the clinic you have selected. Based on the content of your question it may be forwarded to your doctor or other members of your healthcare team for resolution. Information that you send will become part of your permanent medical record. Alternatively, for health advice and information call Health Link at 811.",PopupDisclaimerTitle:"MyChart Messaging use",RecipientLabel:"To",ReplyComposerAxTitle:"Reply composer",ReplyRecipientLabel:"Reply to",ReplyStatusComposerClosedAxText:"Reply composer closed",ReplyStatusComposerOpenedAxText:"Reply composer opened",RestoreButtonAxText:"Restore @MYCHART@WindowTitleForRestore@ window",SendErrorMessage:"We failed to send the message. Try again later, or contact customer service if this continues to happen.",SendingAxText:"Sending message",SendLabel:"Send",SubjectInputLabel:"Subject",Title:"Compose",TopicHeader:"What's your message about?",UnsupportedCharsPopupMessage:"Some of the text you've entered cannot be submitted. Unsupported characters have been removed from your text.",UploadErrorMessage:"We failed to upload the file. Try again later, or contact customer service if this continues to happen.",UploadingAxText:"Uploading file",ViewersLabel:"Include"});$$WP.Strings.getNamespace("conversations.details").addStrings({AccessibleLabelBookmark:"This conversation is bookmarked.",AccessibleLabelTrash:"This conversation is archived.",AfterReplyMultipleMessagesLoaded:"Loaded @MYCHART@NumberOfMessages@ new messages.",AfterReplyOneMessagesLoaded:"Loaded 1 new message.",AllLoaded:"All messages have been loaded.",AppointmentTaskLabel:"Go to appointment message task named @MYCHART@TaskName@",AssistiveUnreadIndicatorPlural:"@MYCHART@NumUnread@ new messages below:",AssistiveUnreadIndicatorSingular:"1 new message below:",BlankMessage:"This message has no content.",CannotReplyConversationAge:"You cannot reply to this conversation. It is too old to be replied to.",CannotReplyDefault:"You cannot reply to this conversation.",CannotReplySystem:"You cannot reply to a message generated by the system.",CannotReplyTransferredFromExternalOrg:"You cannot reply to this conversation.",CannotReplyUserIndicated:"You cannot reply to this conversation. The sender indicated replies are not allowed.",CommandLabelActionFail:"Executing this command has failed. Please try again.",CommandLabelActionFailTitle:"Warning!",CommandLabelBookmark:"Bookmark",CommandLabelDelete:"Delete",CommandLabelRemoveBookmark:"Remove bookmark",CommandLabelRemoveTrash:"Restore conversation",CommandLabelRemoveTrashAppointment:"Restore to appointment",CommandLabelRemoveTrashSystem:"Restore to automated messages",CommandLabelTrash:"Move to archive",CompletedMessageTaskHeaderPlural:"@MYCHART@CompletedTaskCount@ completed tasks",CompletedMessageTaskHeaderSingular:"1 completed task",CompletedTaskLabel:"Completed message task named @MYCHART@TaskName@",DeleteConversationPopupGoBackLabel:"Go back",DeleteConversationPopupMessage:"Once this conversation is deleted, you will not be able to retrieve and view this again. Are you sure you would like to delete this conversation?",DeleteConversationPopupTitle:"Delete conversation",LastViewedByStaff:"Last viewed by staff @MYCHART@LastViewTime@",LoadingMore:"Loading more messages...",LoadMore:"Load older messages",MessageAttachmentHeaderPlural:"@MYCHART@AttachmentCount@ attachments",MessageAttachmentHeaderSingular:"1 attachment",MessageSenderAndTime:"Message from @MYCHART@MsgSender@, sent @MYCHART@MsgSent@",MessagesTitle:"Messages in this conversation",MessageTaskHeaderPlural:"@MYCHART@TaskCount@ tasks to complete",MessageTaskHeaderSingular:"1 task to complete",ParticipantsList:"Participants",ParticipantsPopupTitle:"In this conversation",PrimaryParticipantLabel:"Primary participant: @MYCHART@MainRecipient@",QuestionnaireTaskLabel:"Go to questionnaire message task named @MYCHART@TaskName@",ReplyButtonLabel:"Reply",ReplyResponseTimeDisclaimer:"Please allow up to 5 days for a reply.",ReplySuccessMessage:"Success! Your message has been sent.",ReplyWarningPopupMessage:"@MYCHART@MessageOrganizationName@ has not upgraded to use the new conversation layout. When you send a reply, it will show as a new conversation on the list page instead of being added to this conversation.",ReplyWarningPopupTitle:"Replies to @MYCHART@TitleOrganizationName@",SkipToFirstNewMessage:"Skip to first new message",SkipToLatestMessage:"Skip to most recent message",SummaryLabelSuffix:"+ @MYCHART@RemainingParticipantCount@",Title:"Conversation",UnreadIndicatorPlural:"New messages",UnreadIndicatorSingular:"New message",ViewerList:"Visible to",ViewParticipantList:"View list of conversation participants"});$$WP.Strings.getNamespace("conversations.list").addStrings({AndMoreNotShown:"+ @MYCHART@RemainingAttachmentCount@",AndMoreNotShownAccessible:"@MYCHART@RemainingAttachmentCount@ additional tasks or attachments not shown in preview",AppointmentFolderAccessibleLabel:"Appointment folder",AppointmentFolderName:"Appointment",AssistiveTextConversationReadHasAttachment:"View conversation about @MYCHART@MsgSubject@. The conversation has attachments. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationReadHasAttachmentExternalOrg:"View conversation from another organization about @MYCHART@MsgSubject@. The conversation has attachments. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationReadNoAttachment:"View conversation about @MYCHART@MsgSubject@. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationReadNoAttachmentExternalOrg:"View conversation from another organization about @MYCHART@MsgSubject@. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationUnreadHasAttachment:"View conversation about @MYCHART@MsgSubject@ that has a message that has not yet been viewed. The conversation has attachments. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationUnreadHasAttachmentExternalOrg:"View conversation from another organization about @MYCHART@MsgSubject@ that has a message that has not yet been viewed. The conversation has attachments. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationUnreadNoAttachment:"View conversation about @MYCHART@MsgSubject@ that has a message that has not yet been viewed. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",AssistiveTextConversationUnreadNoAttachmentExternalOrg:"View conversation from another organization about @MYCHART@MsgSubject@ that has a message that has not yet been viewed. Most recent message sent by @MYCHART@MsgSender@, sent @MYCHART@MsgSent@. Most recent message preview: @MYCHART@MsgPreview@.",BackToConversationList:"Conversation List",BlankMessage:"No preview available.",BlankSubject:"(No subject)",BookmarkedFolderAccessibleLabel:"Bookmarked folder",BookmarkedFolderName:"Bookmarked",ClearFolderSearch:"Clear search",ContinueMessageCaption:"Continue message...",ConversationFlagHasAttachments:"This conversation has attachments.",ConversationFlagUnread:"There is a message in this conversation that has not yet been viewed.",ConversationsFolderAccessibleLabel:"Conversations folder",ConversationsFolderName:"Conversations",LoadingConversations:"Loading conversations...",LoadingFolders:"Loading folders...",LoadingMoreConversations:"Loading more conversations...",SearchAppointmentFolder:"Search appointment folder",SearchBookmarkedFolder:"Search bookmarks",SearchConversationsFolder:"Search conversations",SearchSystemFolder:"Search automated messages",SearchTrashFolder:"Search archive",SendMessageCaption:"Send a message",SystemFolderAccessibleLabel:"Automated messages folder",SystemFolderName:"Automated messages",Title:"Conversation List",TrashFolderAccessibleLabel:"Archive folder",TrashFolderName:"Archive",UnreadAppointmentFolderAccessibleLabel:"Appointment folder. @MYCHART@UnreadNumber@ unread conversations.",UnreadBookmarkedFolderAccessibleLabel:"Bookmarked folder. @MYCHART@UnreadNumber@ unread conversations.",UnreadConversationsFolderAccessibleLabel:"Conversations folder. @MYCHART@UnreadNumber@ unread conversations.",UnreadSystemFolderAccessibleLabel:"Automated messages folder. @MYCHART@UnreadNumber@ unread conversations.",UnreadTrashFolderAccessibleLabel:"Archive  folder. @MYCHART@UnreadNumber@ unread conversations.",UnspecifiedSubject:"an unspecified subject"});$$WP.Strings.getNamespace("core.browse").addStrings({TimeOutErrorMessage:"The system timed out waiting for your attachment to upload - the file may be too big. Please try again.",Title:"",UploadTimeout:"20"});$$WP.Strings.getNamespace("core.commonutils").addStrings({AnswerError:"Please enter your new answer.",BadFilenameExtension:"@MYCHART@FILENAME@ is invalid or does not have an allowed extension. The allowed extensions are @MYCHART@ALLOWEDEXTENSIONS@.",CheckBoxSelectionError:"At least one checkbox must be checked",CurrentPasswordError:"Please enter your current password.",DataTileStaticURLPrefix:"",DataTileURLPrefix:"",LogoutRedirect:"You are being logged out",MaximumNumericError:"Please enter a value no more than @MYCHART@MAXVALUE@.",MaximumTextError:"Text may not exceed @MYCHART@MAXIMUMLENGTH@ characters.",MinimumNumericError:"Please enter a value no less than @MYCHART@MINVALUE@.",NewPasswordError:"Your new password cannot contain any spaces.",NumericError:"Please enter a numeric value.",NumericOrRangeError:'Enter a number between @MYCHART@MINVALUE@ and @MYCHART@MAXVALUE@ or a range. A range is two numbers separated by "@MYCHART@RANGESEPARATOR@". The first number should be smaller than the second number.',RadioButtonSelectionError:"Please make a selection before submitting.",ReTypeNewPasswordError:"Your new password and the retyped password are not the same.",StandardBannerIcon:"",StandardBannerIcon_criticalType:"Alert",StandardBannerIcon_informationalType:"Information",StandardBannerIcon_loadingType:"Loading",StandardBannerIcon_successType:"Success",StandardBannerIcon_warningType:"Warning",Title:"",YieldTitle:"Warning"});$$WP.Strings.getNamespace("core.component").addStrings({ClosePopupAlt:"Close this popup.",ShowingAllContent:"Viewing Full Content",Title:""});$$WP.Strings.getNamespace("core.formvalidation").addStrings({CharacterCounter:"@MYCHART@CHARACTERSREMAINING@ of @MYCHART@CHARACTERLIMIT@ characters remaining",CharactersInvalid:"This field must consist of only letters and punctuation",DD:"DD",DisabledButtonToolTip:"@MYCHART@BUTTONLABEL@ button. At least one required item is missing a valid response. Please check the form.",GeneralFormatInvalid:"This field has a format we do not recognize",HH:"HH",IncompleteGroup:"All fields are required",IncorrectDateOfBirth:"Date of birth is incorrect.",InitialsFormatInvalid:"Initials should be followed by periods and no spaces",InputDuplicative:"Duplicate values are not allowed",InputInvalid:"Enter a valid value",InputNotCurrency:"Enter a currency",InputNotDateInvalidDay:"Please enter a day that is valid for this month.",InputNotDateInvalidMonth:"Please enter a month between 1 and 12.",InputNotDateInvalidYear:"Please enter a valid year.",InputNotEmail:"Enter a valid email address",InputNotFormattedDate:"Please enter a date in the following format: @MYCHART@DATEFORMAT@",InputNotName:"Enter a name",InputNotNumber:"Enter a number",InputNotPhoneNumber:"Enter a phone number",InputNotTime:"Please enter a time in the following format: @MYCHART@TIMEFORMAT@",InputNotValidPhone:"Enter a valid phone number",InputNotValidZIP:"Enter a valid ZIP code",InputNotWholeNumber:"This can't be a decimal number",InputNotZIP:"Enter a ZIP code",InputRequired:"This is required",InputTooEarly:"This can't be earlier than @MYCHART@MINDATE@",InputTooHigh:"This can't be higher than @MYCHART@MAXIMUM@",InputTooLate:"This can't be later than @MYCHART@MAXDATE@",InputTooLong:"This can't be more than @MYCHART@CHARACTERLIMIT@ characters. You've entered @MYCHART@CHARACTERSUSED@.",InputTooLow:"This can't be lower than @MYCHART@MINIMUM@",InputTooShort:"@MYCHART@INPUTTYPE@ can't be less than @MYCHART@CHARACTERLIMIT@ characters. You've entered @MYCHART@CHARACTERSUSED@.",InvalidCaptcha:"Please complete the CAPTCHA.",InvalidRetype:"@MYCHART@INPUTTYPE@ fields do not match",Last4NationalIDInvalidLengthErrorMessage:"Enter the last 4 digits of your @MYCHART@NationalIDLabel@",LengthInvalid:"This field's length is greater than our maximum allowed length",MI:"MM",MM:"MM",NationalIdentifierError:"Enter a valid @MYCHART@NATIONALIDLABEL@",NationalIDLabel:"@MYCHART@NATIONALIDLABEL@",NoneChecked:"Make a selection",RequiredLegend:"Indicates a required field",Title:"",TT:"AM/PM",Type:"Input",Type_date:"Date",Type_email:"Email",Type_number:"Number",Type_password:"Password",Type_tel:"Phone number",Type_text:"Text",Type_time:"Time",YYYY:"YYYY"});$$WP.Strings.getNamespace("core.geo").addStrings({AutolocateErrorMessage:"Unable to find your current location.",CenterButtonTooltip:"Pan to a specific area on the map",CurrentUserLocation:"My location",DatabaseCouldNotFindCoordinates:"Could not find ZIP code.",GeolocationNotSupported:"Browser does not support geolocation.",MapMarkerAltText:"Map marker",PermissionDenied:"Permission denied.",PopupCloseButtonLabel:"Close button",PopupCloseButtonTitle:"Close item",PositionUnavailable:"Position unavailable.",Timeout:"Request timed out.",Title:"",UnknownError:"Unknown error occured."});$$WP.Strings.getNamespace("core.imageviewer").addStrings({AddAnotherImage:"Attach another image",AddAnotherImageVideo:"Attach another image or video",AddAnotherVideo:"Attach another video",AddImage:"Attach an image",AddImageVideo:"Attach an image or video",AddVideo:"Attach a video",DeleteAlt:"Delete",ImageDescLabel:"Please enter a short description for your image or video:",ImageDescLabelAlt:"Please enter a short description for your image or video.",ImageLabelRequired:"Label is required.",MagnifyAlt:"View Full Size",ReachedMax:"You may only upload @MYCHART@MAXIMAGES@ attachments.",ReachedMaxSingular:"You may only upload 1 attachment.",Title:""});$$WP.Strings.getNamespace("core.loggingoutpopup").addStrings({LoggingOutMessage:"You are being logged out.",LoggingOutTitle:"",Title:""});$$WP.Strings.getNamespace("core.popup").addStrings({JumpToContent:"Click to jump to content",PopupAlert:"A new popup window has appeared.",PopupAlertWithTitle:"A new popup window called @MYCHART@PopupTitle@ has appeared.",PopupWindowAlert:"A new window has appeared.",PopupWindowAlertWithTitle:"A new window called @MYCHART@PopupTitle@ has appeared.",Title:""});$$WP.Strings.getNamespace("core.safetoredirectpopup").addStrings({LeaveButtonText:"Continue without saving",Message:"Would you like to continue without saving?",SafeToRedirectTitle:"You have unsaved changes",StayButtonText:"Stay on this page",Title:""});$$WP.Strings.getNamespace("core.timeoutpopup").addStrings({FromHyperspaceMessage:'Click "Resume" to continue. Otherwise, the activity will time out in @MYCHART@SecondsLeft@ seconds.',FromHyperspaceStayButtonText:"Resume",FromHyperspaceTitle:"This activity is about to time out",LogOutButtonText:"Log out",PreLoginLogOutButtonText:"Clear Page",PreLoginStayButtonText:"Stay Here",StayButtonText:"Stay logged in",TimeOutMessage:"Your session will expire in @MYCHART@SecondsLeft@ seconds.",TimeOutTitle:"Your session is expiring",Title:"",WithChangesMessage:"Your session will expire in @MYCHART@SecondsLeft@ seconds. Your form has unsaved changes. Select an option below to continue.",WithChangesTitle:"You will lose your unsaved changes"});$$WP.Strings.getNamespace("core.utilities").addStrings({AlertTitle:"",ClosePopupButton:"Close",Continue:"Continue",ContinueGobackTitle:"",Delete:"Delete",DeleteGobackTitle:"",Goback:"Go back",No:"No",Remove:"Remove",Restore:"Restore",Title:"",Yes:"Yes",YesNoTitle:""});$$WP.Strings.getNamespace("core.video").addStrings({ClosePopup:"Close",COVIDCredentialsHowToDescription:"Learn how to share your COVID-19 testing and vaccination information quickly, easily, and securely, right from MyChart.",COVIDCredentialsHowToThumbnailDescription:"Click to play the Access Your Vaccination and Testing Credentials in MyChart video",COVIDCredentialsHowToTitle:"Access Your Vaccination and Testing Credentials in MyChart",ErrorPopupText:'Try again later or check out the video at <a href="https://www.mychart.com">mychart.com<\/a>.',ErrorPopupTitle:"Oops! We cannot find that video.",InteroperabilityDescription:"Learn how health data is securely shared between doctors and organizations.",InteroperabilityThumbnailDescription:"Click to play the Your Health Record on the Go video",InteroperabilityTitle:"Your Health Record on the Go",LinkMyAccountsDescription:"Learn how to see your health information together in one unified view.",LinkMyAccountsThumbnailDescription:"Click to play the Linking Your Accounts video",LinkMyAccountsTitle:"Linking Your Accounts",ProxyHowToDescription:"Learn how you can give someone access to your health record to help manage your care.",ProxyHowToThumbnailDescription:"Click to play the Friends and Family Access video",ProxyHowToTitle:"Friends and Family Access",ShareEverywhereHowToDescription:"Learn how to share your medical record with a care provider who doesn't already have access.",ShareEverywhereHowToThumbnailDescription:"Click to play the Share Everywhere video",ShareEverywhereHowToTitle:"Share Everywhere",SharingHowToDescription:"Learn more about how you can share your record.",SharingHowToThumbnailDescription:"Click to play the Sharing Your Record video",SharingHowToTitle:"Sharing Your Record",ShowLess:"See Less",ShowMore:"See More",Title:"",VideoHeader:"Watch to Learn",VideoPopupHeader:"Video",VideoVisitHowToDescription:"Learn how to complete check-in and start your video visit.",VideoVisitHowToThumbnailDescription:"Click to play the Video Visits video",VideoVisitHowToTitle:"Video Visits"});$$WP.Strings.getNamespace("covidtriage").addStrings({AccessCodePageHeader:"COVID-19 Vaccine Scheduling",FooterAllRightsReserved:"All rights reserved.",FooterCopyright:"Copyright © 2020 - @MYCHART@CURRENT_YEAR@ Epic Systems Corporation",FooterPrivacyPolicy:"Privacy Policies",FooterPrivacyPolicyAriaLabel:"Explanation of privacy policies, link",HomeLinkAriaLabel:"Back to the home page, link",HomeLinkText:"Home",LandingPageDescription:"Do you have a fever, cough, or shortness of breath? Answer a few questions, and we can help you find the right thing to do next.",LandingPageFeedHeading:"Resources",LandingPageHeading:"Are you concerned you may have COVID-19?",LandingPageStartButton:"Start screening",LocationDetailedLabel:"This location is not available for online scheduling.",LocationPhoneNumber:"Call @MYCHART@PHONENUMBER@ for instructions",ResourceBody:"",ResourceBody_CDC:"from CDC",ResourceBody_StateGov:"from State Office for Health",ResourceTitle:"",ResourceTitle_CDC:"Latest Guidelines",ResourceTitle_StateGov:"Latest Guidelines",ResultDescription:"",ResultDescription_EMERGENCY:"Your symptoms may be serious.  If you think you're having a life-threatening emergency, please call 911 or go to the emergency room.  Otherwise, please seek care immediately through your local nurse triage line or go to the nearest urgent care.",ResultDescription_HOME:"Get rest and stay hydrated. Monitor your symptoms carefully. If your symptoms get worse, call your healthcare provider immediately.",ResultDescription_SCHEDULE:"It is possible your symptoms could be caused by COVID-19 (coronavirus). We recommend that you schedule an appointment.",ResultTitle:"",ResultTitle_EMERGENCY:"Seek emergency services",ResultTitle_HOME:"Stay home",ResultTitle_SCHEDULE:"Go to the nearest clinic",ScheduleButtonLabel:"Schedule",ScheduleDescription:"",ScheduleLocationDistanceFromBrowser:"@MYCHART@DISTANCEAWAY@ miles away",SchedulingLocationDetailedLabel:"Select to start scheduling at this location",SchedulingSortByLabel:"Sort by:",SchedulingSortLocationsByDistanceDetailed:"Select to sort the list of locations by distance from your current location",SchedulingSortLocationsByNameDetailed:"Select to sort the list of locations alphabetically",SchedulingSortLocationsByZipDetailed:"Select to sort the list of locations by distance from the entered ZIP code",SchedulingSortLocationsClosest:"Closest",SchedulingSortLocationsName:"Name",SchedulingZIP:"ZIP",SchedulingZIPError:"Invalid ZIP Code entered",Title:"COVID-19 Triage",TriageAnswerNegative:"No",TriageAnswerPositive:"Yes",TriageDescription:"Answer these questions to find recommended care based on your symptoms",TriageHeading:"COVID-19 Screening",TriageNextButton:"Next question",TriageQuestionPrompt:"",TriageQuestionPrompt_Breath:"Do you have a new onset of shortness of breath or wheezing?",TriageQuestionPrompt_Contact:"In the last 14 days, have you been in contact with someone who was confirmed or suspected to have COVID-19 (Coronavirus)?",TriageQuestionPrompt_Cough:"Do you have a new onset of a cough?",TriageQuestionPrompt_Fever:"Do you feel feverish or have a thermometer-verified temperature of over 100.4° F (38° C)?",TriageQuestionPrompt_HealthcareWorker:"Are you a healthcare worker?",TriageResultHeading:"Based on your answers, you should:"});$$WP.Strings.getNamespace("customerservice").addStrings({CustomerServiceTopicHeader:"What type of customer service question?",Title:"Customer Service",TopicSubtext:"You have a question about billing, insurance, or other non-medical concern.",TopicTitle:"Customer service question"});$$WP.Strings.getNamespace("decisiontrees").addStrings({DTBackButtonLabel:"Back",DTCancelButtonLabel:"Cancel",DTCancelPopupDeleteResponsesButtonLabel:"Delete responses",DTCancelPopupGoBackButtonLabel:"Go back",DTCancelPopupPrompt:"If you cancel then any answers you have already entered will be deleted.",DTCancelPopupSaveResponsesButtonLabel:"Save responses and finish later",DTCancelPopupTitle:"Delete responses?",DTContinueButtonLabel:"Continue",DTFinishLaterButtonLabel:"Finish later",DTInfoIconAltText:"Information",DTLockedText:"Someone else is already answering these questions for you. Please try again later.",DTTreeAnswersResetSubtext:"This tool was recently updated. You will need to re-answer the questions.",DTTreeAnswersResetTitle:"Your previous answers have been reset.",Title:"Decision Tree"});$$WP.Strings.getNamespace("demographics.relationships").addStrings({AddButton:"Add relationship",AddQueuedWarning:"Your new contact has been submitted and is pending approval.",AddRelationshipHeader:"New Relationship",AddressLabels:"",AddressLabels_1:"Street Address",AddressLabels_2:"City",AddressLabels_3:"State",AddressLabels_4:"ZIP",AddressLabels_5:"County",AddressLabels_6:"Country",AddressLabels_7:"House Number",AddressLabels_8:"District",CancelButton:"Cancel",EditButton:"Edit",EditButtonScreenReaderLabel:"Edit Contact: @MYCHART@CONTACTNAME@",EmailLabel:"Email",EptLinkedContactDisabledEditTooltip:"This information can only be edited from this person's health record.",HCADisabledRemoveTooltip:"This person is a Health Care Agent and cannot be removed here. Please go to the @MYCHART@BrandEOLPlanning@ page to remove them.",HCADisabledRemoveTooltipNoMnemonic:"This person is a Health Care Agent and cannot be removed here. Please go to the End-of-Life Planning page to remove them.",HomePhoneNumberLabel:"Home Phone",MobilePhoneNumberLabel:"Mobile Phone",PreferredDeviceIdentifier:"preferred",PreferredDeviceOptionLabels:"",PreferredDeviceOptionLabels_1:"Mobile Phone",PreferredDeviceOptionLabels_7:"Home Phone",PreferredDeviceOptionLabels_8:"Work Phone",PreferredDeviceTooltip:"Preferred Phone Number",Pretext:"These people may be contacted in the event of an emergency.",PretextWithHCAMessage:'These people may be contacted in the event of an emergency. If you\'re looking for information about Health Care Agents, please go to the <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=acp">Advance Care Planning page.<\/a>',PretextWithHCAMessageNoMnemonic:'These people may be contacted in the event of an emergency. If you\'re looking for information about Health Care Agents, please go to the <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=acp">End-of-Life Planning page.<\/a>',PrimaryContactCheckboxLabel:"Primary Contact",PrimaryContactLabel:"Primary Contact",PrimaryContactLabelTooltip:"This person will be contacted first in the event of an emergency.",PrivateContactMessageBody:"Please call @MYCHART@HELPDESKPHONE@ to verify the emergency contacts we have on file.",PrivateContactMessageHeader:"This contact's information has been marked private.",RelationshipFirstNameLabel:"First Name",RelationshipLastNameLabel:"Last Name",RelationshipTypeLabel:"Relationship",RemoveButton:"Remove",RemoveButtonScreenReaderLabel:"Remove Contact: @MYCHART@CONTACTNAME@",RemoveQueuedWarning:"This contact will be removed. This may take up to 24 hours.",SaveButton:"Save changes",SaveFailedWarning:"This action could not be completed right now. Please try again later.",Title:"Family & Friends",UpdateQueuedWarning:"Your changes have been submitted but may take up to 24 hours to be updated.",ViewOnlyContactDisabledEditTooltip:"This person cannot be edited. Please call @MYCHART@HELPDESKPHONE@ to make changes.",ViewOnlyContactDisabledRemoveTooltip:"This person cannot be removed. Please call @MYCHART@HELPDESKPHONE@ to make changes.",VRKContact:"This contact was imported from the Population Registry.",VRKDisabledRemoveTooltip:"This contact comes from the Population Registry and cannot be removed here.",WorkPhoneNumberLabel:"Work Phone"});$$WP.Strings.getNamespace("demographicsform").addStrings({AddressRequiredMessage:'<span class="required">&nbsp;<\/span>Address information is required.',AddressSectionLabel:"Address",AddressSectionPosttext:"",AddressSectionPretext:"",AvsAccessibilityMode:"",AvsAccessibilityMode_Mode0:"Medium Font Text",AvsAccessibilityMode_Mode1:"Large Font Text",AvsAccessibilityMode_Mode2:"Screen Reader Friendly PDF",AvsAccessibilityPostText:"",AvsAccessibilityPrompt:"How would you like your After Visit Summary formatted?",DateOfBirthHint:"MM/DD/YYYY",DateOfBirthInvalidErrorMessage:"Date of birth is invalid.",DateOfBirthLabel:"Date of birth",DateOfBirthNotpastErrorMessage:"Date of birth cannot be a future date.",DateOfBirthRequiredErrorMessage:"Date of birth is required.",EmailHint:"",EmailInvalidErrorMessage:"Email address is invalid.",EmailLabel:"Email address",EmailRequiredErrorMessage:"Email address is required.",EthnicityLabel:"Ethnicity",HomePhoneHint:"NNN-NNN-NNNN",HomePhoneInvalidErrorMessage:"Home phone number is invalid.",HomePhoneLabel:"Home phone",HomePhoneRequiredErrorMessage:"Home phone number is required.",Last4SSNHint:"NNNN",Last4SSNInvalidLengthErrorMessage:"Last four digits of @MYCHART@NATIONALIDLABEL@ entered does not have the correct length.",Last4SSNLabel:"Last four digits of @MYCHART@NATIONALIDSHORTLABEL@",Last4SSNRequiredErrorMessage:"Last four digits of @MYCHART@NATIONALIDLABEL@ is required.",LegalSexInvalidErrorMessage:"Legal sex is invalid.",LegalSexLabel:"Legal Sex",LegalSexRequiredErrorMessage:"Legal sex is required.",MedicalRecordNumberHint:"",MedicalRecordNumberLabel:"Alberta Personal Health Number (no dashes or spaces)",MedicalRecordNumberPopupHint:'<p><span class="bold">What is a medical record number?<\/span><\/p><p>This is the number assigned to you when you registered in the clinic. This number helps staff in the clinics to quickly identify your medical record. If you do not know your medical record number, you may call the registration desk. <\/p>',MedicalRecordNumberRequiredErrorMessage:"Medical record number is required.",MobilePhoneHint:"NNN-NNN-NNNN",MobilePhoneInvalidErrorMessage:"Mobile phone number is invalid.",MobilePhoneLabel:"Mobile phone",MobilePhoneRequiredErrorMessage:"Mobile phone number is required.",MultipleSelectHelpText:"You can hold the CTRL key while clicking to select multiple options.",NameInputHint:"",NameInputHint_NameInput1:"",NameInputHint_NameInput2:"",NameInputHint_NameInput3:"",NameInputLabel:"",NameInputLabel_NameInput1:"First name",NameInputLabel_NameInput2:"Middle name",NameInputLabel_NameInput3:"Last name",NameRequiredError:"",NameRequiredError_NameInput1:"First name is required.",NameRequiredError_NameInput2:"Middle name is required.",NameRequiredError_NameInput3:"Last name is required.",NameSectionLabel:"Name",NameSectionPosttext:"",NameSectionPretext:"",NationalIDHint:"NNN-NN-NNNN",NationalIDInvalidErrorMessage:"@MYCHART@NATIONALIDLABEL@ is invalid.",NationalIDLabel:"@MYCHART@NATIONALIDLABEL@",NationalIDRequiredErrorMessage:"@MYCHART@NATIONALIDLABEL@ is required.",OtherSectionLabel:"Other Information",OtherSectionPosttext:"",OtherSectionPretext:"",PreferredLanguageLabel:"Preferred Language",ProxyRelationshipInvalidErrorMessage:"Relationship is invalid.",ProxyRelationshipLabel:"I am the patient's",ProxyRelationshipRequiredErrorMessage:"Relationship is required.",ProxyRelationshipSelectPrompt:"",RaceLabel:"Race",RelationshipLabel:"Relationship",Title:"Demographics",VerifyEmailHint:"",VerifyEmailLabel:"Verify email address",VerifyEmailNotMatchErrorMessage:"Email addresses do not match.",VerifyEmailRequiredErrorMessage:"Email address is required.",WorkPhoneHint:"NNN-NNN-NNNN",WorkPhoneInvalidErrorMessage:"Work phone number is invalid.",WorkPhoneLabel:"Work phone",WorkPhoneRequiredErrorMessage:"Work phone number is required."});$$WP.Strings.getNamespace("directmessage").addStrings({AuthorLabel:"Your Name",DirectMessagePretext:"This message could be read by anyone with access to this patient’s chart.  Please include your contact information to ensure continuity of care.",FormHeader:"Message the Care Team",InfoBubbleHeader:"National Provider ID",InfoBubbleText:"Optional field to enter your National Provider ID (if applicable).  This can then be used by the patient's organization to reach you only if any follow-up questions arise.",MessageLabel:"Message Body",NoRecipientsText:"Note that your message will be sent to a general clinical inbox which may not include users that are directly involved with the patient's care.",NoteSubmissionFailure:"Something went wrong.",NoteSubmissionSuccess:"Your message has been sent successfully.",NPILabel:"Your National Provider ID (Optional)",RecipientDefaultOption:"Choose a Recipient",RecipientLabel:"Send To",RecipientPCPIndicator:"-PCP-",SubjectLabel:"Subject",SubmitButtonText:"Send message",SubmitPopupCancel:"Keep writing",SubmitPopupConfirm:"Send message",SubmitPopupMessage:"Only one message may be sent per session.",SubmitPopupTitle:"Are you sure you want to send this message?",TelephoneNumberLabel:"Your Telephone Number",Title:""});$$WP.Strings.getNamespace("documents.attachments").addStrings({AttachmentHeaderPlural:"@MYCHART@AttachmentCount@ attachments",AttachmentHeaderSingular:"1 attachment",AudioAttachmentLabel:"View audio attachment named @MYCHART@AttachmentName@",DocumentAttachmentLabel:"View document attachment named @MYCHART@AttachmentName@",ImageAttachmentLabel:"View image attachment named @MYCHART@AttachmentName@",LinkAttachmentLabel:"@MYCHART@AttachmentName@",PDFAttachmentLabel:"View PDF attachment named @MYCHART@AttachmentName@",Title:"Attachments",VideoAttachmentLabel:"View video attachment named @MYCHART@AttachmentName@"});$$WP.Strings.getNamespace("documents.ccddownload").addStrings({CCDDownloadWaitMessage:"Please wait...",CCDPasswordDiffErr:"The passwords you entered do not match.",CCDPasswordLenErr:"Your password must be at least eight characters long.",Title:"Document Center"});$$WP.Strings.getNamespace("documents.downloadmyrecord").addStrings({AddressContactCardHeader:"Address:",AddressFormatErrorText:"Please enter a valid address.",AddressMisMatchErrorText:"Please make sure that your addresses match.",AllButton:"All visits",AllVisitsButtonDescription:"Select all of your visits",AllVisitsResultsFoundText:"All visits are included in this package.",ApplyDateRange:"Apply",BackButtonText:"Back",BackToDocumentCenter:"Back to Document Center",BackToMenu:"Back to menu",CancelButtonText:"Cancel",ConfirmDirectAddressLabel:"Confirm Direct address:",ConfirmEmailAddressLabel:"Confirm e-mail address:",DateChooserToAriaLabel:"Select an end date",DateFormatErrorText:"Please enter valid dates (mm/dd/yyyy) in the past.",DateOrderErrorText:"Please enter a From date that is before the To date.",DateRangeButton:"Date range",DateRangeButtonDescription:"Select a date range of your visits",DateRangeNoResultsFoundText:"<span>You did not have any visits from @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@.<\/span><br/><span>You can still access your Lucy Summary document.<\/span>",DateRangeNoResultsNoStartDateText:"You did not have any visits before @MYCHART@ENDDATE@.",DateRangeResultsFoundText:"Visits from @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@ are included in this package.",DirectAddressDescription:"The address you enter here should have been given to you by your healthcare provider as part of the Direct Project.",DirectAddressLabel:"Direct address:",DirectAddressSubHeader:"Send to a Secure Direct Address",DocumentPasswordHelpText:"This password will be used to protect your record. It must be at least eight characters long.",DocumentPasswordLabel:"Password for this package:",DownloadButton:"Download",DownloadButtonLabel:"Request",DownloadError:"There was a problem generating the file to download. Please try again later.",DownloadMaxEncounterErrorForAllVisits:"This package contains more than @MYCHART@MAXENCS@ visits. Please use the Date Range tab to select fewer visits if you wish to download.",DownloadMaxEncounterErrorForDateRange:"This package contains more than @MYCHART@MAXENCS@ visits. Please select fewer visits if you wish to download.",DownloadPackageName:"HealthSummary_@MYCHART@REQUESTDATE@",DownloadPreTextAll:"\n\t\t\t\tRequest all your visit records.\n\t\t\t",DownloadPreTextDateRange:"Request your visit records from @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@.",DownloadPreTextLucy:"Request your Lucy Summary.",DownloadPreTextSingle:"Request the record of your visit on @MYCHART@VISITDATE@.",DownloadTabTextLucy:"Lucy Summary",DownloadTabTextVisits:"Summary Package",DownloadTitleAll:"Download My Record",DownloadTitleDateRange:"Download My Record",DownloadTitleHeader:"Download My Record",DownloadTitleSingle:"Download My Record",EmailAddressDescription:"\n\t\t\t\tIf you do not have a Direct address, you can send the information to any email address. Because email is insecure, if you send your health information via email, parties other than your intended recipient may have access to your health information.\n\t\t\t",EmailAddressLabel:"Email address:",EmailAddressSubHeader:"Send to an Email Address",ErrorLabelText:"Error: ",exception:"Unable to load data at this time.",FindAProviderSearchSectionPretext:"To find providers at other organizations, enter in as much information as you can. Our own doctors are not in this directory as they already have access to your chart. Note that by searching here, you are finding and sending to providers that participate in the Direct Project.",FindAProviderSearchSectionTitle:"Find a Provider",FindAProviderSelectSectionPretext:"Select the provider to whom you would like to send your summary. Note that by searching here, you are finding and sending to providers that participate in the Direct Project.",FindAProviderSelectSectionTitle:"Select Provider",FirstNameFieldLabel:"First name:",FirstPageAnchorTitle:"First Page",FromText:"From:",GenericAccessLucySummaryText:"You can still access your Lucy Summary document.",HaveAddressLinkText:'You may also want to <a class="link clickable" href="javascript:;" data-id="linkToManualEntry">send to a different Direct address or an email address.<\/a>',HaveDirectAddressLinkText:'You may also want to <a class="link clickable" href="javascript:;" data-id="linkToManualEntry">send to a different Direct address.<\/a>',HaveEmailAddressLinkText:'You may also want to <a class="link clickable" href="javascript:;" data-id="linkToManualEntry">send to an email address.<\/a>',HealthSummaryPDFFilename:"! My Health Summary",HospitalVisitDescription:"Hospital Visit",HospitalVisitImgAltText:"This visit was a hospital visit",HospitalVisitText:"Hospital Visit",LastNameFieldLabel:"Last name:",LastPageAnchorTitle:"Last Page",LoadDataError:"<p>Unable to load data at this time.<p>",LoadingImgAltText:"loading",LoadMoreProvidersPrompt:"Load more providers",LucyDescription:"",LucyRecordText:"Current Health Summary",LucyRecordTitle:"Current Health Summary",LucySummaryButton:"Lucy summary",LucySummaryButtonDescription:"Select your Lucy summary",LucySummaryDescriptionText:"<p>It is a portable copy of your allergies, medications, current health issues, procedures, test results, and immunizations from @MYCHART@APPTITLE@. You can put your Lucy record on a USB drive and take it with you to share with your other healthcare providers.<\/p>",LucySummaryDescriptionTitle:"What is your Lucy Summary?",LucySummaryImgAltText:"Your current health summary",MultiRecordSummaryText:"Health Summary",MultiVisitImgAltText:"Your summary over time",NextPageAnchorTitle:"Next Page",NoProtectionPreText:"Conveniently share your health information with anyone, including your family and your healthcare provider.",NoProviderFoundErrorText:"No results were found. The provider you searched for may not be in our directory. Enter a new search or use the link below to use an address.",NoVisitDescription:"No visit description available.",NoVisitsFound:"No visits within date range.",OkayButtonText:"Okay",PageNumberAnchorTitle:"Page @MYCHART@PAGENUMBER@",PaginationTitle:"Pagination",PasswordProtectLegend:"Password protect your download",PasswordVerify:"Retype password:",PastAppointmentSummary:"List of past appointments:",PreviewAllVisitsText:"All visits",PreviewButton:"View",PreviewDateRangeText:"@MYCHART@STARTDATE@ - @MYCHART@ENDDATE@",PreviewIFrameTitle:"Preview your documents",PreviewPopupTitleMulti:"View My Record",PreviewPopupTitleSingle:"View My Record",PreviewSpecificVisitsHeaderText:"Specific Visit Information",PreviewSummariesHeaderText:"Overall Health Summaries",PreviousPageAnchorTitle:"Previous Page",ProtectedHealthRecordSub:"with Password Protection",ProtectionPreText:"Safeguard your health information with a password. This will provide a higher level of security, and you may need to find and use other software to access your record.",ReadMeFilename:"",RequiredFieldHelpText:"This field is required.",SearchButton:"Search",SendButton:"Send",SendFailText:"Something went wrong and your request was not sent.",SendPopupHeader:"Send My Record",SendPopupTitle:"Message Status",SendSuccessText:"We have attempted to send your health summary package. Please call to verify your recipient has received it.",SendVisitSummaryConfirmationLabel:"Please confirm you wish to send your visit summary to:",SidebarPreferencesLinkText:"Visit the Other Preferences page.",SidebarPreferencesText:"Looking to change settings on this page?",SingleVisitButton:"Single visit",SingleVisitButtonDescription:"Select an individual visit",SpecialtiesContactCardHeader:"Specialties:",SpecialtyFieldLabel:"Specialty:",StateFieldLabel:"State:",Title:"Visit Records",ToText:"To:",TransmitMaxEncounterErrorForAllVisits:"This package contains more than @MYCHART@MAXENCSTRANSMIT@ visits. Please use the Date Range tab to select fewer visits if you wish to send them.",TransmitMaxEncounterErrorForDateRange:"This package contains more than @MYCHART@MAXENCSTRANSMIT@ visits. Please select fewer visits if you wish to send them.",VisitDescription:"@MYCHART@VISITTYPE@",VisitDescriptionWithProvider:"@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@",VisitInformationColumnName:"Visit Information",VisitRecordsPretext:"Select the visits you'd like to view or download. You can select a single visit or multiple visits using the options below.",VisitSelectorColumnName:"Visit Selection",WaitText:"This download may take a few minutes.",WhatsThisDirectAddress:"Direct Address",WhatsThisDirectAddressContents:"<p>If your provider is participating in the Direct Project, they may be able to give you their Direct address.<\/p>",YourVisitPreText:"Specific visit information"});$$WP.Strings.getNamespace("documents.esignatures").addStrings({AcceptSignatureButton:"Accept",AutoGeneratedSignature:"Auto-generate",cancelbutton:"Cancel",cancelbuttontt:"Cancel submission",cancelsigbutton:"Close",CancelSignatureButton:"Cancel",clearbutton:"Clear",clearformbutton:"Clear form",clearformbuttontt:"Clear form",ClearSignatureButton:"Clear",continuebutton:"Continue",continuebuttontt:"Submit document",CtSInactiveGhost:"Click to Sign",CtSInactiveGhostReq:"Click to Sign (Required)",CtSInactiveGhostTch:"Tap to Sign",CtSInactiveGhostTchReq:"Tap to Sign (Required)",CtSSignedNameAlt:"Electronically signed for @MYCHART@ESIGNNAME@",CtSSignedNameTSAlt:"Electronically signed for @MYCHART@ESIGNNAME@ at @MYCHART@TIMESTAMP@",CtSTSAlt:"Electronically signed at @MYCHART@TIMESTAMP@",CtSUnsignedAlt:"Click here to generate signature for @MYCHART@ESIGNNAME@",CtSUnsignedReqAlt:"Click here to generate required signature for @MYCHART@ESIGNNAME@.",CtSUnsignedReqTchAlt:"Tap here to generate required signature for @MYCHART@ESIGNNAME@.",CtSUnsignedTchAlt:"Tap here to generate signature @MYCHART@ESIGNNAME@",documentErrorTitle:"Warning!",documentloaderror:"There was an error loading the document. Please try again later.",documentsaveerror:"There was an error saving the document. Please try again later.",DrawToSignText:"Draw to sign",invalidpassworderror:"There was an error with your password, please try again.",justdeferred:"Will Review at Clinic",justdeferredtext:"Will Review Later",justsigned:"Signed on @MYCHART@DATESIGNED@ at @MYCHART@TIMESIGNED@",justsignednodate:"Signed",justsignednotime:"Signed on @MYCHART@DATESIGNED@",listreviewbutton:"Review",listreviewbuttontt:"Review signed document",listsignbutton:"Review and sign",listsignbuttontt:"Review and sign document",listsignlaterbutton:"Review at clinic",listviewdocumentbutton:"View document",loggingouterror:"There were too many failed attempts. You will now be logged out.",nodocstext:"You have already addressed all required documents.",okaybutton:"Okay",OverlayPromptAcknowledgeButtonText:"OK",passwordlabel:"Password:",popuptitletext:"Alert",posttext:"",posttextAdmission:"",pretext:"Please review and address the following documents. There may be additional documents to sign at the clinic.",pretextAdmission:"Please review and address the following documents. There may be additional documents to sign at the hospital.",pretextforvideovisit:"Please review and address the following documents.",PrintButtonAltText:"Print this page in a printer-friendly format",SaveForFutureUse:"Save for future use",SavingDocument:"Saving",SigDsblNoDvcAlt:"Cannot capture signatures, no signature capture devices have been configured for use",SigDsblTypeAlt:"This signature field is for the @MYCHART@SIGTYPE@",SigMissingReqData:"Signature cannot be captured until all the required fields are collected",signedbefore:"Previously Signed on @MYCHART@DATESIGNED@ at @MYCHART@TIMESIGNED@",signedbeforenodate:"Previously Signed",signedbeforenotime:"Previously Signed on @MYCHART@DATESIGNED@",signlaterbutton:"Review later",signlaterbuttontt:"Review document later",signwithpassword:"To submit this document, please enter your @MYCHART@APPTITLE@ password.",SigROUnsignedAlt:"Unsigned @MYCHART@SIGTYPE@ signature field",SoSInactiveGhost:"Draw to Sign",SoSInactiveGhostReq:"Draw to Sign (Required)",SoSSignedAlt:"Electronically signed",SoSSignedNameAlt:"Electronically signed by @MYCHART@ESIGNNAME@",SoSSignedNameTSAlt:"Electronically signed by @MYCHART@ESIGNNAME@ at @MYCHART@TIMESTAMP@",SoSSignedTSAlt:"Electronically signed at @MYCHART@TIMESTAMP@",SoSUnsignedAlt:"Capture @MYCHART@SIGTYPE@ signature by signing on the screen with your mouse",SoSUnsignedReqAlt:"Capture required @MYCHART@SIGTYPE@ signature by signing on the screen with your mouse.",SoSUnsignedReqTchAlt:"Capture requied @MYCHART@SIGTYPE@ signature by signing on the screen.",SoSUnsignedTchAlt:"Capture @MYCHART@SIGTYPE@ signature by signing on the screen",TBAcceptAlt:"Accept this signature",TBAcceptDsblAlt:"No signature to accept",TBAcceptedAlt:"Signature accepted",TBAcceptNextAlt:"Accept this signature and go to the next field",TBClearAlt:"Clear this signature",TBClearDsblAlt:"No signature to clear",TBCloseAlt:"Stop capturing this signature",TBEnlargeAlt:"Enlarge this signature field",TBNextAlt:"Go to the next signature field",TBShrinkAlt:"Shrink this signature field",Title:"ESignature",unsigned:"Not Signed Yet"});$$WP.Strings.getNamespace("documents.landingpage").addStrings({LegalRecordListDescription:"",LegalRecordListDescription_1:"Legal Information",LegalRecordListDescription_2:"Coordination of Care",LegalRecordListDescription_3:"Government Reporting",LegalRecordListDescription_4:"Worker's Comp Information",LegalRecordListDescription_5:"Accounting Disclosure",LegalRecordListDescription_6:"Visit and Health Summaries",LegalRecordListDescription_SummaryDescription:"Download records you specifically requested, such as:",MyDocumentsDescription:"",MyDocumentsDescription_SummaryDescription:"View, download, and print documents you have on file.",MyDocumentsTitle:"My Documents",PickOrganization:"Which organization would you like to download your summary from?",RequestedRecordsTitle:"Requested Records",Title:"Document Center",VisitRecordsTitle:"Visit Records",VisitTypeDescription:"",VisitTypeDescription_2:"Medications",VisitTypeDescription_3:"Allergies",VisitTypeDescription_4:"Immunizations",VisitTypeDescription_5:"Plan of Care",VisitTypeDescription_SummaryDescription:"Download visit summaries that include details such as:",WhichRecordPretext:"You can view, download, or request a copy of your health record. Choose an option by clicking on one of the boxes.",WhosAccessedMyRecordDescription:"View your login history and view when your proxies (if applicable) have logged in to your record.",WhosAccessedMyRecordTitle:"Who's Accessed My Record?"});$$WP.Strings.getNamespace("documents.released").addStrings({actionLabel:"Action",allVisitsDescription:"All visit records",availableUntilDate:"@MYCHART@AVAILABLERELEASESTATUS@ until @MYCHART@RELEASEEXPIRYDATE@ @MYCHART@RELEASEEXPIRYTIME@ @MYCHART@RELEASEEXPIRYTIMEZONE@",BackToDocumentCenter:"Back to Document Center",BackToVisitsRecords:"Back to Visit Records",boldRowScreenReaderText:"New Record",cancelButtonText:"Cancel",continueButtonText:"Continue download",dateRangeDescription:"Visit records from @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@",documentTableDateHeader:"Date Requested",documentTableDescriptionHeader:"Description",documentTableEmptyPostText:'If you want to request a record, please <a href="@MYCHART@emptyTextMedicalRecordRequestUrl@">send us a customer service request<\/a>.',documentTableEmptyPreText:"<strong>You have no requested records to display.<\/strong>",documentTableStatusHeader:"Status",downloadableStatusString:"Expires @MYCHART@EXPIRATIONDATE@",downloadArrowIconHelpText:"Download Arrow Icon",downloadButtonDisabledTitle:"Please wait for the download to finish...",downloadButtonText:"Download",downloadPopUpFileSizeInfo:"This download may take a long time, depending on your internet connection. Please wait for your browser to finish the download before you leave the computer.",downloadPopUpPasswordInfo:"This record is password protected. Please click on the Show Password button on the Requested Records page to view the password.",downloadPopUpText:"You are about to download",downloadPopUpTitle:"Download Record",downloadPromptTitle:"Download Prompt",encryptionImageTitle:"This record is password protected.",errorPageText:'<span id="downloadErrorMessage" class="alert">There is an error while downloading the record. Please try again later.<\/span>',errorTextLoadingDocument:"There was an error loading your requested records.",expiredStatusString:"Expired @MYCHART@EXPIRATIONDATE@",failedStatusString:"Document failed to generate.",lightboxHelpText:"A new window called Download Record has appeared. Click here to close this popup.",lucyDescription:"Health summary as of @MYCHART@REQUESTEDDATE@",maxBrowserRequestsText:'<span id="maxDownloadMessage" class="alert">Too many downloads are in progress. Please wait for a download to finish.<\/span>',noAvailableDocumentText:"You have no requested records to download.",noPastDocumentsToDisplay:"You have no past requested records.",noRecentDocumentsToDisplay:"You have no recently requested records.",notProtectedScreenReader:"Not Protected.",olderDocumentsHeader:"Past Documents",passwordHelpText:"Password to open your document.",passwordIconHelpText:"Password Protected Document",passwordKeyIconHelpText:"Password Key Icon",passwordLockIconHelpText:"Password Lock Icon",passwordMessageBoxTitle:"Your Download is Password Protected",passwordTextMessageBox:"Your password is <strong>@MYCHART@ROIPASSOWRD@<\/strong>. You will need this password to open the file you downloaded. You may also need to use other software (for example, 7-ZIP) to unzip your download.",passwordTextMessageBoxError:"There was an error retrieving your password for this document.",passwordTextMessageBoxForVDT:"When you requested this document, you entered a password. Use that password to open your downloaded. You may also need to use other software (for example, 7-ZIP) to unzip your download.",passwordTitle:"Password to open the record.",pastDocumentsCount:"(@MYCHART@NUMBEROFPASTDOCUMENTS@)",pastDocumentsHeader:"Past Documents",pendingStatusString:"Your download is being prepared...",Posttext:"",Pretext:'This is where your requested medical records appear for download. <br>\r\nTo request a copy of your record, please complete and submit a  <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=showform&formname=CustSvcMedicalRecordRequest">Health Information Request<\/a>',protectedLabel:"Protected",recentDocumentsHeader:"Recently Requested Documents",refreshText:'<a href="javascript:window.location.reload();">Refresh this page<\/a> to check if your download is ready.',requestDateString:"Requested @MYCHART@REQUESTEDDATE@",revokedStatusString:"Removed",ROIPackageName:"Requested Record",showPasswordButtonText:"Show password",singleVisitDescription:"Visit record from @MYCHART@ENCOUNTERDATE@",statusChangedOn:"@MYCHART@RELEASESTATUS@ on @MYCHART@STATUSCHANGEDONDATE@",takeAwhileText:"Taking a while? We'll notify you when your download is ready.",takeAwhileTextNotificationSettings:'Taking a while? You can <a href="@MYCHART@NOTIFICATIONPAGE@">set up notifications<\/a> when "New Requested Medical Documents" are available for download.',Title:"Requested Records",unboldRowScreenReaderText:"Already Downloaded Record"});$$WP.Strings.getNamespace("echeckin").addStrings({AllergiesSubwayTitle:"Allergies",ESignSubwayTitle:"Sign Documents",FilteredStopHeader:"Go on ahead!",FilteredStopText:"Based on the information you've provided, you don't need to complete this step now. You may have to complete additional steps when you arrive for your appointment.",HealthIssuesSubwayTitle:"Health Issues",InpatientTitle:"@MYCHART@BrandECheckIn@",InpatientTitleNoMnemonic:"eCheck-In",InsurancePreText:"",InsuranceSubwayTitle:"Insurance",MedicationsSubwayTitle:"Medications",NextQuestionnaireButtonText:"Next questionnaire",NextQuestionnaireButtonTitle:"Continue to next questionnaire",PaymentsSubwayTitle:"Payments",PersonalInfoPreText:"",PersonalInformationStopTitle:"Verify Your Personal Information",PersonalInformationStopTitleDependent:"Verify @MYCHART@PATIENT@'s Information",PersonalInformationSubwayTitle:"Personal Info",PostText:"",PreText:"",QuestionnairesSubwayTitle:"Questionnaires",Title:"@MYCHART@BrandECheckIn@",TitleNoMnemonic:"eCheck-In",TravelHistorySubwayTitle:"Travel History"});$$WP.Strings.getNamespace("embeddedschedule").addStrings({CaptchaContinueButton:"Continue",CookiesNotEnabledButtonLabel:"View available times",CookiesNotEnabledError:"Please @MYCHART@COOKIESNOTENABLEDLINK@ to view available times.",CookiesNotEnabledErrorLinkText:"enable cookies",CookiesNotEnabledPreText:"",DetailsStepHeader:"Is this correct?",DOBVerificationPrompt:"To confirm you know @MYCHART@PATIENTFIRSTNAME@, enter their date of birth",schedDaysNoData:"<span>Sorry, we couldn't find any open appointments.<\/span>",Title:"Schedule an Appointment"});$$WP.Strings.getNamespace("epic.patientengagement.claims.claimslist").addStrings({claimCoverageText:"Coverage:",claimDetailsText:"View claim details",claimExplanation:"A claim is a request for payment that you or your doctor submits to your health insurance when you receive care. Your insurance responds with an Explanation of Benefits (EOB). The EOB is not a bill. Your doctor will send you a bill for your share after insurance has paid.",claimExplanationTitle:"What is a claim?",claimLocationText:"Location:",claimNumberText:"Claim #:",claimsBeingProcessedText:"This claim was recently submitted and is being processed.",claimSpecialtyText:"Specialty:",coverageDetailsBackText:"Back to the coverage list",customerServiceEobRequestText:"Request Explanation of Benefits",customerServiceLinkScreenreader:"Contact customer service for your claim from @MYCHART@CUSTSVCCLAIMDATE@ for @MYCHART@CUSTSVCCLAIMMEMBER@ with @MYCHART@CUSTSVCCLAIMPROVIDER@",customerServiceRequestText:"Contact customer service",eobTitleText:"Explanation of Benefits",explanationOfBenefitsText:"View Explanation of Benefits",loadMoreClaims:"Load more claims",newExplanationOfBenefitsText:"View new Explanation of Benefits",noClaims:"There are no claims to display.",oldestClaimDate:"Oldest Claim loaded from @MYCHART@LASTLOADEDCLAIMDATE@",posttext:"",pretext:"",previousPage:"Back to the previous page",processedText:"Processed",processingText:"Processing",requestEobLinkScreenreader:"Request an explanation of benefits for your claim from @MYCHART@REQUESTEOBCLAIMDATE@ for @MYCHART@REQUESTEOBCLAIMMEMBER@ with @MYCHART@REQUESTEOBCLAIMPROVIDER@",Title:"Claims List",viewEobLinkScreenreader:"View your explanation of benefits for your claim from @MYCHART@VIEWEOBCLAIMDATE@ for @MYCHART@VIEWEOBCLAIMMEMBER@ with @MYCHART@VIEWEOBCLAIMPROVIDER@",viewNewEobLinkScreenreader:"View your new explanation of benefits for your claim from @MYCHART@VIEWNEWEOBCLAIMDATE@ for @MYCHART@VIEWNEWEOBCLAIMMEMBER@ with @MYCHART@VIEWNEWEOBCLAIMPROVIDER@",visitedText:"@MYCHART@CLAIMMEMBER@ with @MYCHART@CLAIMPROVIDER@",yourShareText:"Your Share"});$$WP.Strings.getNamespace("epic.patientengagement.claims.coveragedetails").addStrings({backToCoverageDetailsText:"Back to the Coverage List",backToCoverageDetailsTitle:"Back",benefitInformationText:"Benefit Information",claimsPosttext:"",claimsPretext:"",claimsText:"Claims",coverageTitle:"Coverage",eligibilityText:"Eligibility",memberTitle:"Member",referralsText:"Referrals",Title:"Coverage Details"});$$WP.Strings.getNamespace("epic.patientengagement.claims.filters").addStrings({applyFilters:"Apply Filters",dateFilter:"Date",filterOnAll:"All",filterOnNone:"None",filterPromptText:"Filter on:",fromDatePromptText:"From:",memberFilter:"Member",providerFilter:"Provider",Title:"Filters",toDatePromptText:"To:"});$$WP.Strings.getNamespace("epic.patientengagement.insurance.hra").addStrings({account:"Account",accountHistoryHeader:"Account History",accountPoolHeaderSplit:"Account Pool",backToCoverageDetailsText:"Back to coverage details",backToCoverageDetailsTitle:"Navigate back to coverage details",benefitsPeriodExplanation:"This is the period of time for which current HRA funds are available.  At the end of the period, current HRA funds will be removed and new funds will be deposited into the account.",benefitsPeriodHeader:"Benefits Period",coveredServicesExplanation:"Not all services may be covered by your HRA. See your HRA plan details for more information.",coveredServicesHeader:"Covered Costs",currentPeriod:"Current year",familyPoolExplanation:"This is the total amount available in the account. Each individual on the account spends from this pool, which contributes to their individual usage. When a member submits a claim, the HRA will cover a percentage of the out of pocket costs. The rate may change based on how much the member has already spent.",familyPoolHeader:"Account Pool - Yearly Deposit: @MYCHART@YEARLYDEPOSIT@",hraAdjustment:"HRA Adjustment",individualBucketsExplanation:"Any reimbursements covered by the HRA will contribute to your individual usage.  You will continue to be reimbursed until either you reach your individual limit or the account pool runs out.  After that, you will no longer be reimbursed for any costs.  ",individualBucketsHeader:"Individual Usage",individualRemainingDisclaimer:"This value is limited by the remaining amount in the account.  If other members are reimbursed by the HRA, it is possible this member's remaining amount will decrease along with the amount remaining in the account.",periodRange:"@MYCHART@PERIODSTARTDATE@ - @MYCHART@PERIODENDDATE@",previousPeriod:"Previous year",prorationExplanation:"Proration is enabled for this HRA plan.  Proration is when HRA funding is adjusted proportionally depending on when the coverage began. For example, if the HRA plan started halfway through the year, only half the yearly amount would be deposited.",prorationHeader:"Proration",reimbursementRateExplanation:"The percentage of HRA-eligible expenses which will be paid from this account.  This rate may vary based on submitted expenses and the plan may only cover up to a certain amount at this rate.  See your HRA plan details for more information.",reimbursementRateHeader:"Current Reimbursement Rate",relatedLinksHeader:"Related Links",remaining:"Remaining",rolloverExplanation:"Rollover is enabled for this HRA plan.  Remaining unspent funds from this account may roll over to the next period.",rolloverHeader:"Rollover",serviceDate:"Service Date",tableAvailableHeader:"Available",tableBalanceChangeHeader:"Change in HRA Balance",tableClaimsDisclaimer:"Additional details on this claim are not available.",tableDateHeader:"Date",tableFamilyHeader:"Family",tableLessInformationAltText:"Click for less information on this transaction.",tableMemberHeader:"Member",tableMoreInformationAltText:"Click for more information on this transaction.",tableSourceHeader:"Source",Title:"HRA Details",used:" used",viewAdditionalMembers:"Enabled.  Click to view additional members.",viewAdditionalMembersDisabled:"Disabled.  No more additional members.",viewClaimsText:"View claims",viewClaimsTitle:"View your claims",viewPreviousMembers:"Enabled.  Click to view previous members.",viewPreviousMembersDisabled:"Disabled.  No more previous members.",yearlyDepositSplit:"Yearly Deposit: @MYCHART@MOBILEYEARLYDEPOSIT@"});$$WP.Strings.getNamespace("epic.patientengagement.insurance.premiumbillingdetails").addStrings({premiumBillingInvoiceTitleText:"Premium Invoice",Title:"Pay My Premium"});$$WP.Strings.getNamespace("epic.patientengagement.paperless.eob").addStrings({BackButtonLabel:"Back to the claims list",CancelButton:"Cancel paperless EOBs",CancelButtonTooltip:"Discontinue paperless EOBs",CancelConfirmPostText:"If you need to make changes to your notification settings, you can do so on the Communications page.",CancelConfirmPreText:"You will begin to receive paper EOBs in the mail.",CancelDeclineButton:"Never mind",CancelDeclineButtonTooltip:"Continue paperless EOBs",CancelHeader:"Cancel Paperless EOBs",CancelPreText:"Are you sure you want to cancel paperless EOBs? After cancelling paperless EOBs, you will begin receiving paper explanation of benefits documents in the mail again.",paperlessEdit:"If you would like to receive paper explanation of benefits documents, you may @MYCHART@CANCELLINK@.",paperlessEditLink:"cancel paperless EOBs",paperlessErrorDetail:"We were unable to update your paperless settings. Please try again later.",paperlessErrorHeader:"An error occurred",paperlessSignUp:"Save time while you save paper! Sign up for paperless explanation of benefits documents.",paperlessSignUpAlt:"Sign up for paperless explanation of benefits documents.",SignUpAcknowledgeLabel:"I understand that I will no longer receive explanation of benefits documents in the mail.",SignUpButton:"Sign me up",SignUpButtonTooltip:"Sign up for paperless EOBs",SignUpConfirmPostText:"If you need to make changes to your notification settings, you can do so on the Communications page.",SignUpConfirmPreText:"Thank you for signing up for paperless EOBs! You will no longer receive explanation of benefits documents in the mail.",SignUpDeclineButton:"No thanks",SignUpDeclineButtonTooltip:"Don't sign up now",SignUpEmailLabel:"Email",SignUpGetEmailLabel:"Receive email notifications",SignUpGetMobileLabel:"Receive text notifications",SignUpHeader:"Sign Up for Paperless EOBs",SignUpMobileLabel:"Mobile Phone",SignUpPreText:"Make managing your explanation of benefits documents easy and help the environment by going paperless.",Title:""});$$WP.Strings.getNamespace("epic.patientengagement.paperless.generic").addStrings({homepageBackButtonLabel:"Back to the home page",Title:""});$$WP.Strings.getNamespace("epic.patientengagement.paperless.invoice").addStrings({BackButtonLabel:"Back to Premium Billing Summary",CancelButton:"Cancel paperless invoices",CancelButtonTooltip:"Discontinue paperless invoices",CancelConfirmPostText:"If you need to make changes to your notification settings, you can do so on the Communications page.",CancelConfirmPreText:"You will begin to receive paper invoices in the mail.",CancelDeclineButton:"Never mind",CancelDeclineButtonTooltip:"Continue paperless invoices",CancelHeader:"Cancel Paperless Invoices",CancelPreText:"Are you sure you want to cancel paperless invoices? After cancelling paperless invoices, you will begin receiving paper invoices in the mail again.",paperlessEdit:"If you would like to receive paper invoices, you may @MYCHART@CANCELLINK@.",paperlessEditLink:"cancel paperless invoices",paperlessErrorDetail:"We were unable to update your paperless settings. Please try again later.",paperlessErrorHeader:"An error occurred",paperlessSignUp:"Save time while you save paper! Sign up for paperless invoices.",paperlessSignUpAlt:"Sign up for paperless invoices.",SignUpAcknowledgeLabel:"I understand that I will no longer receive premium billing invoices in the mail.",SignUpButton:"Sign me up",SignUpButtonTooltip:"Sign up for paperless invoices",SignUpConfirmPostText:"If you need to make changes to your notification settings, you can do so on the Communications page.",SignUpConfirmPreText:"Thank you for signing up for paperless invoices! You will no longer receive premium billing invoices in the mail.",SignUpDeclineButton:"No thanks",SignUpDeclineButtonTooltip:"Don't sign up now",SignUpEmailLabel:"Email",SignUpGetEmailLabel:"Receive email notifications",SignUpGetMobileLabel:"Receive text notifications",SignUpHeader:"Sign Up for Paperless Invoices",SignUpMobileLabel:"Mobile Phone",SignUpPreText:"Make managing your premium billing invoices easy and help the environment by going paperless.",Title:""});$$WP.Strings.getNamespace("estimates.getestimatedetails").addStrings({addInsuranceBtn:"Add insurance",additionalInformationHeader:"Additional Information",alertAuthorizationRequired:"Prior authorization is required for one or more services included on this estimate. The cost of your care may change if you do not have approval from your health plan.",alertEstimateReplaced:"This estimate is being revised and may not be up to date.",alertOtherEstimateRevision:"This estimate was revised on @MYCHART@ESTIMATEREVISIONDATE@.",alertOutOfNetwork:"This service may be considered out of network by your insurance provider.",alertSelfPayManBen:"We couldn't confirm your benefits with your insurance provider. Please enter them below.",alertSelfPayNoBen:"We couldn't confirm your benefits with your insurance provider. This estimate shows what you would pay without insurance.",alertUpdatedBenefitInfo:"This estimate was revised on @MYCHART@BENEFITSREVISIONDATE@ due to updated benefit information we received from your insurance provider.",alertUpdatedCoverageInfo:"This estimate was revised on @MYCHART@COVERAGEREVISIONDATE@ due to updated coverage information.",alertUpdatedPlannedProcedures:"This estimate was revised on @MYCHART@PROCEDUREREVISIONDATE@ due to updates to the procedures planned for your visit.",anyLocationText:"Choose this option if you don't know which location you will go to for this service.",anyLocationTitle:"Any location",anyProviderText:"Choose this option if you don't know which provider you would like to perform this service.",anyProviderTitle:"Any provider",apptInfoHiddenTitle:"Service Info",apptInfoTitle:"Visit Info",apptIsHiddenDept:"This service is at @MYCHART@APPTDEPARTMENT3@.",apptIsHiddenProvider:"This service is with @MYCHART@APPTPROVIDER3@.",apptIsHiddenProviderDept:"This service is with @MYCHART@APPTPROVIDER4@ at @MYCHART@APPTDEPARTMENT4@.",apptIsScheduled:"This service is scheduled.",apptIsScheduledDept:"This service is scheduled at @MYCHART@APPTDEPARTMENT1@.",apptIsScheduledProvider:"This service is scheduled with @MYCHART@APPTPROVIDER1@.",apptIsScheduledProviderDept:"This service is scheduled with @MYCHART@APPTPROVIDER2@ at @MYCHART@APPTDEPARTMENT2@.",averageLocationPrices:"Average prices across all locations will be used.",averageProviderPrices:"Average prices across all providers will be used.",backToEstimates:"Back to Estimates",backToServices:"Select a different service",badgeringText:"This is a draft and hasn't been saved. Add more information below to get a more personalized estimate. When you're finished, click Save.",badgeringTextUpdate:"Add more information below to get a more personalized estimate.",basicEstimateHeader:"Estimate Summary",basicEstimateReference:"Reference #@MYCHART@BASICREFERENCENUMBER@",benChanged:"This estimate may no longer be correct due to recent changes in your insurance or our organization's pricing. Please review the estimate letter for more details.",benDescCoins:"After your yearly deductible has been met, your coinsurance is the percentage of the charges that you pay alongside the payments that your insurance makes for a particular service.",benDescCopay:"Your copay is a flat amount that you pay any time that you use your insurance for a particular service, once your yearly deductible has already been met.",benDescDed:"Your deductible is the amount that you pay towards a service before your insurance begins to contribute.",benDescMoop:"Your maximum out-of-pocket is the most your insurance will ask you to pay towards covered services in a given plan year.",benDontHave:"N/A",benEnterCoverageLevel:"Please enter at least one benefit to proceed.",benEnteredManually:"Benefits Entered",benGeneralValueError:"Please enter a valid amount.",benNotApplicableCoins:"I don't have a coinsurance",benNotApplicableCopay:"I don't have a copay",benNotApplicableDed:"I don't have a deductible",benNotApplicableMoop:"I don't have a max out-of-pocket",benPromptCoins:"If you have a coinsurance, enter the percentage that you pay.",benPromptCopay:"If you have a copay, enter the amount.",benPromptDed:"If you have a remaining deductible, enter the amount that remains for this year.",benPromptMoop:"If you have a maximum out-of-pocket, enter the amount that remains for this year.",benSpecificValueError:"Please enter a valid amount for the highlighted benefits.",benTextIconCoins:"%",benTextIconCopay:"$",benTextIconDed:"$",benTextIconMoop:"$",benTitleCoins:"Coinsurance",benTitleCopay:"Copay",benTitleDed:"Remaining Deductible",benTitleMoop:"Maximum Out-of-Pocket",cantDelete:"The estimate could not be deleted at the moment. Please try again later.",cantSave:"The estimate could not be saved at the moment. Please try again later.",changeInsurance:"Change insurance",chevronAlt:"Toggle this section.",confirmDiscardEstimate:"Are you sure you want to delete this estimate? Any information you have entered will be lost.",confirmDontSaveEstimate:"Are you sure you don't want to save your estimate? Any information you have entered will be lost.",confirmDontSaveEstimateDontSave:"Leave without saving",confirmDontSaveEstimateReturn:"Return to Estimate",confirmDontSaveTitle:"You have unsaved changes",cvgInfoNotUpToDate:'<span>If your insurance information is out of date, please contact us at @MYCHART@CSPHONENUMBER2@ to update it, or <a href="@MYCHART@CVGUPDLINK@" title="Request to update your coverage">request to update your insurance online<\/a>.<\/span>',cvgInfoNotUpToDateNoContact:"If your insurance information is out of date, please contact us at @MYCHART@CSPHONENUMBER3@ to update it.",defaultTapestryTopDisclaimer:"An estimate is not a quote or guarantee.",detailRowValNotAvailable:"Not Available",discardBtn:"Delete",discountBreakdown:"<span>Hospital fees discount: @MYCHART@DISCAMOUNTHB@ (@MYCHART@DISCPERCENTHB@%) <BR /> Physician fees discount: @MYCHART@DISCAMOUNTPB@ (@MYCHART@DISCPERCENTPB@%)<\/span>",discountTitle:"Discount (@MYCHART@DISCPERCENT@%)",discountTitleNoPercent:"Discount",docDescUnsigned:"@MYCHART@DOCDESC@ (Unsigned)",dontSaveEstimate:"Don't save",emailAddress:"Email Address",emailDesc:"Want to save this for your records? Print this page or send yourself an email summary!",emailErrorGeneral:"We were not able to send an email. Please print this page for your records.",emailErrorInput:"Please enter a valid email address and try again.",emailSent:"Email sent successfully.",encounterCompleteAlt:"This estimate was completed on the following date:",estimateCreate:"Created @MYCHART@ESTCREATED@.",estimateCreateExpireDay:"Valid for 1 day.",estimateCreateExpireDays:"Valid for @MYCHART@ESTEXPIRESDAYS@ days.",estimateCreateServiceArea:"Created @MYCHART@ESTCREATED2@ with @MYCHART@SERVICEAREA@.",estimateCreateTapestry:"Created @MYCHART@ESTCREATED3@ with your health plan.",estimateDetailsBreakdownTitle:"Details",estimateExcludes:"This estimate does not include:",estimateExcludesInline:"This Estimate Does Not Include:",estimateFailedContactUsBtn:"Contact us",estimateFailedContactUsBtn2:"Customer service request",estimateFailedCustomerServicePrompt:"Alternatively, you may send a message to customer service online by initiating a customer service request.",estimateFailedDefaultText:"We couldn't create an estimate with the information you provided. Please call us at @MYCHART@CSPHONENUMBER@ for further assistance. ",estimateIncludes:"This estimate includes:",estimateIncludesInline:"This Estimate Includes:",estPrepayDueTitle:"Due at Check-In",faDiscountText:"A discount based on a financial assistance program for which you are eligible.",faDiscountTitle:"Financial Assistance Discount",failedAlt:"We couldn't create an estimate with the information you provided.",feeGraphDescIns:"This graph shows the price range for patients with similar insurance.",feeGraphDescSP:"This graph shows the price range for patients without insurance.",freeEstimateIns:"We estimate no out-of-pocket cost for this service. This may be due to your insurance fully covering the cost of this service, or because we have incomplete benefit information. If you're unsure of your benefits, we recommend double-checking with your insurance provider.",freeEstimateNoIns:"We estimate no out-of-pocket cost for this service, but there may be other charges based on the exact procedures performed.",genericBenefitsTitle:"Benefits",graphHigh:"High",graphHover:"",graphLow:"Low",graphMedium:"Estimated Fees",guestimateDescription:"This is an estimate for services at @MYCHART@SANAME@. If you would like to schedule an appointment, or request more information, please call customer service at @MYCHART@CSPHONE@.",hospitalFeesHover:"Hospital Fees are the total fees charged by the hospital during the service. This may include charges for your room, medical supplies, etc.",hospitalFeesTitle:"Hospital Fees",infoAlertAlt:"Informational Alert",insInfoGroupNumText:"The group number for your insurance policy.",insInfoGroupNumTitle:"Group Number",insInfoMemberNumText:"The member number for your insurance policy.",insInfoMemberNumTitle:"Member Number",insInfoOnFile:"We have the following information on file:",insInfoSubscriberNumText:"The subscriber number for your insurance policy.",insInfoSubscriberNumTitle:"Subscriber Number",insInfoSubscriberText:"The name of the subscriber to this coverage, as it appears on your insurance card - this is not necessarily your own name.",insInfoSubscriberTitle:"Subscriber Name",insInfoUseThisInsBtn:"Use this insurance",insInfoYourInsText:"The company providing your insurance coverage, as listed on your health insurance card.",insInfoYourInsTitle:"Your Insurance",insuranceCoversTitle:"Insurance Covers",insurancePaymentHover:"The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance.",insurancePaymentHoverAllowed:"The portion of the total fees your insurance covers.",insurancePaymentHoverAllowedMulti:"The portion of the total fees your insurance covers. This amount reflects the contribution of your primary insurance, @MYCHART@PRIMARYPAYORALLOWED@, but does not include contributions that your other coverages may make to the final cost of this service.",insurancePaymentHoverMulti:"The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance. This amount reflects the contribution of your primary insurance, @MYCHART@PRIMARYPAYOR@, but does not include contributions that your other coverages may make to the final cost of this service.",insurancePaymentHoverMultiPayer:"The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance.",insurancePaymentHoverMultiTapestry:"The portion of the total fees your insurance pays. This includes any negotiated discount between health care providers and your insurance. This amount reflects the contribution of your primary insurance, @MYCHART@PRIMARYPAYORTAPESTRY@, but does not include contributions that your other coverages may make to the final cost of this service.",insurancePaymentHoverPayer:"The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance.",insurancePaymentHoverTapestry:"The portion of the total fees your insurance pays. This includes any negotiated discount between health care providers and your insurance.",insuranceSectionPrompt:"Confirm your insurance details.",insuranceSectionPromptKnownPayor:"Confirm your @MYCHART@ESSPAYOR@ insurance details.",insuranceSectionPromptKnownPayorManual:"Enter your @MYCHART@ESSPAYOR2@ insurance details.",insuranceSectionPromptPayerAdjudication:"",insuranceSectionSelfPayTitleNoInsurance:"No insurance (self-pay)",insuranceSectionSelfPayTitleWithInsurance:"Not using insurance (@MYCHART@POTENTIALPAYOR@)",insuranceSectionTitle:"Coverage Information",lineHoverCoins:"Your share of the costs of a covered health care service, calculated as a percentage of the amount charged to your insurance for the service. You pay coinsurance after you've met your deductible.",lineHoverCoinsNoPercent:"Your share of the costs of a covered health care service, calculated based on the amount charged to your insurance for the service. You pay coinsurance after you've met your deductible. Your health insurance plan pays the rest.",lineHoverCopay:"A fixed amount you pay for a covered health care service. Your overall copay is @MYCHART@COPAYAMT@.",lineHoverDeductible:"The amount you owe for covered health care services before your health insurance plan begins to pay. Some plans pay for certain health care services before you've met your deductible. Your deductible usually resets every plan year.",lineHoverDeductibleWithRemain:"The amount you owe for covered health care services before your health insurance plan begins to pay. Some plans pay for certain health care services before you've met your deductible. Your deductible will usually reset every calendar or plan year. After this service, your remaining deductible will be @MYCHART@REMDEDUCTIBLEAMT@.",lineHoverFeesNotCovered:"The charges that your insurance does not cover.",lineHoverMoop:"As of today, your insurance will not ask you to pay more than this amount for certain covered services for the current plan year. After this service, you will not be asked to pay for certain covered services until the next plan year.",lineOverrideCoins:"@MYCHART@COINSAMT@% Coinsurance",lineTitleCoins:"Coinsurance",lineTitleCopay:"Copay",lineTitleDeductible:"Deductible",lineTitleFeesNotCovered:"Fees Not Covered",lineTitleMoop:"Maximum Out-of-Pocket",lineTitleYourEstimatedPayment:"Your Estimated Payment",loadingUpdatingEstimate:"Updating your estimate...",locationSectionTitle:"Service Location",manualBenefitsText:"Please enter your benefits. These may be found on your member card or other material provided by your insurance provider. If you can't find this information, you can contact your insurance provider or call our customer service department at @MYCHART@CSPHONENUMBERMANBEN@.",manualBenefitsTextAlreadyHaveSome:"Update or verify your benefit information below. You may wish to compare this information with your member card or other material from your insurance provider. If you can't find this information, you can contact your insurance provider or call our customer service department at @MYCHART@CSPHONENUMBERMANBEN2@. You may update the information below if it is incomplete in order to get a more accurate estimate.",multiCvgWarning:"You have other insurance coverages that may pay towards this service. Only payments from your primary insurance, @MYCHART@PRIMARYINS@, will be shown here. Your other insurance coverages include:<\/text>",multiCvgWarning2:"You have other insurance coverages that might pay towards this service. Only payments from your primary insurance, @MYCHART@PRIMARYINS2@, will be included in the estimate. Your other insurance coverages include:<\/text>",multiCvgWarningPayer:"You have other insurance coverages that might pay towards this service. These include:<\/text>",needMoreText:"We need more information before we can give an estimate. Please continue to fill in your choices below.",nextSpecificBenefit:"Next",overallBenefitsText:"If you have benefits that aren't specific to a certain type of service, enter them here. They might be called Health Benefit Plan Coverage in the information provided by your insurance provider.",overallBenefitsTitle:"Overall Benefits",overallBenefitsWeblink:'<span>You may be able to find more information at your <a href="@MYCHART@PAYORWEBSITE@" target="_blank" title="Your insurance\'s website">insurance provider\'s website<\/a>.<\/span>',physicianFeesHover:"Physician Fees are the total fees charged by the doctors and clinical staff during the service.",physicianFeesTitle:"Physician Fees",pleaseAcknowledge:"Please acknowledge the disclaimer by checking the box above.",pleaseFillInBEN:"Please enter your benefits in the fields above before continuing.",pleaseFillInBENNotJustMoop:"We can't calculate an estimate knowing just your maximum-out-of-pocket. Please enter additional benefit information, or click \"Don't Use Insurance\".",prepayPaidTitle:"Prepay paid.",previousSpecificBenefit:"Previous",priceFailure:"We were unable to calculate a price for some parts of this estimate. The actual price may be higher.",priceFailureNoProviders:"We are not able to calculate physician fees for this location. This estimate is showing hospital fees only.",priceFailureSelectLocation:"Please select a location to increase the accuracy of this estimate. Not all prices are available without a location selected.",providerNotAvailable:"Not Available",providerNotAvailableDetails:"We are not able to calculate physician fees for this location. This estimate is showing hospital fees only.",providerSectionTitle:"Provider",realTitle:"Estimate for @MYCHART@TEMPLATENAME@",referenceNumber:"Reference #@MYCHART@REFNUMBER@",refNumForError:"Your reference number is @MYCHART@REFNUM2@.",residualDiscountText:"A discount on the remaining fees after insurance pays.",residualDiscountTextwithFA:"A discount on the remaining fees after insurance pays. This also includes your approved financial assistance.",rteLoaderText:"Please wait while we confirm your insurance with @MYCHART@YOURINSURANCEPROVIDER@.",rteLoaderTitle:"Verifying your insurance...",saveBtn:"Save",scheduledCanceled:"The visit for this service was canceled.",scheduledComplete:"The visit for this service is complete.",scheduledForDateAlt:"This service is scheduled for the following date:",scheduledForTimeAlt:"This service is scheduled for the following time:",scheduledInfoAlt:"Additional info about this scheduled estimate:",scheduledInPast:"The visit for this service is scheduled for a date in the past.",scheduledTBD:"TBD",selectAnotherServiceHelptext:"Go back and get an estimate for a different service. We will reuse any insurance information you previously provided.",selfPayForbidInsuranceText:"This estimate shows what you would pay out-of-pocket for this service. This service is not typically covered by insurance.",selfPayText:"This estimate shows what you would pay out-of-pocket without insurance.",sendEmail:"Send email",serAboutMe:"Read more",serviceWithoutProviderAndDepartment:"This service has no associated provider or department.",sidebarCSContactText:"If you need any help or have questions about your estimate, please contact our customer service department at @MYCHART@SIDEBARCSPHONENUM@.",sidebarCSContactTitle:"Questions?",sidebarCSTapestryContactText:"If you need any help or have questions about your estimate, please contact our customer service department.",sidebarCSTapestryContactTextLink:' If you need any help or have questions about your estimate, please <a href="@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc">contact customer service.<\/a> ',sidebarCSTapestryContactTitle:"Questions?",sidebarFinishButton:"Start over",sidebarFinishTitle:"Need an estimate for a different patient?",sidebarInsuranceTitle:"Your Insurance",sidebarLocationsTitle:"Locations",sidebarLocationTitle:"Location",sidebarPriceTitle:"Your Estimated Portion",sidebarProvidersTitle:"Providers",sidebarProviderTitle:"Provider",skipButtonAlt:"Click to skip waiting for your insurance to be verified.",skipButtonText:"Skip and enter manually",specificBenefitsText:"This estimate involves the following service types, which might have different benefits under your insurance coverage. Check to see if you have benefits specific to any of these service types.",specificBenefitsTitle:"Specific Benefits",startOverHelptext:"Start over from the beginning and get a new estimate. This will clear out any information you have provided.",statusIconAlt:"This section is not completed.",statusIconCompleteAlt:"This section is complete.",subtotalDesc:"The subtotal for your payment amount before discounts are applied.",subtotalTitle:"Subtotal",svcTypeGeneral:"General Services",svcTypeLnCoinsHover:"Coinsurance paid for @MYCHART@SVCTYPENAME@.",svcTypeLnCoinsTag:"@MYCHART@SVCTYPENAME@ (@MYCHART@SVCTYPECOINS@%)",svcTypeLnCopayHover:"Copay for @MYCHART@SVCTYPENAME@.",svcTypeLnCopayTag:"@MYCHART@SVCTYPENAME@",svcTypeLnDeductibleHover:"Deductible paid for @MYCHART@SVCTYPENAME@. After this, your @MYCHART@SVCTYPENAME@ deductible will be @MYCHART@SVCTYPEDEDUCTIBLE@.",svcTypeLnDeductibleTag:"@MYCHART@SVCTYPENAME@",svcTypeLnMoopHover:"Maximum out-of-pocket for @MYCHART@SVCTYPENAME@.",svcTypeLnMoopTag:"@MYCHART@SVCTYPENAME@",svcTypeLnTaxHover:"Charges for @MYCHART@SVCTYPENAME@.",svcTypeLnTaxTag:"@MYCHART@SVCTYPENAME@",taxDesc:"Additional surcharge that applies to this service.",taxTitle:"Surcharge",termsOfService:"I acknowledge that this is just an estimate of what I would pay and does not represent a guarantee. The actual price I pay may be higher or lower than this estimate.",termsOfServiceAccepted:"Accepted on @MYCHART@DATEACCEPTED@",termsOfServiceCheckbox:"Yes, I accept",termsOfServiceHeader:"Disclaimer",Title:"Estimate Details",totalFees:"Total Fees",totalHoverIns:"The amount estimated to be billed to your insurance.",totalHoverInsAllowed:"The estimated price of the service, which includes the negotiated discount between us and your insurance.",totalHoverSP:"The estimated price of the service before any discounts are applied.",totalHoverSPSimple:"The estimated price of the service including self-pay discounts.",uninsuredDiscountText:"A discount on total fees for patients paying out-of-pocket.",uninsuredDiscountTextwithFA:"A discount on total fees for patients paying out-of-pocket. This also includes your approved financial assistance.",updateBtn:"Update",useInsuranceBtn:"Use my insurance",useTheseBenefits:"Use these benefits",viewApptBtnText:"View visit",viewApptBtnTitle:"There is a visit scheduled for this service. You may view the visit details for this service online.",viewApptPrepayBtnText:"Pay prepay",viewApptPrepayBtnTitle:"There is a prepay amount due for this visit. You may pay the prepay for the visit online. Otherwise, you will need to pay when you check in.",viewDetailsLink:"View estimate details",viewDocumentBtn:"View document",viewDocumentBtnTitle:"View the document corresponding to this estimate.",viewDocumentText:"This estimate has an associated document that may contain additional details.",viewDocumentTitle:"View Your Document",viewLetterBtn:"View letter",viewLetterBtnTitle:"View the letter corresponding to this estimate.",viewLetterText:"This estimate has an associated letter that may contain additional details.",viewLetterTitle:"View Your Letter",warningAlertAlt:"Warning Alert",withoutInsuranceBtn:"Don't use insurance",youPayDesc:"The portion of the total fees you would be responsible for.",YouPaySimpleHBDscnt:"Includes hospital fees and discounts",YouPaySimplePBDscnt:"Includes physician fees and discounts",youPayTitle:"You Pay",yourEstimateBreakdownSelfpayTitle:"You Pay",yourEstimateBreakdownTitle:"You Pay"});$$WP.Strings.getNamespace("estimates.getestimateservices").addStrings({backButtonToDisclaimer:"Back to disclaimer",backButtonToEstimates:"Back to saved estimates",backButtonToHome:"Back to home page",backButtonToLocations:"Back to locations",backButtonToSASelection:"Back to organizations",categoriesListOther:"Other categories: ",categoriesListPlural:"Categories: ",categoriesListSingle:"Category: ",categoryResultsMsg:'@MYCHART@NUMRESULTSCAT@ results for category "@MYCHART@RESULTSCATNAME@"',categoryResultsMsgSingle:'1 result for category "@MYCHART@RESULTSCATNAMESINGLE@"',categoryTab:"Categories",categoryTabAlt:"View Services by Category",commonService:"Common Service",commonServicesCategory:"Common Services",commonServicesDesc:"Get an estimate for our most frequently performed services and procedures.",commonServicesTab:"Common Services",commonServicesTabAlt:"View Common Services",currentServiceArea:"Currently viewing services for @MYCHART@SANAME@.",loadingEstimate:"Loading...",noResultsText:"We didn't find any services matching your search. Try searching for a different keyword or browsing the categories tab.",noResultsTitle:"No results",patientEstimates:"Patient Estimates",resultsAll:"@MYCHART@NUMRESULTSALL@ results",sbCategoryText:"Click on a category to see the list of services available in that category.",sbCategoryTitle:"Browse by Category",sbSearchingText:'<ul><li>Enter a keyword or name. For example, "knee replacement"<\/li><li>Search by category. For example, "knee"<\/li><li>Search by CPT&reg; code. CPT&reg; codes are how procedures are categorized and are the same across all healthcare providers.<\/li><\/ul>',sbSearchingTitle:"Searching for a Service",searchbarGhostText:"Search by keyword or CPT&reg; code",searchBtnText:"Search",searchResults:"Search Results",searchResultsMsg:'@MYCHART@NUMRESULTSSEARCH@ results for "@MYCHART@RESULTSSEARCHQUERY@"',searchResultsMsgSingle:'1 result for "@MYCHART@RESULTSSEARCHQUERYSINGLE@"',searchTab:"Search Results",searchTabAll:"Showing All",searchTabAlt:"View Service Search Results",signInButton:"Sign in",signInHeader:"Have a @MYCHART@APPTITLE@ account?",signInMessage:"Save time by signing in and using your insurance information on file.",termsOfService:"I acknowledge that this is just an estimate of what I would pay and does not represent a guarantee. The actual price I pay may be higher or lower than this estimate.",termsOfServiceButton:"Accept and continue",termsOfServiceHeader:"Disclaimer",Title:"What service would you like?"});$$WP.Strings.getNamespace("estimates.selectinsurance").addStrings({chooseInsType:"Choose your type of insurance",chooseInsuranceHeader:"Choose your insurance",continueButton:"Continue",continueButtonHelptext:"Continue with your estimate",continueNoIns:"Continue without insurance",dontHaveInfo:"Click here if you don't have this information available.",dontSeeInsurance:"I don't see my insurance",enterInsuranceDetails:"Enter your insurance details",goBack:"Go back",insDetailHelptext:"Please provide information about your insurance. If you need further assistance, contact us at @MYCHART@CSNUMBER3@. ",insTypeDesc:"Although your exact insurance information couldn’t be verified, you can get a more general estimate by selecting the type of insurance that best fits your situation. Please keep in mind that the estimate may be less accurate in this case.",noInsurance:"No insurance",noInsuranceHelptext:"@MYCHART@SPLINKTAG@Skip this step<\/a> if you do not have insurance or would like to get an estimate without using insurance.",otherInsurance:"Other insurance",otherPayorHelptext:"Select your insurance provider from the list below. If your insurance provider is not listed, contact us at @MYCHART@CSNUMBER2@ for assistance with your estimate.",rteFailHeader:"Unable to verify insurance",rteFailMsg:"Unfortunately, we were not able to verify your insurance with the information provided. Please call @MYCHART@CSNUMBER@ for further assistance, or select your insurance type below.",rteFailMsgNoCat:"Unfortunately, we were not able to verify your insurance with the information provided. Please call @MYCHART@CSNUMBER4@ for further assistance.",selectDifferentService:"Select a different service",selectInsurance:"Select your insurance",Title:"Patient Estimates"});$$WP.Strings.getNamespace("estimates.selectlocation").addStrings({backButtonToSASelection:"Back to organizations",backToEstimates:"Back to Estimates",backToEstimatesMobile:"Back",backToHome:"Back to the home page",guestimatesTitle:"Patient Estimates",SACustomerServiceText:"Customer service: @MYCHART@SAPHONENUM@",signInButton:"Sign in",signInHeader:"Have a @MYCHART@APPTITLE@ account?",signInMessage:"Save time by signing in and using your insurance information on file.",Title:"Which location would you like to visit for your procedure?"});$$WP.Strings.getNamespace("estimates.selectservicearea").addStrings({backToEstimates:"Back to Estimates",backToEstimatesMobile:"Back",backToHome:"Back to the home page",guestimatesTitle:"Patient Estimates",otherAreasText:"You may also choose from any of our other available organizations.",otherAreasTitle:"All organizations",recentAreasText:"You may be familiar with the following organizations.",recentAreasTitle:"Places you may have been seen",SACustomerServiceText:"Customer service: @MYCHART@SAPHONENUM@",signInButton:"Sign in",signInHeader:"Have a @MYCHART@APPTITLE@ account?",signInMessage:"Save time by signing in and using your insurance information on file.",Title:"Where do you want to have your procedure done?",whatIsAServiceAreaText:"An organization is a group of hospitals and clinics working together to provide clinical care. Health systems are divided into organizations for many reasons, like personalizing care on a regional basis, or making it easier to communicate with your local care team.",whatIsAServiceAreaTitle:"What is an organization?",whichToChooseText:"You should choose an organization that is convenient for you. Keep in mind that while the price of a service may vary between organizations, there are other aspects of your care that you should consider as well - if you decide to choose a location in a more distant organization, remember to account for travel expenses, ease of communicating with your care team, and potential follow-up visits when analyzing the overall cost of a procedure.",whichToChooseTitle:"Which should I choose?"});$$WP.Strings.getNamespace("estimates.startestimate").addStrings({additionalResources:"(@MYCHART@ADDITIONALRESOURCELENGTH@ more)",backPage:"Go back a page",billingCommLinkText:"billing communications page",cantDelete:"The estimate could not be deleted at the moment. Please try again later.",closeAlertTitle:"Dismiss alert.",confirmDeleteText:"Are you sure you want to delete the following estimate:",createEstimateTitle:"Create a new estimate",createNewEstimateBtnText:"Create a new estimate",deleteEstimateBtnText:"Delete",dentalText:"You can view your dental treatment estimate documents from the @MYCHART@BILLINGCOMMLINK@. ",dentalTitle:"Dental Treatment Estimates",docDescUnsigned:"@MYCHART@DOCDESC@ (Unsigned)",encounterCompleteAlt:"This visit is complete.",estimateCreate:"Created @MYCHART@ESTCREATED@",estimateCreateExpireDay:"Valid for 1 day",estimateCreateExpireDays:"Valid for @MYCHART@ESTEXPIRESDAYS@ days",estimateCreateServiceArea:"Created @MYCHART@ESTCREATED2@ with @MYCHART@SERVICEAREA@",estimateCreateTapestry:"Created @MYCHART@ESTCREATED3@ with your health plan",estimateCreateTapestryLogoText:"Health Plan",estimateReplaced:"This estimate is being revised and may not be up to date.",howAccurateText:"Prices may vary and an estimate is not a quote or guarantee. We try our best to give you an accurate estimate. However, many factors go into the final cost.",howAccurateTitle:"How accurate are estimates?",hyperspaceText:"These estimates have been confirmed or prepared for you by our staff. Select an estimate for more details.",hyperspaceTitle:"Finalized Estimates",loadMoreEstimates:"Load more estimates",locationAlt:"Location",nextPage:"Go forward a page",noResultsText:"You don't have any estimates right now.",providerAlt:"Provider",referenceNumberText:"Reference #",savedIntroText:"Are you wondering what a procedure will cost? Get an estimate for common procedures from one of our locations near you.",savedText:"These estimates have not been reviewed by our staff. Select an estimate for more details or to update it with new information.",savedTitle:"Your Saved Estimates",scheduledCanceled:"This visit was canceled",scheduledComplete:"Visit complete",scheduledForDateAlt:"This estimate is scheduled for the following date:",scheduledForTimeAlt:"This estimate is scheduled for the following time:",scheduledInfoAlt:"Additional info about this scheduled estimate:",scheduledInPast:"Scheduled for a date in the past",scheduledTBD:"TBD",selectPage:"Go to page",successSavedAlert:'<span class="bold">You have successfully saved your @MYCHART@SAVEDESTIMATENAME@ estimate for @MYCHART@SAVEDESTIMATEPRICE@.<\/span><br />If you have any questions, please <a href="@MYCHART@CSLINKSAVED@" title="Contact customer service">contact us online<\/a> or call us at @MYCHART@CSPHONESAVED@, referencing estimate number @MYCHART@ESTIDSAVED@.',successSavedAlertNoContact:'<span class="bold">You have successfully saved your @MYCHART@SAVEDESTIMATENAME3@ estimate for @MYCHART@SAVEDESTIMATEPRICE3@.<\/span>',successSavedAlertPhoneOnly:'<span class="bold">You have successfully saved your @MYCHART@SAVEDESTIMATENAME2@ estimate for @MYCHART@SAVEDESTIMATEPRICE2@.<\/span><br />If you have any questions, please call us at @MYCHART@CSPHONESAVED2@, referencing estimate number @MYCHART@ESTIDSAVED2@.',successSubmittedAlert:'You have successfully submitted your @MYCHART@SUBMITTEDESTIMATENAME@ estimate for @MYCHART@SUBMITTEDESTIMATEPRICE@.<br />If you have any questions, please <a href="@MYCHART@CSLINKSUBMITTED@" title="Contact customer service">contact us online<\/a> or call us at @MYCHART@CSPHONESUBMITTED@, referencing estimate number @MYCHART@ESTIDSUBMITTED@.',Title:"Estimates",upcomingText:"Select an estimate for more details.",upcomingTitle:"Estimates for Scheduled Services",viewApptBtnText:"View visit",viewApptBtnTitle:"There is a visit scheduled for this service. You may view the visit details for this service online.",viewApptPrepayBtnText:"Pay prepay",viewApptPrepayBtnTitle:"There is a prepay amount due for this visit. You may pay the prepay for the visit online. Otherwise, you will need to pay when you check in.",viewDocBtnText:"View document",viewDocBtnTitle:"View the document corresponding to this estimate.",viewLetterBtnText:"View letter",viewLetterBtnTitle:"View the letter corresponding to this estimate.",whatsAnEstimateText:"An estimate is the predicted amount you will pay for a medical service based on your insurance and what patients have been charged in the past.",whatsAnEstimateTitle:"What is an estimate?",yourPortionTitle:"(your estimated payment)"});$$WP.Strings.getNamespace("evisit").addStrings({AcceptTermsButton:"Accept",AllergiesSubwayTitle:"Allergies",AllOtherViewersButton:"All others with access to @MYCHART@PATIENT@ at this time",AltChiefComplaintSubwayTitle:"E-Visit Details",CancelButton:"Cancel E-Visit",CantDoEVisitText:"We are unable to process E-Visits from you at this time. Please contact your organization directly (@MYCHART@HELPDESKPHONE@) for any health issues. Thank you.",CardSaveFailure:"An error occurred and your card was not saved.",CardSaveSuccess:"Your credit card information was saved successfully.",ChangeReasonPopupCancelButtonTitle:"Cancel",ChangeReasonPopupProceedButtonTitle:"Change Reason for E-Visit",ChangeReasonPopupText:"Your questionnaire responses may be discarded. Would you like to continue?",ChangeReasonPopupTextWithUpload:"Your questionnaire responses and any uploaded files may be discarded. Would you like to continue?",ChangeReasonPopupTitle:"Confirm changing reason for E-Visit",ChiefComplaintSubwayTitle:"Reason",ChooseAPharmacy:"Choose a pharmacy",ChooseARecipient:"Choose a recipient",CloseButton:"Close E-Visit",CompletedStepsEdit:"Return to @MYCHART@STEPNAME@ and edit",CompletedStepsEditLabel:"Edit",CompletedStepsTitle:"Completed Steps",DeclineTermsButton:"Decline",DemographicsStepTitle:"Verify Your Personal Information",DemographicsSubwayTitle:"Personal Info",EditButton:"Edit",ErrorPaymentAltText:"Error: Payment failed.",ErrorPaymentPreauthorization:"Authorizing your credit card failed. Please try another card.",ErrorPaymentProcessing:'We encountered a problem while processing your payment. Your credit card has not been authorized. If you wish to try again, click <span class="bold">@MYCHART@SUBMITPAYMENTLABEL2@<\/span>, otherwise contact customer service.',EVisitDetailsForYou:"This is the reason selected for your E-Visit.",EVisitDetailsPatient:"This is the reason selected for @MYCHART@PATIENT@'s E-Visit.",EVisitDetailsPharmacy:"Prescriptions for this visit will be sent to your selected pharmacy.",EVisitDetailsViewers:"Messages relating to this E-Visit will be sent to these people.",EVisitReviewTitle:"E-Visit with @MYCHART@RECIPIENT@",EVisitSubmissionFailedText:"Oops! Sorry. Your request could not be carried out because of an error.",EVisitSubmissionText:"Thank you for submitting your E-Visit! You can expect a response within one business day. If you do not receive a response or your symptoms get worse, please call your clinic.",EVisitViewersHideIndividualYouAndAllOthers:"You and all others with access to @MYCHART@PATIENT@",EVisitViewersHideIndividualYouAndPatient:"You and @MYCHART@PATIENT@",EVisitViewersHideIndividualYouPatientAllOthers:"You, @MYCHART@PATIENT@, and all others with access to @MYCHART@PATIENT@",EVisitViewersHideIndiviualAllButPatient:"You and all others with proxy access to @MYCHART@PATIENT@",EVisitViewersTwoViewers:"@MYCHART@FIRSTVIEWER@ and @MYCHART@SECONDVIEWER@",EVisitViewersYou:"You",EVisitWorkflowDetail:'Please complete the following page and click <span class="bold">Next<\/span>. You may be asked to verify that we have accurate medical information on file for you. You will also be asked a series of questions about your health.',FreeTextPharmacyHelpText:"Please enter the name and address of the pharmacy",HealthIssuesSubwayTitle:"Health Issues",InsuranceStepTitle:"Verify Your Insurance",InsuranceSubwayTitle:"Insurance",listSeparator:", ",MedicationsSubwayTitle:"Medications",NoUploadedFiles:"You did not upload any files",OocInfo:"(Out through @MYCHART@PROVIDEROOCDATE@)",OtherPharmacyButton:"Other pharmacy",PaymentAmountLabel:"Maximum to charge",PaymentAuthCode:"Authorization code:",PaymentDate:"Date:",PaymentReviewText:'Your credit card was successfully authorized, <span class="bold emphasis">but has not been charged<\/span>. Your authorization code is @MYCHART@AUTHCODE@.',PaymentReviewTitle:"Payment Authorization",PaymentsSubwayTitle:"Payments",PaymentStepPretextDetails:"When you submit your credit card information, we'll put an authorization hold on your card for @MYCHART@MAXTOCHARGE2@. @MYCHART@PAYMENTSTEPDISCLAIMERSENTENCE@ Your card will not be charged for more than @MYCHART@MAXTOCHARGE2@. Depending on the care provided and your insurance, you may be billed for more later.",PaymentStepPretextDisclaimer:"You won’t be charged until our staff have completed your E-Visit.",PaymentStepPretextLast:"If our staff decide that you need a different type of visit to address your symptoms, you may not be charged for this E-Visit.",PaymentStepPretextMain:"You may be charged up to @MYCHART@MAXTOCHARGE@ for this E-Visit.",PaymentSuccessPretext:'Your credit card was successfully authorized, <span class="bold">but has not been charged<\/span>. Your credit card will be charged after a provider has reviewed your E-Visit. You will see a hold on your credit card until it has been charged.',PharmacySelectionHeader:"Where would you like any prescriptions to be sent?",PrintIncludesQuestionnaires:"Please feel free to print this page for your records. A copy of your questionnaire responses can be found in the Sent Messages section of the Message Center.",PrintSuggestionText:"Please feel free to print this page for your records.",ProxyMessage:"@MYCHART@WEBUSERLEGALNAME@ on behalf of @MYCHART@PATIENTLEGALNAME@",QuestionnairesReviewTitle:"Questionnaire Answers",QuestionnairesSubwayTitle:"Questionnaires",RecipientGeneralPCPIndicator:"-PCP-",RecipientSelectionHeader:"Who would you like to send this E-Visit to?",RequiredLegend:"Indicates a required field",ReviewPageHeader:"You're Almost Done!",ReviewPagePreText:'Please take a moment to confirm your information. Your E-visit <span class="bold">will not be submitted<\/span> until you click <span class="bold">Submit E-Visit<\/span>.',ReviewSubwayTitle:"Confirm",SubmitButton:"Submit E-Visit",SubmitPayment:"Authorize @MYCHART@PAYMENTAMOUNT@",SymptomSelectionDetail:"Please cancel this E-Visit and contact your clinic if none of these reasons match your symptoms.",SymptomSelectionHeader:"What brings you in today?",TermsAndConditionsEmergencyWarning:"For medical emergencies, call @MYCHART@EMERGENCYPHONE@ immediately.",TermsAndConditionsFinalEmphasisText:"If you have not received a response by then, please call our clinic at @MYCHART@HELPDESKPHONE@.",TermsAndConditionsHeader:"E-Visit Terms and Conditions",TermsAndConditionsPreauthDisclaimer:"If you do not complete the E-Visit, you will not be charged.",TermsAndConditionsSteps1:"1. Accept these Terms and Conditions",TermsAndConditionsSteps10:"",TermsAndConditionsSteps2:"2. Enter your payment information (if prompted)",TermsAndConditionsSteps3:"3. Select your reason for an E-Visit",TermsAndConditionsSteps4:"4. Verify personal and clinical information (if prompted)",TermsAndConditionsSteps5:"5. Answer questions about your symptoms",TermsAndConditionsSteps6:"6. Review your information and submit the E-Visit",TermsAndConditionsSteps7:"",TermsAndConditionsSteps8:"",TermsAndConditionsSteps9:"",TermsAndConditionsSymptom1:"Back Pain",TermsAndConditionsSymptom10:"Vaginal Discharge/Irritation",TermsAndConditionsSymptom2:"Cough and/or Cold Symptoms",TermsAndConditionsSymptom3:"Diarrhea",TermsAndConditionsSymptom4:"Fatigue",TermsAndConditionsSymptom5:"Headache",TermsAndConditionsSymptom6:"Heartburn",TermsAndConditionsSymptom7:"Red Eye",TermsAndConditionsSymptom8:"Sinus Problems",TermsAndConditionsSymptom9:"Urinary Problems",TermsAndConditionsTextSection1:"E-Visits are offered for your convenience and to save you time by providing care through @MYCHART@APPTITLE@.",TermsAndConditionsTextSection2:"An E-Visit can replace a clinic appointment or certain Urgent Care visits. You won't need to wait for an appointment or leave the comfort of your home.",TermsAndConditionsTextSection3:"E-Visits should be used only for non-urgent medical conditions, as it may take up to 2 days to receive a response. @MYCHART@URGENTWARNING@",TermsAndConditionsTextSection4:"",TermsAndConditionsTextSection5:"After accepting these terms and conditions, you may be asked for your credit card information. You will not be charged until our clinic staff respond to your E-Visit, but an authorization hold may be placed on your card. @MYCHART@PREAUTHDISCLAIMER@ If you are redirected to the clinic, you also may not be charged.",TermsAndConditionsTextSection6:"Depending on the steps presented and questions asked about your symptoms, it can take 10-20 minutes to complete your E-Visit request. You may be asked for your insurance details or medication lists. Please be prepared to fill in this information, as you cannot save your progress and finish later.",TermsAndConditionsTextSection7:"",TermsAndConditionsTextSection8:"You can expect a response from our staff in 1-2 days. @MYCHART@EMPHASISTEXT@",TermsAndConditionsTextSectionHeader1:"",TermsAndConditionsTextSectionHeader2:"Should I use E-Visits?",TermsAndConditionsTextSectionHeader3:"",TermsAndConditionsTextSectionHeader4:"",TermsAndConditionsTextSectionHeader5:"What to expect during an E-Visit:",TermsAndConditionsTextSectionHeader6:"",TermsAndConditionsTextSectionHeader7:"",TermsAndConditionsTextSectionHeader8:"",TermsAndConditionsUrgentWarning:"If you need urgent medical care, please contact your clinic by phone or find a nearby urgent care center.",Title:"E-Visit",UploadFilesSubwayTitle:"Upload",UploadInfoBubbleHeader:"Instructions:",UploadInfoSectionDescriptionText:"Please upload files relevant to your symptom.",UploadReviewTitle:"Uploaded Files",ViewerListHeader:"The following people will be able to view messages related to this E-Visit",ViewerSelectionHeader:"Who should be able to view messages related to this E-Visit?",ViewerSelfIndicator:"Myself (@MYCHART@WEBUSER@)"});$$WP.Strings.getNamespace("evisit.questionnaire").addStrings({Advance:"Next",Back:"Back",JumpToPreview:"Back to Answer Summary",Submit:"Next",SummaryPrompt:"Please review your responses.  You may select any question to modify an answer.",SummaryPromptScreenReader:"Please review your responses.  You may select any question to modify an answer.",Title:"E-Visit Questionnaire"});$$WP.Strings.getNamespace("financialassistance").addStrings({AccountSummaryText:"Billing Summary",ActiveCasesPosttext:"",ActiveCasesPretext:"",AlreadyAppliedContent:'Go to your @MYCHART@ACCOUNTSUMMARYLINK@ page, find the appropriate account, and click "View account details".',AlreadyAppliedHeader:"Would you like to request financial assistance for another patient?",ApplicationHistory:"Request History",ApplicationHistoryDescription:"This list includes your inactive Financial Assistance requests. Only cases from the past six months are shown. If you have questions about an older case, please contact customer service.",ApprovedTrackersList:"Currently Approved Programs",ApprovedTrackersPosttext:"",ApprovedTrackersPretext:"",BackToAccountDetails:"Back to account details",BackToAccountSummary:"Back to Billing Summary",BackToFASummary:"Back to Financial Assistance",CustomerServiceLink:"Contact customer service",DeniedTrackersList:"Ineligible Programs",DeniedTrackersPosttext:"",DeniedTrackersPretext:"",ExpiredTrackersList:"Recently Ended Programs",ExpiredTrackersPosttext:"",ExpiredTrackersPretext:"",FinancialAssistanceAlreadyApplied:"You already have a pending case for financial assistance on file. Please try again later.",FinancialAssistanceNoData:"You are unable to request financial assistance at this time.",FinancialAssistancePageDescription:"On this page you can view details and letters about your financial assistance requests.",InactiveCasesPosttext:"",InactiveCasesPretext:"",NoDataPosttext:"",NoDataPretext:"",PendingTrackersList:"Pending Cases",PendingTrackersPosttext:"",PendingTrackersPretext:"",Posttext:"",Pretext:"",RelatedLinks:"Related Links",SidebarNoDataPosttext:"",SidebarNoDataPretext:"",SidebarPosttext:"",SidebarPretext:"",StartApplication:"Request financial assistance",StartApplicationPosttext:"",StartApplicationPretext:"",Title:"Financial Assistance",ValueNotEntered:"Not entered"});$$WP.Strings.getNamespace("financialassistance.acknowledgement").addStrings({Comments:"Comments",Posttext:"",Pretext:"Your application has been submitted. One of our financial counselors will contact you if we need any additional information. You may print this page for your records.",PretextNoPrint:"Your application has been submitted. One of our financial counselors will contact you if we need any additional information.",ReferenceNumber:"Case #@MYCHART@REFERENCEID@",Title:""});$$WP.Strings.getNamespace("financialassistance.request").addStrings({DeleteButton:"Delete",EditButton:"Edit",ErrorButton:"Return to application",ErrorMessage:"An error occurred, and we were unable to submit your request for financial assistance.",ErrorTitle:"Unable to submit your request",FilteredPatientList:"Do you want to request financial assistance for another patient? Go to your @MYCHART@ACCOUNTSUMMARYLINK@ page, find the appropriate account, and click See Account Detail.",InvalidMultipleSteps:"Please check the following steps for missing required fields: @MYCHART@INVALIDSTEPSLIST@.",InvalidMultipleStepsDelimiter:", ",InvalidSingleStep:"Please check the @MYCHART@INVALIDSTEPNAME@ step for missing required fields.",Posttext:"",Pretext:"",ReceiptTitle:"Annual Summary",SaveButton:"Update",SidebarPosttext:"",SidebarPretext:"",Title:"Request Financial Assistance"});$$WP.Strings.getNamespace("financialassistance.request.assets").addStrings({AddButton:"Add asset",AmountPrompt:"Value of asset (in @MYCHART@CURRENCYCODE@)",AssetsTypes:"",Posttext:"",Pretext:"Include any assets your household has. If you do not know the exact value of an asset, provide your best guess.",StepName:"Assets",Title:"Your household's assets",TypePlaceholder:"Select asset...",TypePrompt:"Type of asset"});$$WP.Strings.getNamespace("financialassistance.request.documentupload").addStrings({AcceptButton:"Accept",AddDocumentHeader:"Add Documents",AddDocumentPosttext:"",AddDocumentPretext:"Add proof of incomes, expenses, assets, or any other documents, and we'll include them with your application.",AssetDocsHeader:"Proof of asset documents",AssetDocsPosttext:"",AssetDocsPretext:"Add any proof of asset documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",AttachmentsHeader:"Attachments",CancelButton:"Cancel",DiscardButton:"Discard",DocumentGroupers:"",DocumentGroupers_1:"Consent",DocumentGroupers_2:"Proof of Income",DocumentGroupers_3:"Proof of Expenses",DocumentGroupers_4:"Proof of Assets",DocumentGroupers_5:"Proof of Residency",DocumentGroupers_6:"Other",DocumentTypeIndicator:"( @MYCHART@DOCUMENTTYPE@ )",DocumentTypes:"",DocumentTypesLabel:"Document types: @MYCHART@DOCUMENTTYPESLIST@",ExpenseDocsHeader:"Proof of expense documents",ExpenseDocsPosttext:"",ExpenseDocsPretext:"Add any proof of expense documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",IncomeDocsHeader:"Proof of income documents",IncomeDocsPosttext:"",IncomeDocsPretext:"Add any proof of income documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",OtherDocsHeader:"@MYCHART@DOCUMENTGROUPER@ documents",OtherDocsPosttext:"",OtherDocsPretext:"Add any @MYCHART@DOCUMENTGROUPERLOWERCASE@ documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",PatientSelectionHeader:"Attach to all open cases for",PopupContainerTitle:"Add a Document for Case #@MYCHART@CASEID@",RejectedDocumentsHeader:"Rejected Documents",StepName:"Upload",Title:"",TypePlaceholder:"Select document type...",TypeSelectionHeader:"What type of document is this?",UploadCardHelpText:"@MYCHART@DOCUMENTTYPEHELPTEXT@",UploadCardHelpTextMultipleTypes:"Document types: @MYCHART@DOCUMENTTYPESLIST@",UploadCardHelpTextSingleType:"Document type: @MYCHART@DOCUMENTTYPESLIST@",UploadInfoBubbleHelpText:"The allowed file types are @MYCHART@ALLOWEDEXTENSIONS@. ",UploadInfoBubbleImageSizeHelpText:"The maximum file size is @MYCHART@ALLOWEDIMAGESIZE@ MB for images and documents. "});$$WP.Strings.getNamespace("financialassistance.request.expenses").addStrings({AddButton:"Add expense",AmountPrompt:"Expense amount (in @MYCHART@CURRENCYCODE@)",ExpensesFrequencies:"",ExpensesFrequencies_2:"Weekly",ExpensesFrequencies_3:"Biweekly",ExpensesFrequencies_4:"Monthly",ExpensesFrequencies_5:"Annually",ExpensesTypes:"",FrequencyPrompt:"How often do you pay?",ItemAmount:"@MYCHART@EXPENSEAMOUNT@ / @MYCHART@EXPENSEFREQUENCY@",Posttext:"",Pretext:"Include any recurring expenses your household has. For expenses which change from month to month, enter the average cost you budget for.",StepName:"Expenses",Title:"Your household's expenses",TypePlaceholder:"Select expense...",TypePrompt:"Type of expense"});$$WP.Strings.getNamespace("financialassistance.request.incomes").addStrings({AddButton:"Add income",AmountPrompt:"Income amount (in @MYCHART@CURRENCYCODE@)",FrequencyPrompt:"How often are you paid?",HoursPerWeekPrompt:"Hours per week",HouseholdSizeDecrement:"Decrease by one",HouseholdSizeDisplay:"People in household: @MYCHART@HOUSEHOLDSIZETEXT@",HouseholdSizeIncrement:"Increase by one",HouseholdSizePosttext:"",HouseholdSizePretext:"Include all the people who are in your household and for whom you are financially responsible. This may include yourself, your spouse, your children, or other people you typically claim as a dependent on your taxes.",HouseholdSizePrompt:"Household size",HouseholdSizeTitle:"How large is your household?",IncomesFrequencies:"",IncomesFrequencies_1:"Hourly",IncomesFrequencies_2:"Weekly",IncomesFrequencies_3:"Biweekly",IncomesFrequencies_4:"Monthly",IncomesFrequencies_5:"Annually",IncomesTypes:"",ItemAmount:"@MYCHART@INCOMEAMOUNT@ / @MYCHART@INCOMEFREQUENCY@",ItemAmountWithHours:"@MYCHART@INCOMEAMOUNT@ / @MYCHART@INCOMEFREQUENCY@ (@MYCHART@INCOMEHOURSPERWEEK@ hrs/week)",PatientNamesDisplay:"Patients: @MYCHART@PATIENTNAMESTEXT@",Posttext:"",Pretext:"Include any income earned by any member of your household, not just yourself or the patients whose bills you're requesting assistance for. Enter each income as the pre-tax dollar amount.",StepName:"Income",Title:"Your household's income",TypePlaceholder:"Select income...",TypePrompt:"Source of income"});$$WP.Strings.getNamespace("financialassistance.request.personalinfo").addStrings({DocUploadHelpText:"\n\t\t\t\tYou can upload documents such as proof of income as a part of this request. If you don't have all of your documents ready, \n\t\t\t\tyou will be able to submit the request and upload the documents later.\n\t\t\t",MissingPatientsContent:"That patient might have a case in progress or you might not be able to request financial assistance for them online. Please contact customer service if you have questions.",MissingPatientsHeader:"Not seeing someone you expect?",Posttext:"",Pretext:"You can request assistance for any bills you are financially responsible for.",StepName:"Personal Info",Title:"Whose bills do you need assistance paying?"});$$WP.Strings.getNamespace("financialassistance.request.review").addStrings({AdditionalInfoPosttext:"",AdditionalInfoPretext:"You may use this space to tell us about any other details relevant to your application.",AdditionalInfoPrompt:"Additional Info",AdditionalInfoTitle:"Anything else we should know?",Posttext:"",Pretext:"",ReviewDocumentTitle:"Uploaded Documents",ReviewRequest:"Requested on @MYCHART@REQUESTDATE@ on behalf of",ReviewSummaryTitle:"Financial Request Summary",StepName:"Review",Title:"Does this look right?"});$$WP.Strings.getNamespace("financialassistance.summary").addStrings({ApplicationInfoHeader:"Request Details",ApplyForFA:"You can @MYCHART@APPLYFORFALINK@ for other patients you are responsible for.",ApplyForFAText:"Request financial assistance",ApprovalLetter:"Approval letter for ",ApprovedStatusDescription:"Your request was approved for aid through this program. You will receive an approval letter with more details.",ApprovedTrackerLabelEndDate:"Approved until @MYCHART@PROGRAMEND@",ApprovedTrackerLabelStartAndEndDate:"Approved from @MYCHART@PROGRAMSTART@ to @MYCHART@PROGRAMEND@",ApprovedTrackerLabelStartDate:"Approved from @MYCHART@PROGRAMSTART@",CaseComplete:"Our staff is no longer reviewing this case. If you have questions please contact customer service.",CaseGuarantorAccount:"Guarantor Account #@MYCHART@GUARANTORACCOUNTID@",CaseInReviewStatusDescription:"Your request has been submitted and will be reviewed by our staff to match you with eligible programs. You will be notified of the final decision.",CasePending:"In review",CaseReferenceNumber:"Case #@MYCHART@CASEID@",CaseSubmitDate:"Submitted on @MYCHART@APPLICATIONDATE@",CollapseAllLettersScreenReaderText:"Collapse all (@MYCHART@NUMBEROFALLLETTERS@) letters",CollapseAllLettersText:"Collapse all (@MYCHART@NUMBEROFALLLETTERS@)",CommunicationsTab:"Communications",CommunicationsTabScreenReader:"Communications for Case #@MYCHART@CASEID2@",DenialLetter:"Denial letter for ",DeniedStatusDescription:"Your request does not qualify for aid through this program.",DetailsTab:"Details",DetailsTabScreenReader:"Details for Case #@MYCHART@CASEID4@",DocumentPending:"Under Review",DocumentRejected:"Rejected",DocumentsTab:"Documents",DocumentsTabScreenReader:"Documents for Case #@MYCHART@CASEID3@",DocumentVerified:"Verified",ErrorButton:"Return to case summary",ErrorTitle:"Policy document not found",FollowupLetter:"Next Steps for Your Request",HideCaseDetails:"Hide case details",LetterSectionHeader:"Communications",LetterTitle:"Letter",MultipleUnreadLettersText:"You have @MYCHART@NUMBEROFUNREADLETTERS@ unread letters. ",NoTrackersCompletedHeader:"Your application was reviewed, and there are no programs that are a match for this application.",NoTrackersHeader:"Your request has been submitted and will be reviewed by our staff to match you with eligible programs. You will be notified of the final decision.",NoUnreadLetterText:"You have no unread letters. ",OnlyOneUnreadLetterText:"You have @MYCHART@NUMBEROFUNREADLETTERS@ unread letter. ",OnlyTwoUnreadLettersText:"You have @MYCHART@NUMBEROFUNREADLETTERS@ unread letters. ",PendingStatusDescription:"We are reviewing whether your request qualifies for aid through this program.",PolicyDocTitle:"Program Policy",PolicyDocumentNotFound:"The chosen program doesn't have any policy documents.",Posttext:"",Pretext:"This list shows the people you have requested financial assistance for.",PrevApprovedTrackerLabelEndDate:"Previously approved until @MYCHART@PROGRAMEND@",PrevApprovedTrackerLabelStartAndEndDate:"Previously approved from @MYCHART@PROGRAMSTART@ to @MYCHART@PROGRAMEND@",PrevApprovedTrackerLabelStartDate:"Previously approved from @MYCHART@PROGRAMSTART@",PreviouslyApprovedStatusDescription:"Your request was approved in the past for this program, but the approval has expired.",ReadLetterScreenReaderText:"This letter has been read. @MYCHART@LETTERTITLEMNEM@ @MYCHART@PROGRAMNAME@. Sent on @MYCHART@LETTERDATE@",SentOnDate:"Sent on @MYCHART@LETTERDATE@",ShowAll:"Show all (@MYCHART@NUMBER@)",ShowAllLabel:"Show all @MYCHART@NUMBER@ @MYCHART@TABTYPE3@",ShowCaseDetails:"Show case details",ShowFewer:"Show fewer @MYCHART@TABTYPE@",ShowNone:"There are no @MYCHART@TABTYPE2@ for you to view at this time.",SidebarPosttext:"",SidebarPretext:"",TabTypeCommunications:"communications",TabTypeDocuments:"documents",Title:"Financial Assistance Summary",ToggleAllLettersScreenReaderText:"@MYCHART@TOGGLEALLLETTERS@ letters",ToggleCaseDetails:"@MYCHART@TOGGLECASEDETAILSTEXT@, toggle this section",TrackerApproved:"Approved",TrackerDenied:"Not eligible",TrackerExpired:"Previously approved",TrackerHeader:"Your application is being reviewed for the following programs:",TrackerHeaderForInactiveCase:"Your application was reviewed for the following programs:",TrackerName:"@MYCHART@PROGRAMNAME@",TrackerPending:"Pending",TrackerStatusNoEnd:"from @MYCHART@PROGRAMSTART@",TrackerStatusNoStart:"until @MYCHART@PROGRAMEND@",TrackerStatusWithStartEndDate:"@MYCHART@PROGRAMSTART@ to @MYCHART@PROGRAMEND@",UnreadLetterScreenReaderText:"This letter is unread. @MYCHART@LETTERTITLEMNEM@ @MYCHART@PROGRAMNAME@. Sent on @MYCHART@LETTERDATE@",ViewAllLettersText:"View all (@MYCHART@NUMBEROFALLLETTERS@)",ViewPolicyDocument:"View policy",ViewPolicyDocumentFull:"View policy for @MYCHART@PROGRAMNAME@"});$$WP.Strings.getNamespace("global").addStrings({AdminBannerAction:"END SESSION",AdminBannerActionTitle:"End Server Admin Elevation Session",AdminBannerText:"You are accessing MyChart with escalated permissions.",AdminPopupCancelButtonText:"Cancel",AdminPopupConfirmButtonText:"End Session",AdminPopupMessageText:"Are you sure you want to end the admin elevated session? Once this session is ended, you will need to elevate again.",AdminPopupTitleText:"End Admin Elevation",AjaxMessage:"Loading...",BlobServerError:"",BlobServerError_dcsbuild:"We are currently unable to receive your document. Please contact us if this problem persists.",BlobServerError_filemissing:"This file could not be opened or does not exist.",BlobServerError_filenum:"The number of files sent does not match the number of files expected.",BlobServerError_filesize:"This file exceeds the maximum size allowed for attachments.",BlobServerError_invalidextension:"This file does not have an allowed filename extension.",BlobServerError_noresponse:"Could not connect to the server to upload.",BlobServerError_store:"The file storage utility failed to store the attachment. If this problem persists, please contact the site administrator.",BlockedPopupCancelBtnTitle:"Cancel",BlockedPopupLaunchBtnTitle:"Launch",BlockedPopupMessageWithLink:"This action was blocked by your popup blocker. Would you like to open the link?",BlockedPopupTitle:"Popup blocked",DefaultAjaxErrorHandlerMessage:"We experienced a problem while communicating with the server.",DefaultAjaxErrorHandlerTitle:"Connection Problem",DefaultTheme:"Default Theme",Ellipsis:"...",ErrorLabelText:"Error: ",ExternalIconAlt:"This information is from another organization.",ExternalIconAltFull:"This information is from another organization. Screen readers: use read next line command to hear organization name.",FormSubmissionError:"There were problems in the form submission. Please check the form, correct any mistakes and resubmit it.",GenericLoadingMessage:"Loading...",GlobalLoadingIndicator:"Please wait while @MYCHART@UNLOADEDCOMPONENTS@ page components finish loading",HighContrastTheme:"High Contrast Theme",JsDisabledMessage:"Please enable JavaScript in your browser before using this site.",MessageBoxOK:"OK",MyChartByEpicAlt:"MyChart by Epic",MyChartLogoTitle:"@MYCHART@APPTITLE@ - Your secure online health connection",NewWindowNotification:"Link will open in a new browser window or tab.",NoDataText:"You have no data on file.",NonProdErrorMessage:"This is a non-production environment. If you are a patient, contact the system administrator immediately.",NonProdErrorMessageDismissTitle:"Close this warning.",PopupBackToPreviousPageButton:"Back to previous page",PopupHelpIconAlt:"See Instructions.",PopupHelpIconAltFull:"See Instructions. Screen readers: use read next line command to hear instructions.",PostCopyright:"",PreCopyright:"",RequiredFieldError:"This field is required.",UnsupportedBrowserAdminErrorMessage:"@MYCHART@APPTITLE@ no longer supports Internet Explorer. This window will be closed upon logout from this session, but you can open it again from Hyperspace.",UnsupportedBrowserErrorMessageDismissTitle:"Dismiss this warning.",UnsupportedBrowserErrorMessageWithLink:' @MYCHART@APPTITLE@ is ending support for Internet Explorer. For the best experience, please <a id="browser_link" tabindex="0" href="@MYCHART@ABSOLUTEURL@Home/UnsupportedBrowser">switch to a supported web browser.<\/a> ',UnsupportedCharsPopupConfirmButton:"OK",UnsupportedCharsPopupMessage:"Some of the text you've entered cannot be submitted. Unsupported characters have been removed from your text.",UnsupportedCharsPopupTitle:"Invalid Input",ViewMoreLabel:"View More",WidgetErrorMessage:"Error loading data..."});$$WP.Strings.getNamespace("guarantorverification").addStrings({correct:"Is all of the above information correct?",guarTitle:"Responsibility for Payment",no:"No",noguarantordata:"We do not currently have information on file as to who will pay for costs not covered by insurance.<br />You will have an opportunity to verify or update this at the clinic.",posttext:"",pretext:"We have this person on file to pay for costs not covered by insurance:",textonno:"You will have the opportunity to update this information when you arrive at the clinic. Please bring the correct information with you.",Title:"",yes:"Yes"});$$WP.Strings.getNamespace("home.browser").addStrings({BrowserSupportedMessage:'You can continue to use @MYCHART@APPTITLE@ with this browser. Log in <a href="@MYCHART@ABSOLUTEURL@Authentication/Login">here<\/a>',BrowserSupportedTitle:"This browser is supported",BrowserUnsupportedMessage:"To use @MYCHART@APPTITLE@, switch to a supported browser. Use the links below to learn more about other browsers and how you can download them.",BrowserUnsupportedReason:' Microsoft currently <a href="https://www.microsoft.com/edge"  >recommends updating from Internet Explorer to Microsoft Edge<\/a>. Accessing @MYCHART@APPTITLE@ through Microsoft Edge, or any of the supported browsers above, will provide a modern and secure connection to your health information.',BrowserUnsupportedTitle:"@MYCHART@APPTITLE@ is ending support for Internet Explorer",LoginLinkText:"here",NonIEBrowserUnsupportedMessage:'You\'re using a browser that is out of date and not supported.  To use @MYCHART@APPTITLE@, update your browser to the latest version or install a different browser.<br /><br />\n      <a href="https://whatbrowser.org" title="Find out how to upgrade your browser.">Learn more<\/a> about your browser and other alternatives.',NonIEBrowserUnsupportedTitle:"Please Update Your Browser",Title:"Browser"});$$WP.Strings.getNamespace("home.copyright").addStrings({MOPageTitle:"Legal",Title:"Copyright Notice"});$$WP.Strings.getNamespace("home.error").addStrings({FeatureUnavailableMessage:"We're sorry, the page you have requested is temporarily unavailable. Please try again later. We apologize for the inconvenience.<br /><br />Please contact your organization if you have any further questions.",FeatureUnavailableTitle:"Temporarily Unavailable",FeatureUnsupportedMessage:"The feature you are accessing is not currently enabled for this record.",FeatureUnsupportedTitle:"This Feature Is Not Enabled",GenericErrorMessage:"An error occurred while processing your request. You may need to re-log into @MYCHART@APPTITLE@.",GenericErrorTitle:"Oops! Something went wrong.",HyperspaceTimedOutMessage:"To protect the patient's privacy, the session has timed out. Please close the activity.",HyperspaceTimedOutTitle:"Session timed out",NotificationLinkNotRecognizedMessage:"If you have a text or email that brought you here, try opening it again. If that doesn't work, you can contact customer service at @MYCHART@HELPDESKPHONE@.",NotificationLinkNotRecognizedTitle:"We don't recognize this link.",OAuthRowTypeUnauthorizedMessage:"It looks like you may not have given @MYCHART@APPTITLE@ permission to sync all the necessary data types. You may need to unlink this account and try again, making sure to grant full permissions for all the types of data you want to share.",OAuthRowTypeUnauthorizedTitle:"Authorization Error",OAuthUpgradeFailMessage:"An error occurred while upgrading the link to your fitness tracker. You may need to unlink all types of data for this account and then try linking them again.",OAuthUpgradeFailTitle:"Link Upgrade Failed",PreLoginWorkFlowSessionActiveMessage:'You either have another @MYCHART@APPTITLE@ tab or activity open. If you want to continue with it, return to the original tab, or use your browser\'s back button. If you want to start a new session, click <a href="./Logout">here<\/a>',PreLoginWorkFlowSessionActiveTitle:"Another Session Is Open",ShortURLNonExistentMessage:'It looks like the link you visited has expired. If you were already within @MYCHART@APPTITLE@, use your browser\'s back button to return to the previous page. Otherwise, click <a href="./Logout">here<\/a> to return to the login screen.',ShortURLNonExistentTitle:"This link is no longer valid",Title:"Error"});$$WP.Strings.getNamespace("i18n.datesandtimes").addStrings({DayAbbreviationOverrides:"",DayAbbreviationOverrides_Friday:"",DayAbbreviationOverrides_Monday:"",DayAbbreviationOverrides_Saturday:"",DayAbbreviationOverrides_Sunday:"",DayAbbreviationOverrides_Thursday:"",DayAbbreviationOverrides_Tuesday:"",DayAbbreviationOverrides_Wednesday:"",DayNameOverrides:"",DayNameOverrides_Friday:"",DayNameOverrides_Monday:"",DayNameOverrides_Saturday:"",DayNameOverrides_Sunday:"",DayNameOverrides_Thursday:"",DayNameOverrides_Tuesday:"",DayNameOverrides_Wednesday:"",DayOfWeekSingleLetterAbbreviations:"",DayOfWeekSingleLetterAbbreviations_Friday:"F",DayOfWeekSingleLetterAbbreviations_Monday:"M",DayOfWeekSingleLetterAbbreviations_Saturday:"S",DayOfWeekSingleLetterAbbreviations_Sunday:"S",DayOfWeekSingleLetterAbbreviations_Thursday:"T",DayOfWeekSingleLetterAbbreviations_Tuesday:"T",DayOfWeekSingleLetterAbbreviations_Wednesday:"W",DisplayDateFormat:"mm/dd/yyyy",MonthAbbreviationOverrides:"",MonthAbbreviationOverrides_April:"",MonthAbbreviationOverrides_August:"",MonthAbbreviationOverrides_December:"",MonthAbbreviationOverrides_February:"",MonthAbbreviationOverrides_January:"",MonthAbbreviationOverrides_July:"",MonthAbbreviationOverrides_June:"",MonthAbbreviationOverrides_March:"",MonthAbbreviationOverrides_May:"",MonthAbbreviationOverrides_November:"",MonthAbbreviationOverrides_October:"",MonthAbbreviationOverrides_September:"",MonthNameOverrides:"",MonthNameOverrides_April:"",MonthNameOverrides_August:"",MonthNameOverrides_December:"",MonthNameOverrides_February:"",MonthNameOverrides_January:"",MonthNameOverrides_July:"",MonthNameOverrides_June:"",MonthNameOverrides_March:"",MonthNameOverrides_May:"",MonthNameOverrides_November:"",MonthNameOverrides_October:"",MonthNameOverrides_September:"",Title:"DatesAndTimes"});$$WP.Strings.getNamespace("i18n.numbers").addStrings({NumericDecimalFormatterOverride:"",NumericGroupSeparatorOverride:"",NumericRangeSeparatorOverride:"",Title:"Numbers"});$$WP.Strings.getNamespace("implants").addStrings({AreaLabel:"Implanted area:",CommentsLabel:"Comments:",ExpandLinkClose:"Hide additional details for @MYCHART@ImplantName@",ExpandLinkOpen:"View additional details for @MYCHART@ImplantName@",ExplantBadge:"Removed implant",ExplantDateLabel:"Removed on:",ExplantFacilityLabel:"Removed at:",ExplantNumberLabel:"Number removed:",ExplantProviderLabel:"Removed by:",ExternalIconAlt:"This information is from another organization.",ExternalImageLabel:"Implant is from another organization",ImplantDateLabel:"Implanted on:",ImplantDescriptionLabel:"Description:",ImplantFacilityLabel:"Implanted at:",ImplantNameLabel:"Implant name:",ImplantNumberLabel:"Number implanted:",ImplantProviderLabel:"Implanted by:",ImplantTypeLabel:"Implant type:",LateralityLabel:"Laterality:",LotLabel:"Lot number:",ManufactureDateLabel:"Manufactured on:",ManufacturerLabel:"Manufacturer:",ModelLabel:"Model number:",NoImplantsMessage:"You have no implants on file.",OosDateLabel:"Out of service date:",OrgNameLabel:"Information from",OrgUpToDate:"Up to date",Pretext:"",ShowLess:"Hide details",ShowMore:"Show details",StatusLabel:"Status:",Title:"Implants",UdiLabel:"Unique Device Identifier:",UnspecifiedGroupArea:"Unspecified"});$$WP.Strings.getNamespace("insurance").addStrings({ActiveCoveragesHeader:"Insurance on File",ActiveCoveragesPreText:"",AddBackCardTooltip:"Adds the back image of the insurance card.",AddCoverageButton:"Add a coverage",AddFrontCardTooltip:"Adds the front image of the insurance card.",AddInsuranceImagesHelpText:"Uploading images of your card now will help speed up the check-in process for your next visit.",AddInsuranceImagesHelpTextInfoBubble:"You may be asked for your insurance card next time you come in for a visit. Uploading images of your card now can help speed up the check-in process. The clinic may use the card images to help verify your insurance information.",AddInsuranceImagesHelpTextInfoBubbleHospital:"You may be asked for your insurance card next time you come in for a visit. Uploading images of your card now can help speed up the check-in process. The hospital may use the card images to help verify your insurance information.",BackButtonLabel:"Back",CancelButtonLabel:"Cancel",CardImagesTooltip:"Insurance card photos",CardPreviewNotAvailableText:"Preview not available.",ClickToDownloadPrintCardText:"Click to download or print insurance card.",ClickToViewCardText:"Click to view insurance card.",ContinueButtonLabel:"Continue",CoverageDetailsButtonLabel:"View coverage details",CoverageDetailsButtonTooltip:"View Details about your @MYCHART@COVERAGENAME@ coverage benefits",CoverageNotFoundErrorButtonLabel:"OK",CoverageNotFoundErrorPrompt:"Something went wrong.",CoveragesInReviewHeader:"Pending Review",CoveragesInReviewPreText:"",CoveragesInReviewStatusLabelAdd:"Added",CoveragesInReviewStatusLabelDelete:"Removed",CoveragesInReviewStatusLabelEdit:"Edited",CoveragesInVerificationHeader:"Verification in Progress",CoveragesInVerificationPreTextLine1:"It may take up to 45 seconds to verify the insurance information you've recently entered.",CoveragesInVerificationPreTextLine2:"When verification is complete, this insurance information will appear under Insurance on File or Pending Review.",CoveragesPendingSubmissionHeader:"Requested Updates",CoveragesPendingSubmissionPreText:"",CoveragesPendingSubmissionPreTextStandAlone:"Updates will be submitted for review when you log out.",CoveragesPendingSubmissionStatusLabelAdd:"Added",CoveragesPendingSubmissionStatusLabelDelete:"Removed",CoveragesPendingSubmissionStatusLabelEdit:"Edited",DeleteButtonLabel:"Remove coverage",DeleteButtonTooltip:"Removes @MYCHART@COVERAGENAME@ from your list of active coverages",DeleteCoverageSubmit:"Remove",DeleteCoverageSubmitTooltip:"Remove this insurance coverage",DiscardButtonLabel:"Discard coverage",DiscardButtonTooltip:"Discards your @MYCHART@COVERAGENAME@ coverage",DiscardCoverageCancelButtonLabel:"Go back",DiscardCoverageConfirmButtonLabel:"Remove",DiscardCoveragePrompt:"Are you sure you want to remove this coverage?",DoNotUseInsuranceButton:"Do not bill insurance",EditButtonLabel:"Update coverage",EditButtonTooltip:"Updates your @MYCHART@COVERAGENAME@ coverage",ExampleCardIndicator:"Example card",FlipCardTooltip:"View the other side of the insurance card",GroupNumberLabel:"Group Number",GuarantorIsCorrectButton:"Yes",GuarantorIsIncorrectButton:"No",GuarantorIsIncorrectMessage:"You will have the opportunity to update this information when you arrive at the clinic. Please bring the correct information with you.",GuarantorIsIncorrectMessageHospital:"You will have the opportunity to update this information when you arrive at the hospital. Please bring the correct information with you.",GuarantorIsIncorrectMessageInHomeVisit:"Please contact us later to update this information.",GuarantorVerificationQuestion:"We have this person on file to pay for costs not covered by insurance. Is this information correct?",InsuranceCardAltTextBack:"Insurance card image, expands the back insurance card image",InsuranceCardAltTextFront:"Insurance card image, expands the front insurance card image",InsuranceCardOnFileQuestionPlural:"Does your insurance card still match the images above?",InsuranceCardOnFileQuestionSingular:"Does your insurance card still match the image above?",InsuranceCardReplace:"No, replace images",InsuranceCardVerifiedText:"You verified that the images are up to date. Thank you!",InsuranceCardVerify:"Yes, keep the images",listSeparator:", ",LoadingMessage:"Loading...",MemberIdLabel:"Member Number",MemberNameLabel:"Member Name",NoCoverageOnFile:"No coverage on file",NoDataMessage:"You have no insurance on file.",NoDataMessageOnlyTermed:"You have removed all of your insurance coverages.",NoGuarantorDataLine1:"We do not currently have information on file as to who will pay for costs not covered by insurance.",NoGuarantorDataLine2:"You will have an opportunity to verify or update this at the clinic.",NoGuarantorDataLine2Hospital:"You will have an opportunity to verify or update this at the hospital.",OtherInsuranceCardsHeaderText:"Other Insurance Cards",PreText:"",ReplaceBackCardTooltip:"Replaces the back image of the insurance card.",ReplaceFrontCardTooltip:"Replaces the front image of the insurance card.",ResponsibilityForPaymentHeader:"Responsibility for Payment",ResponsibilityForPaymentPostText:"",ResponsibilityForPaymentPreText:"",RestoreButtonLabel:"Restore coverage",RestoreButtonTooltip:"Restores any changes made to @MYCHART@COVERAGENAME@s",RestoreCoverageCancelButtonLabel:"Go back",RestoreCoverageConfirmButtonLabel:"Restore",RestoreCoveragePrompt:"Are you sure you want to restore this coverage?",SelfPayHelpText:"If you have any privacy concerns, you may choose not to have your insurance billed for this appointment. You will then be responsible for the full cost of the appointment.",SelfPayHelpTextAdmission:"If you have any privacy concerns, you may choose not to have your insurance billed for this admission. You will then be responsible for the full cost of the admission.",SubmitCoverageErrorButtonLabel:"OK",SubmitCoverageErrorPrompt:"Something went wrong.",SubscriberIdLabel:"Subscriber Number",SubscriberNameLabel:"Subscriber Name",Title:"Insurance Summary",UpdateCoverageCancel:"Cancel",UpdateCoverageCancelTooltip:"Cancel coverage update and discard all changes",UpdateCoverageCommentsLabel:"Comments:",UpdateCoverageGroupNumberInvalidError:"Group number is invalid",UpdateCoverageGroupNumberLabel:"Group Number",UpdateCoverageHeader:"Update Coverage",UpdateCoverageIsSubscriberLabel:"Are you the policy holder for this insurance?",UpdateCoverageIsSubscriberLabelAnonymous:"Is the patient the policy holder for this insurance?",UpdateCoverageIsSubscriberLabelProxy:"Is the patient, @MYCHART@PATIENTLEGALNAME@, the policy holder for this insurance?",UpdateCoverageIsSubscriberNo:"No",UpdateCoverageIsSubscriberYes:"Yes",UpdateCoverageMemberDateOfBirthInvalidError:"Member date of birth is invalid",UpdateCoverageMemberDateOfBirthLabel:"Member Date of Birth",UpdateCoverageMemberFirstNameInvalidError:"Member first name is invalid",UpdateCoverageMemberFirstNameLabel:"Member First Name",UpdateCoverageMemberIdInvalidError:"Member number is invalid",UpdateCoverageMemberIdLabel:"Member Number",UpdateCoverageMemberLastNameInvalidError:"Member last name is invalid",UpdateCoverageMemberLastNameLabel:"Member Last Name",UpdateCoverageOtherPayor:"Other",UpdateCoveragePayorLabel:"Insurance",UpdateCoveragePayorNameInvalidError:"Payor name is invalid",UpdateCoveragePayorNameLabel:"Insurance",UpdateCoveragePreTextDelete:"Enter the reason for removing your coverage in the comments section below.",UpdateCoveragePreTextEdit:"Enter what you wish to edit in the comments section below.",UpdateCoveragePreTextNew:'Choose your insurance provider. If your insurance provider is not listed choose "Other".',UpdateCoveragePreTextRequired:"Indicates a required field",UpdateCoverageSampleInsuranceCardAltText:"Example insurance card",UpdateCoverageSubmit:"Submit",UpdateCoverageSubmitTooltip:"Submit this insurance coverage",UpdateCoverageSubscriberDateOfBirthHelpText:"MM/DD/YYYY",UpdateCoverageSubscriberDateOfBirthLabel:"Subscriber Date of Birth",UpdateCoverageSubscriberFirstNameLabel:"Subscriber First Name",UpdateCoverageSubscriberIdInvalidError:"Subscriber number is invalid",UpdateCoverageSubscriberIdLabel:"Subscriber Number",UpdateCoverageSubscriberLastNameLabel:"Subscriber Last Name",UpdateCoverageSubscriberTitle:"Subscriber Information",UpdateSubscriberNameInvalidError:"Subscriber name is invalid",UploadAddButtonLabel:"Add insurance card photos",UploadAddPromptBack:"Add back",UploadAddPromptFront:"Add front",UploadButtonLabel:"Replace insurance card photos",UploadButtonTooltip:"Uploads images of the insurance card for @MYCHART@COVERAGENAME@",UploadCardBackIndicator:"(back)",UploadCardFrontIndicator:"(front)",UploadCardHelpText:"@MYCHART@DOCUMENTTYPEHELPTEXT@",UploadCardHelpTextFileSize:"The maximum file size is @MYCHART@ALLOWEDIMAGESIZE@ MB.",UploadCardHelpTextMultipleTypes:"File types: @MYCHART@DOCUMENTTYPESLIST@.",UploadCardHelpTextSingleType:"File type: @MYCHART@DOCUMENTTYPESLIST@.",UploadPrompt:"Please upload images of your insurance card.",UploadReplacePromptBack:"Replace back",UploadReplacePromptFront:"Replace front",UploadToCoverageCancelTooltip:"Cancel image uploads and discard all changes",UploadToCoverageSubmitTooltip:"Submit card images",UseInsuranceButton:"Use insurance",UseInsuranceForVisitQuestion:"Would you like to use insurance to pay for this appointment?",UseInsuranceForVisitQuestionAdmission:"Would you like to use insurance to pay for this admission?",VerificationMessageExtraText:"We are still working on verifying your insurance information. It may take a little longer until it's done.",VerificationMessageHeader:"Verifying Insurance Information",VerificationMessageProgress:"We are verifying your insurance information.",VerificationMessageSkipButton:"Skip verification",VerificationMessageSkipText:"You may skip verification, but your insurance information may not be up to date during online check-in.",VerificationMessageText:"Please wait while we verify your insurance information. This may take up to 45 seconds.",VerifyButtonLabel:"This information is correct"});$$WP.Strings.getNamespace("insurance.converagedetailhelp").addStrings({CoverageDetailsPreText:"The Coverage Details page displays more information about a specific benefit plan. The glossary below explains many of the terms used.",GlossaryTerms:"",GlossaryTerms_0:"Coinsurance:",GlossaryTerms_1:"Copay:",GlossaryTerms_2:"Deductible:",GlossaryTerms_3:"Authorization Required:",GlossaryTerms_4:"Limit:",GlossaryTerms_5:"Remaining:",GlossaryTerms_6:"Level:",GlossaryTerms_7:"Maximum Out Of Pocket (MOOP) Expenses:",GlossaryTerms_8:"Network:",GlossaryTitle:"Accounts and Insurance Glossary",TermsDefinitions:"",TermsDefinitions_0:"The percentage of cost you pay for a covered healthcare service.",TermsDefinitions_1:"A fixed amount you pay for a covered healthcare service.",TermsDefinitions_2:"The amount you (or your family) must pay before your health plan starts to cover some of the cost.",TermsDefinitions_3:"Indicates whether you need authorization for this benefit. Your health plan may cover less of the cost if you don’t have authorization, and you might be responsible for paying more.",TermsDefinitions_4:"Some benefits are paid differently after you’ve used up a certain number of visits, procedures, or dollars. The limit indicates when your payment will change.",TermsDefinitions_5:"How much is left before you hit a limit",TermsDefinitions_6:"Level refers to which payment level you are at. If this benefit has a limit, you might change payment levels once you reach the limit.",TermsDefinitions_7:"The most you (or your family) have to pay for certain covered services within a plan year.",TermsDefinitions_8:"Some benefits are paid differently if you are In or Out of network. ‘In’ is what you would pay at an In network doctor. ‘Out’ is what you would pay at an Out of network doctor. ‘N/A’ or blank means that it does not matter.",Title:"Help - Coverage Details"});$$WP.Strings.getNamespace("insurance.coveragecard").addStrings({CardAnchorTextBack:"Back of insurance card.",CardAnchorTextFront:"Front of insurance card.",CardFlipButtonLabel:"View other side of card",CardFlipButtonTooltip:"View the other side of insurance ID card",CardFlipImgAltText:"Flip card",CardPrintButtonLabel:"Print card",CardPrintButtonTooltip:"Print the insurance ID card",CardPrintImgAltText:"Print card",CustomerServiceButtonLabel:"Ask a question",CustomerServiceButtonTooltip:"Have a question about your card? Send your question to customer service.",CustomerServiceImgAltText:"Customer Service",NoCardsText:"You have no coverage ID cards available to view.",PreText:"On this page you can view ID cards for the insurance you have through us.",RelatedLinksSidebarHeader:"Related Links",SidebarPreText:"",Title:"Insurance ID Cards"});$$WP.Strings.getNamespace("insurance.premiumguestpay").addStrings({amountDueAndPrepayDisabled:"The amount due must be paid in full by @MYCHART@INVOICEDUEDATE@ to maintain coverage.",amountDueAndPrepayEnabled:"The amount due must be paid in full by @MYCHART@INVOICEDUEDATE@ to maintain coverage. You can also choose to prepay your premium for the rest of the year. The prepayment amount covers the amount due plus your estimated premium from @MYCHART@PREPAYPERIODSTARTMONTH@ to @MYCHART@PREPAYPERIODENDMONTH@.",callCustomerService:"If you need help making your payment or have questions about your account, please call customer service.",contactCustomerService:"Please contact customer service.",contactCustService:"If you are having trouble locating your subscriber ID or insurance account number, please contact customer service.",enterSubIdOrAccountNum:"Please enter your subscriber ID or insurance account # along with your last name.",errMisMatch:"We were unable to look up your insurance account with the information you provided. Please ensure that there are no typos and try again.",errorLocked:"This insurance account has been locked due to too many failed attempts. Please contact customer service.",errornopayments:"This account is not configured to accept online payments. Please contact customer service.",fieldNumeric:"This field must be numeric",fieldRequired:"This field is required",findSubId:"You can find your subscriber ID on your insurance ID card.",insuranceAccountLabel:"Insurance account #",lookupButtonText:"Look up",lookupHelp:"Look up your insurance account with the information you provided.",lookupHelpUnavailable:"Look up your insurance account with the information you provided. This button is currently disabled.",lookUpInsuranceAccount:"Look up your insurance account",noAmountDueAndPrepayEnabled:"There is no payment due on the account. However, you can choose to prepay your premium for the rest of the year. The prepayment amount is your estimated premium from @MYCHART@PREPAYPERIODSTARTMONTH@ to @MYCHART@PREPAYPERIODENDMONTH@.",premiumAccountDesc:"You can find your insurance account number on your monthly premium bill.",premiumpayasguest:"Pay Premiums as Guest",prepayAmount:"Total Amount Remaining This Year",prepayAmtHelpText:"Remaining amount to prepay for your premium for the rest of the year.",reCaptchaFailedError:"An error occurred validating the reCAPTCHA. Please try again.",reCaptchaNotReachableError:"ReCAPTCHA was not reachable. Please try again later.",subIdConflictWarning:"We were unable to look up your insurance account. Please enter your insurance account number as well.",subscriberIdLabel:"Subscriber ID",Title:"Premium Guest Pay",tryDOBHelp:"Try to match the insurance account using the subscriber's date of birth.",tryNameHelp:"Try to match the insurance account using the subscriber's last name.",trySSNHelp:"Try to match the insurance account using the last four digits of the subscriber's social security number.",whatIsPremiumAccount:"Where can I find my insurance account number?",whereCanIFindSubId:"Where can I find my subscriber ID?"});$$WP.Strings.getNamespace("insurance.premiums").addStrings({backButton:"Back to Premium Billing Summary",bothInvoiceDocumentLinks:"#@MYCHART@INVOICENUMBER@ ( <a href='#' data-filename='@MYCHART@PRIMARYFILENAME@' data-invnum='@MYCHART@INVOICENUMBER@' class='download-invoice-button' aria-label='Download primary invoice document' title='Download primary invoice document'>Primary<\/a> / <a href='#' data-filename='@MYCHART@SECONDARYFILENAME@' data-invnum='@MYCHART@INVOICENUMBER@' class='download-invoice-button' aria-label='Download secondary invoice document' title='Download secondary invoice document'>Secondary<\/a> )",chevronDownAltText:"Click to expand row for additional information",chevronUpAltText:"Click to hide additional information for this row",downloadInvoiceTooltip:"Download invoice",downloadUnavailableTooltip:"This invoice is not available for download",errorPageText:'<span id="downloadErrorMessage" class="alert">There was an error while downloading the record. Please try again later.<\/span>',paymentAmountColumnLabel:"Amount",paymentDateColumnLabel:"Date",paymentInvoiceColumnLabel:"Invoice",paymentPendingMessage:"(pending)",paymentReferenceColumnLabel:"Confirmation Code",paymentSourceColumnLabel:"Source",paymentTableEmptyMessage:"No payments available",paymentTableHeaderLabel:"Past Payments",paymentTableSummary:"Past premium billing payments",posttext:"",pretext:"",Title:"Premium Payment History"});$$WP.Strings.getNamespace("itemfeed.index").addStrings({ItemFeedHeaderNotification:"There are @MYCHART@FEEDITEMCOUNT@ notifications for @MYCHART@SUBJECTNAME@.",ItemFeedHeaderOneNotification:"There is 1 notification for @MYCHART@SUBJECTNAME@.",OrgNameLabel:"Information from",Title:"Health Feed",ZeroStateDisplayString:"Nothing new to show."});$$WP.Strings.getNamespace("medicaladvicerequests").addStrings({AppointmentTodaySubtext:"Appointment today",CareTeamSubtext:"Care team",NoRecipientsHeader:"No recipients available",NoRecipientsText:"You do not have any available recipients for messages at this time. Please call your clinic for assistance, or call @MYCHART@EMERGENCYPHONE@ for emergencies.",OutOfOffice:"Out of office until @MYCHART@ReturnDate@",PastVisitSubtext:"Previous appointment on @MYCHART@PreviousDate@",PCPSubtext:"Primary care provider",PCPSubtextWithType:"Primary care provider - @MYCHART@PcpType@",RecipientHeader:"Who do you want to contact?",Title:"Medical Advice Requests",TopicHeader:"What type of medical question?",TopicSubtext:"You have a simple medical question that doesn't require an immediate response.",TopicTitle:"Medical question",UpcomingAppointmentSubtext:"Upcoming appointment on @MYCHART@UpcomingDate@"});$$WP.Strings.getNamespace("messaging.clinicalreference").addStrings({ClinicalReferenceTitle:"Clinical Reference",DischargeAttachmentTitle:"Discharge Attachment",Title:"Unused"});$$WP.Strings.getNamespace("messaging.review").addStrings({AccessibileIsNewMessageIndicator:"A new message",AccessibileIsNotNewMessageIndicator:"A previously read message",AllDataLoaded:"There are no more messages available.",AriaAlreadyLoaded:"Message details follow",AriaLabelBody:"Message body:",AriaLabelBodyPreview:"A preview of the body of the message:",AriaLabelPreviewInstructions:"Expands the details of this message",AriaLabelRecipientName:"Received by:",AriaLabelSenderName:"Sent by:",AriaLabelSenderOrganization:"Organization:",AriaLabelSendInstant:"Date received:",AriaLabelSubject:"Subject:",AttachmentClearLabel:"View attachment @MYCHART@ATTACHMENTNAME@",AttachmentsLabel:"Attachments",CancelSearchTooltip:"Cancel search",CannotReplyCrossDeployment:"This message came from an external system and cannot be replied to here.",CannotReplyEncounterClosed:"This record has been closed by the organization.",CannotReplyPeriodExpired:"This message is too old to be replied to.",CannotReplySenderDisallowed:"The sender indicated replies are not allowed.",CannotReplySystemMaintenance:"The system is undergoing maintenance, please try again later.",CannotReplyToAutomatedMessage:"You cannot reply to a message generated by the system.",CannotReplyToPatient:"You cannot reply to a message from another patient.",CannotReplyUnknown:"You cannot reply to this message.",CurrentUserPhotoAlt:"Photo of replier",DeleteAriaLabel:"Delete message with subject: @MYCHART@MESSAGESUBJECT@ sent on: @MYCHART@MESSAGEDATETIME@",DeleteSelectedMessages:"Delete selected",DeleteSingleMessageLabel:"Delete",EmployeeNameTemplateList:"@MYCHART@ListType@ Message List",EmployeeNameTemplateOffice:"Office of @MYCHART@SenderName@",ExternalImageLabel:"Message is from another organization",ExternalIncompleteImageLabel:"Message is from another organization that doesn't allow further details to be viewed here. Please log in to your account there",FiltersLabel:"Filters:",FreeTextSearchLabel:"Search message list",FromPhotoAlt:"The user who sent the message.",HasNotViewedLabel:"Has not viewed",HasViewedWithDateLabel:"Viewed on @MYCHART@ViewDate@",InboxTitle:"Inbox",InconsistentMarkAllAsReadWarning:"Some messages must be opened to be marked as read.  These messages will remain bolded.  Would you like to view only these messages now?",IndeterminateLinkWarning:"This message contained links we are unable to display.  You may view these links by accessing @MYCHART@RemoteAppLink@ directly.",InTransitAlt:"This message has not yet been delivered.",LoadMoreLabel:"Load more messages",MarkAllAsRead:"Mark all as read",MessageDeletedLabel:"Message deleted. You can restore messages you deleted using the Restore Deleted Messages button.",NewCustomerServiceRequest:"Contact customer service",NewMedAdvice:"Ask a question",NewRefillRequest:"Refill medications",NoDataToDisplay:"There are no messages to display",NoFiltersLabel:"All Organizations",OldestDateLoadedLabel:"Oldest message loaded from @MYCHART@OldestRenderedDate@",OrgNameLabel:"From",OutboxTitle:"Sent Messages",PickOrganization:"Which organization would you like to send a message to?",Print:"Print",PrintAriaLabel:"Print message with subject: @MYCHART@MESSAGESUBJECT@ sent on: @MYCHART@MESSAGEDATETIME@",RelatedLinksTitle:"Related Links",RemoteAppLinkTitle:"@MYCHART@OrganizationName@",RemoteMessageLink:"Jump to remote message list",RemoteOrganizationMessageViewersLabel:"Log in to @MYCHART@OrganizationName@ to view this information.",Reply:"Reply",ReplyAriaLabel:"Reply to message with subject: @MYCHART@MESSAGESUBJECT@ sent on: @MYCHART@MESSAGEDATETIME@",RequestViewerButtonOthers:"All others with access to @MYCHART@SelfNameOthers@ at this time",RequestViewerButtonSelf:"Myself (@MYCHART@SelfName@)",RequestViewerSelectPrompt:"The following people will be able to view this message online:",SearchTooltip:"Search message list",SidebarPostText:"",SidebarPreText:"",SmartTextLabel:"Additional information about your admission:",SortByLabel:"Sort by:",SortByReceivedDate:"Received Date",SortByRecipient:"To",SortBySender:"From",SortBySentDate:"Sent Date",SortBySubject:"Subject",TaskComplete:"Completed Task",TaskIncomplete:"Incompleted Task",TasksLabel:"Tasks:",Title:"Message Center",ToPhotoAlt:"The user who received the message.",UndeleteLabel:"Restore deleted messages (@MYCHART@UndeleteCount@)",UndeleteLabelMultipleMessages:"Restore @MYCHART@UndeleteCount@ Deleted Messages",UndeleteLabelNoMessages:"Restore 0 deleted messages",UndeleteLabelOneMessage:"Restore 1 deleted message",UndeleteTooltip:"Restore deleted messages (Message count: @MYCHART@UndeleteCount@)",UndeleteTooltipMultipleMessages:"Restore @MYCHART@UndeleteCount@ deleted messages",UndeleteTooltipNoMessages:"Restore 0 deleted messages",UndeleteTooltipOneMessage:"Restore 1 deleted message",UnfilteredMessageListLabel:"All Messages",UnfinishedTasksFiltersLabel:"Unfinished Tasks",UnreadByStaffMessage:"Not yet read by staff",UnreadMessagesFilterLabel:"Unread Messages",ViewerListDelimiter:", ",ViewersLabel:"Visible To"});$$WP.Strings.getNamespace("navigation.changeshortcuts").addStrings({duplicatesBody:"Are you sure you want to continue saving?",duplicatesTitle:"You Have Duplicate Shortcuts",isShortcutTitle:"Is currently a shortcut",Loading:"Loading",MobilePretextSteps:"",MobilePretextSteps_0:"1. Tap a shortcut below.",MobilePretextSteps_1:"2. Choose a new shortcut from the list.",MobilePretextSteps_2:"3. Tap Save changes.",Posttext:"",Pretext:"To change the shortcuts you see in the menu bar at the top of each page when viewing your chart: ",PretextMobile:"To change the shortcuts you see on your home page:",PretextMobileSubject:"To change the shortcuts you see on your home page when viewing @MYCHART@PATIENT@'s chart:",PretextSteps:"",PretextSteps_0:"1. Click a shortcut below.",PretextSteps_1:"2. Choose a new shortcut from the list.",PretextSteps_2:"3. Click Save changes.",PretextSubject:"To change the shortcuts you see in the menu bar at the top of each page when viewing @MYCHART@PATIENT@'s chart:",SaveChanges:"Save changes",SaveChangesConfirmation:"All changes have been saved.",shortcutTitle:"Shortcut @MYCHART@ShortcutIndex@ of 4",Title:"Change Your Shortcuts"});$$WP.Strings.getNamespace("navigation.menu").addStrings({CovidShorcutName:"Share COVID-19 info",MenuCloseButtonLabel:"Close",MenuCloseButtonLabelVerbose:"Close the menu",MenuMainContentLabel:"Main menu",MenuSearchEmptyButtonLabel:"Clear search field",MenuSearchInputPlaceholder:"Search the menu",MenuSearchMultipleResults:"@MYCHART@NUMSEARCHMATCHES@ results from your search",MenuSearchNoResults:"No results for your search",MenuSearchOneResult:"1 result from your search",MenuSearchSynonymMatch:"Also known as: @MYCHART@SYNONYMMATCH@",Title:""});$$WP.Strings.getNamespace("newevisit").addStrings({AcceptTermsButton:"Continue",AllOthersViewerDisplay:"All others with access to @MYCHART@PATIENT@ at this time",BeginEVisitButtonLabel:"Confirm and proceed",BeginEVisitTooltip:"Start your @MYCHART@BrandEVisit@",BeginEVisitTooltipNoMnemonic:"Start your E-Visit",CancelButtonLabel:"Cancel",CancelButtonTooltip:"Cancel and do not create an @MYCHART@BrandEVisit@",CancelButtonTooltipNoMnemonic:"Cancel and do not create an E-Visit",ChooseRecipientOptionLabel:"Choose a recipient",ConfirmRfvButtonLabel:"Continue",ConfirmRfvButtonTooltip:"Select this reason for visit and continue",CostExplanationNoEstimate:"You may be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.",CostExplanationNoEstimateNoMnemonic:"You may be asked to enter your credit card information before your E-Visit is submitted. If the E-Visit is cancelled, your payment will be refunded.",CostNoEstimate:"You may be charged for this @MYCHART@BrandEVisit@.",CostNoEstimateNoMnemonic:"You may be charged for this E-Visit.",DeclineTermsButton:"Cancel",EstimatedCost:"Your estimated cost is @MYCHART@ESTIMATEDCOSTVALUE@ for this @MYCHART@BrandEVisit@",EstimatedCostExplanation:"You will be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.",EstimatedCostExplanationNoMnemonic:"You will be asked to enter your credit card information before your E-Visit is submitted. If the E-Visit is cancelled, your payment will be refunded.",EstimatedCostNoMnemonic:"Your estimated cost is @MYCHART@ESTIMATEDCOSTVALUE@ for this E-Visit",EVisitCost:"This is your estimated cost.",EVisitDetails:"This is the reason for your @MYCHART@BrandEVisit@.",EVisitDetailsLocation:"This is your current location.",EVisitDetailsNoMnemonic:"This is the reason for your E-Visit.",EVisitInProgressMultipleMessage:"You already have @MYCHART@NUMBEROFEVISITS@ in-progress @MYCHART@BrandEVisit@ submissions. You can see details in your visits lists. If you would like to start an additional @MYCHART@BrandEVisit@, continue on this page.",EVisitInProgressMultipleMessageNoMnemonic:"You already have @MYCHART@NUMBEROFEVISITS@ in-progress E-Visit submissions. You can see details in your visits lists. If you would like to start an additional E-Visit, continue on this page.",EVisitInProgressPopupDismissButtonText:"Start a new @MYCHART@BrandEVisit@",EVisitInProgressPopupDismissButtonTextNoMnemonic:"Start a new E-Visit",EVisitInProgressPopupJumpButtonText:"Go to my @MYCHART@BrandEVisit@",EVisitInProgressPopupJumpButtonTextMultiple:"Go to my visits list",EVisitInProgressPopupJumpButtonTextNoMnemonic:"Go to my E-Visit",EVisitInProgressPopupTitle:"@MYCHART@BrandEVisit@ In Progress",EVisitInProgressPopupTitleNoMnemonic:"E-Visit In Progress",EVisitInProgressSingleMessage:"You already have an in-progress @MYCHART@BrandEVisit@. You can see details in your visits lists. If you would like to start an additional @MYCHART@BrandEVisit@, continue on this page.",EVisitInProgressSingleMessageNoMnemonic:"You already have an in-progress E-Visit. You can see details in your visits lists. If you would like to start an additional E-Visit, continue on this page.",EVisitNextStepsText:"You will be asked details about your personal information and health before your @MYCHART@BrandEVisit@ is submitted. You will also be asked to enter your credit card information. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.",EVisitNextStepsTextNoMnemonic:"You will be asked details about your personal information and health before your E-Visit is submitted. You will also be asked to enter your credit card information. If the E-Visit is cancelled, your payment will be refunded.",EVisitReasonForVisitDescription:"",EVisitReasonForVisitDescription_:"",EVisitReasonForVisitPhotoUrl:"",EVisitReasonForVisitPhotoUrl_:"",EVisitReviewTitle:"@MYCHART@BrandEVisit@ with @MYCHART@RECIPIENT@",EVisitReviewTitleNoMnemonic:"E-Visit with @MYCHART@RECIPIENT@",EVisitSentToNextAvailableProvider:"Your @MYCHART@BrandEVisit@ will be sent to the next available provider.",EVisitSentToNextAvailableProviderNoMnemonic:"Your E-Visit will be sent to the next available provider.",EVisitsNotAvailableErrorMessage:"We are unable to process @MYCHART@BrandEVisit@ submissions from you at this time. Please contact your organization directly (###-###-####) for any health issues. Thank you.",EVisitsNotAvailableErrorMessageNoMnemonic:"We are unable to process E-Visit submissions from you at this time. Please contact your organization directly (###-###-####) for any health issues. Thank you.",EVisitTermsAndConditionServiceAreaOverride:"",EVisitTermsAndConditionServiceAreaOverride_:"",ListSeparator:",",LoadingMessage:"Loading...",LocationStep:"Location",NextAvailableProviderLabel:"Next available provider",NoSecurityErrorMessage:"We are unable to process @MYCHART@BrandEVisit@ submissions from you at this time. Please contact your organization directly (###-###-####) for any health issues. Thank you.",NoSecurityErrorMessageNoMnemonic:"We are unable to process E-Visit submissions from you at this time. Please contact your organization directly (###-###-####) for any health issues. Thank you.",NoSlotsErrorMessage:"We are unable to process @MYCHART@BrandEVisit@ submissions at this time.",NoSlotsErrorMessageNoMnemonic:"We are unable to process E-Visit submissions at this time.",NotLicensedErrorMessage:"We are unable to process @MYCHART@BrandEVisit@ submissions for patients in your current location.",NotLicensedErrorMessageNoMnemonic:"We are unable to process E-Visit submissions for patients in your current location.",OnDemandVideoVisitSidebarLinkAltText:"Video chat with a Doctor",OnDemandVideoVisitSidebarLinkText:"@MYCHART@BrandVideoVisits@",OnDemandVideoVisitSidebarLinkTextNoMnemonic:"Talk to a Doctor",OnMyWaySidebarLinkAltText:"Find care close to your location",OnMyWaySidebarLinkText:"Find care now",OverviewStepButtonLabel:"Overview",PageTitleNoMnemonic:"E-Visit",PostText:"",PreText:"",ProviderWithOOCLabel:"@MYCHART@PROVIDERNAME@ (out through @MYCHART@OOCENDDATE@)",ProviderWithPCPandOOCLabel:"@MYCHART@PROVIDERNAME@ -PCP- (out through @MYCHART@OOCENDDATE@)",ProviderWithPCPLabel:"@MYCHART@PROVIDERNAME@ -PCP-",ReasonForVisitStep:"Reason for @MYCHART@BrandEVisit@",ReasonForVisitStepNoMnemonic:"Reason for E-Visit",ReasonSelectPrompt:"What brings you here today?",RecipientSelectPrompt:"Who would you like to send your @MYCHART@BrandEVisit@ to?",RecipientSelectPromptNoMnemonic:"Who would you like to send your E-Visit to?",SelfMessageViewerDisplay:"Myself (@MYCHART@VIEWERNAME@)",SidebarAlertText:"Please call 911 if you have an emergency or urgent medical question.",SidebarRelatedLinksText:"Related Links",StartOverButtonLabel:"Start over",StartOverTooltip:"Start over",SummaryStep:"Fill out your @MYCHART@BrandEVisit@",SummaryStepNoMnemonic:"Fill out your E-Visit",TermsAndConditions:'<h2 class="header">What is an @MYCHART@BrandEVisit@?<\/h2>\n\t\t\t\t\t\t<p><\/p>\n\t\t\t\t\t\t<p class="bold underline"><\/p><p>An @MYCHART@BrandEVisit@ is a way to get care for certain conditions without needing to schedule an appointment or come in to the clinic. We’ll ask you some questions about yourself and your symptoms, and a member of our @MYCHART@BrandEVisit@ team will respond with a care plan or recommendations for what to do next.<\/p>\n\t\t\t\t\n\t\t\t\t\t\t<h3>Should I use an @MYCHART@BrandEVisit@?<\/h3>\n\t\t\t\t\t\t<p class="bold underline"><\/p>\n\t\t\t\t\t\t<p>An @MYCHART@BrandEVisit@ should be used only for non-urgent medical conditions, as it may take up to 2 days to receive a response. \n\t\t\t\t\t\t\t<span class="bold">If you need urgent medical care, please contact your clinic by phone or find a nearby urgent care center.<\/span>\n\t\t\t\t\t\t\t<span class="bold abnormal">For medical emergencies, call 911 immediately.<\/span><\/p><p class="bold underline">\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p><\/p>\n\t\t\t\t\t\t<h3>What to expect during an @MYCHART@BrandEVisit@:<\/h3>\n\t\t\t\t\t\t<p>You may be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.<\/p>\n\t\t\t\t\t\t<p class="bold underline"><\/p>\n\t\t\t\t\t\t<p>Depending on the steps presented and questions asked about your symptoms, it can take 10-20 minutes to complete your @MYCHART@BrandEVisit@ request. You may be asked for your insurance details or medication lists. Please be prepared to fill in this information.<\/p>\n\t\t\t\t\t\t<p class="bold underline"><\/p><p><\/p><p class="bold underline"><\/p>\n\t\t\t\t\t\t<p>You can expect a response from our staff in 1-2 days. <span class="bold">If you have not received a response by then, please call our clinic at @MYCHART@HELPDESKPHONE@.<\/span><\/p>\n\t\t\t\t\t\t<p><\/p>\n\t\t\t\t\t\t',TermsAndConditionsNoMnemonic:'<h2 class="header">What is an E-Visit?<\/h2>\n\t\t\t\t\t\t<p><\/p>\n\t\t\t\t\t\t<p class="bold underline"><\/p><p>An E-Visit is a way to get care for certain conditions without needing to schedule an appointment or come in to the clinic. We’ll ask you some questions about yourself and your symptoms, and a member of our E-Visit team will respond with a care plan or recommendations for what to do next.<\/p>\n\t\t\t\t\n\t\t\t\t\t\t<h3>Should I use an E-Visit?<\/h3>\n\t\t\t\t\t\t<p class="bold underline"><\/p>\n\t\t\t\t\t\t<p>An E-Visit should be used only for non-urgent medical conditions, as it may take up to 2 days to receive a response. \n\t\t\t\t\t\t\t<span class="bold">If you need urgent medical care, please contact your clinic by phone or find a nearby urgent care center.<\/span>\n\t\t\t\t\t\t\t<span class="bold abnormal">For medical emergencies, call 911 immediately.<\/span><\/p><p class="bold underline">\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p><\/p>\n\t\t\t\t\t\t<h3>What to expect during an E-Visit:<\/h3>\n\t\t\t\t\t\t<p>You may be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the E-Visit is cancelled, your payment will be refunded.<\/p>\n\t\t\t\t\t\t<p class="bold underline"><\/p>\n\t\t\t\t\t\t<p>Depending on the steps presented and questions asked about your symptoms, it can take 10-20 minutes to complete your E-Visit request. You may be asked for your insurance details or medication lists. Please be prepared to fill in this information.<\/p>\n\t\t\t\t\t\t<p class="bold underline"><\/p><p><\/p><p class="bold underline"><\/p>\n\t\t\t\t\t\t<p>You can expect a response from our staff in 1-2 days. <span class="bold">If you have not received a response by then, please call our clinic at @MYCHART@HELPDESKPHONE@.<\/span><\/p>\n\t\t\t\t\t\t<p><\/p>\n\t\t\t\t\t\t',TermsAndConditionsStep:"Overview",Title:"@MYCHART@BrandEVisit@",ViewersLabel:"The following people will be able to view any messages associated with this @MYCHART@BrandEVisit@ online:",ViewersLabelNoMnemonic:"The following people will be able to view any messages associated with this E-Visit online:"});$$WP.Strings.getNamespace("notifications.notificationalert").addStrings({AllReadOnlyPretext:"Please call @MYCHART@HELPDESKPHONE@ to update this information.",AskLaterExitPopup:"Ask me later",DisclaimerText:"For text message alerts, <b>message and data rates may apply.<\/b>",EmailActive:"All email notifications are active.",EmailLabel:"Email",EmailNoValue:"Email not entered",EmailPlaceholder:"email@email.com",EmailRequiredPlaceholder:"(required)",EmailValidationError:"Please enter a valid email address.",EnableAllEmailNotificationsLabel:"Receive all email notifications",EnableAllPhoneNotificationsLabel:"Receive all text message notifications",GenericError:"There was an error processing your request.",PhoneActive:"All text message notifications are active.",PhoneLabel:"Phone",PhoneNoValue:"Mobile phone not entered",PhonePlaceholder:"(555)555-5555",PhoneValidationError:"Please enter a valid phone number.",PreText:"",SaveAndManageButtonLabel:"Confirm and manage",SaveButtonLabel:"Confirm",Title:"Confirm your notification settings"});$$WP.Strings.getNamespace("onboarding").addStrings({BackButtonText:"Back",CloseVideoButtonText:"Close Video",DoneButtonText:"Done",ExitButtonLabel:"Got it!",LearnMoreButtonLabel:"Learn more",NavigationDotCurrentPageAriaLabel:"Page @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@, current page.",NavigationDotsAriaLabel:"Go to page @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@.",NextButtonText:"Next",OnboardingPageDescription:"",OnboardingPageDescription_MessageCenterHowTo:"Check out the video above to learn how to view, reply to, and bookmark conversations, navigate folders, and more.",OnboardingPageTitle:"Title",OnboardingPageTitle_MessageCenterHowTo:"We've done some remodeling",OnboardingPageVideoAxText:"",OnboardingPageVideoAxText_MessageCenterHowTo:"Message center how to video player",OnboardingPopupHasAppeared:"A new pop up has appeared to introduce you to the new home page.",OnboardingPopupTitle:"Let's take a tour",PlayVideoButtonText:"Play video",SkipLinkAriaLabel:"Skip the introduction and continue to the new home page.",SkipLinkText:"Skip",Title:"Onboarding",VideoPopupHasAppeared:"A new pop up has appeared to play the video."});$$WP.Strings.getNamespace("ondemandtelehealth").addStrings({AlmostDone:"You're almost there!",AlreadyInQueueNoVisits:"You are currently in the queue at @MYCHART@OrganizationName@.<br/>Please contact @MYCHART@OrganizationName@ to resolve this issue.",AlreadyInQueueVisits:"You are currently in the queue at @MYCHART@OrganizationName@.<br/>You will be redirected to your visits list.",AlreadyWaitingForVideoVisit:"You are already waiting for a video visit",AppLinkAndroid:"https://play.google.com/store/apps/details?id=epic.mychart.android&hl=en",AppLinkApple:"https://itunes.apple.com/us/app/mychart/id382952264?mt=8",AskHasApp:"Don't have the app?",AvailableAtTime:"Available at @MYCHART@AppointmentTime@ @MYCHART@TimeZoneMarker@",AvailableAtTimeWithoutTimeZone:"Available at @MYCHART@AppointmentTime@",AvailableOnDate:"Available on @MYCHART@AppointmentDate@ at @MYCHART@AppointmentTime@ @MYCHART@TimeZoneMarker@",AvailableOnDateWithoutTimeZone:"Available on @MYCHART@AppointmentDate@ at @MYCHART@AppointmentTime@",AvailableTomorrow:"Available tomorrow at @MYCHART@AppointmentTime@ @MYCHART@TimeZoneMarker@",AvailableTomorrowWithoutTimeZone:"Available tomorrow at @MYCHART@AppointmentTime@",Cancel:"Cancel",CancelEmailTooltip:"Cancel changes",CancelPhoneTooltip:"Cancel changes",CancelSchedulingCaption:"Cancel scheduling",CancelSchedulingMessage:"Are you sure want to cancel scheduling this appointment?",CancelSchedulingTitle:"Cancel scheduling",CancelTooltip:"Cancel scheduling this visit",CheckboxChecked:"checkbox checked",CheckboxDisabled:"checkbox unchecked unavailable",CheckboxUnchecked:"checkbox unchecked",ConfirmationCommentPrompt:"What is the most important thing you want addressed during this visit?",ConfirmationCommentsLabel:"Additional details:",ConfirmHasApp:"I've got the app",ConfirmHasAppTooltip:"Continue to the next step",ConfirmTelehealthLocation:"Confirm",ConfirmTelehealthLocationTooltip:"Confirm location selection",ConnectedOrganizationIconTooltip:"You have authorized sharing your chart with this organization",ContinueAsGuest:"Continue as guest",ContinueAsGuestTooltip:"Continue without logging in",CookiesNotEnabledButtonLabel:"@MYCHART@BrandVideoVisits@",CookiesNotEnabledButtonLabelNoMnemonic:"Talk to a Doctor",CookiesNotEnabledError:"Please @MYCHART@COOKIESNOTENABLEDLINK@ to talk to a doctor.",CookiesNotEnabledErrorLinkText:"enable cookies",CookiesNotEnabledPreText:"",Details:"Details",DismissErrorPopupButtonText:"Okay",DoesThisLookRight:"Does This Look Right?",EmailInputLabel:"Email Address",ErrorTitle:"Error",HardwareRequirementCamera:"Camera",HardwareRequirementMic:"Microphone",HardwareRequirementOkay:"Okay",HardwareRequirementOkayTooltip:"Continue to the next step",HardwareRequirementSpeaker:"Speaker",HardwareRequirementsTitle:"Hardware Requirements",HardwareTest:"Test hardware",HardwareTestComplete:"Hardware test complete",HardwareTestDescription:'Before you sign up for a video visit, make sure your computer has a working camera, microphone, and speaker. If you don\'t meet these requirements, <a href="#" data-id="usemobile" title="Select to use the mobile app">try using the mobile app<\/a>.',HardwareTestSkip:"Not now",HardwareTestSkipped:"Hardware test skipped",HardwareTestSkipTooltip:"Skip the hardware test",HardwareTestTitle:"Hardware Test",HardwareTestTooltip:"Test your video equipment to make sure it is functioning properly",HomeOrganizationIconTooltip:"This is the organization where you are currently logged in",JoinQueue:"Put me in line",JoinQueueTooltip:"Get in line to see the next available provider",LocationPlaceholder:"Choose a location",LocationSelectTitle:"Where are you currently located?",LogInHeader:"You must log in or create an account to schedule the visit.",LogInHeaderProxyOnly:"If you have an existing @MYCHART@APPTITLE@ account, you may log in now.",LogInPrompt:"Log in",LogInSignUp:"Log in or sign up",LogInTooltip:"Log in to @MYCHART@APPTITLE@",MobileInfoDescription:'To use a mobile device for your video visit, you need to have the mobile app installed. If you don\'t have a mobile device, <a href="#" data-id="useweb" title="Select to use your computer">try using your computer<\/a>.',NextProvider:"Next available provider",OnDemandLoadingMessageNoEcheckin:"Setting up your video visit...",OnDemandLoadingMessageWithEcheckin:"Loading @MYCHART@BrandECheckIn@...",OnDemandLoadingMessageWithEcheckinNoMnemonic:"Loading eCheck-In...",OnDemandReasonForVisitDescription:"",OnDemandReasonForVisitDescription_1:"A general video visit with your provider.",OnDemandReasonForVisitPhotoUrl:"",OnDemandReasonForVisitPhotoUrl_:"",OnDemandTelemedicineScheduleComment:"Scheduled from the Video Visit Landing Page",OrganizationConnectedGroupTitle:"Places you're already connected to",OrganizationConnectionFailureTitle:"We had trouble connecting to that organization. Please, try another one.",OrganizationFilterLabel:"Show:",OrganizationNotYetConnectedGroupTitle:"Oh, the places you'll go",OrganizationStepTitle:"Where do you want to be seen?",OrganizationsUnavailable:"No organizations available to take your call.",PageTitleNoMnemonic:"Talk to a Doctor",PhoneInputLabel:"Phone Number",PlatformSelectTitle:"Which of the following would you like to use for your video visit?",PlatformUnavailable:"No providers are currently available.",PlatformUnavailableTitle:"Unavailable",PlatformUnavailableTryUseMobileInstead:'No providers are currently available. <a href="#" data-id="usemobile" title="Select to use the mobile app">Try using the mobile app<\/a>.',PlatformUnavailableTryUseWebInstead:'No providers are currently available. <a href="#" data-id="useweb" title="Select to use your computer">Try using your computer<\/a>.',PreloginSidebarStep1:"Tell us why you want to be seen",PreloginSidebarStep2:"Tell us about yourself",PreloginSidebarStep3:"Check in to your video visit",PreloginSidebarStepDetails1:"",PreloginSidebarStepDetails2:"",PreloginSidebarStepDetails3:"",QuickScheduleConfirm:"Schedule",QuickScheduleMoreTimesButtonLabel:"More times",QuickScheduleMoreTimesButtonTooltip:"Choose another time to see this doctor",QuickScheduleProviderName:"@MYCHART@ProviderName@",QuickScheduleSlotsNoDataMessage:"No availability found. Please try again later or schedule an appointment.",ReasonForVideoChatStepTitle:"What brings you here today?",SaveEmailTooltip:"Save email address",SavePhoneTooltip:"Save phone number",ScheduleAtTime:"Schedule video visit at @MYCHART@AppointmentTime@",ScheduledAppointmentTimeWithoutTimeZone:"@MYCHART@APPOINTMENTTIMEWITHOUTTIMEZONE@",ScheduledAppointmentTimeWithTimeZone:"@MYCHART@APPOINTMENTTIMEWITHTIMEZONE@ @MYCHART@APPOINTMENTTIMEZONE@",ScheduleForMe:"Me",ScheduleForSomeoneElse:"Someone Else",ScheduleOnDate:"Schedule video visit on @MYCHART@AppointmentDate@ at @MYCHART@AppointmentTime@",ScheduleTomorrow:"Schedule video visit tomorrow at @MYCHART@AppointmentTime@",ScheduleVideoVisit:"Schedule",SchedulingSessionTimeOut:"Your scheduling session has timed out. Please enter your information again.",SelectLocationDefault:"- Select a Location -",SelectLocationPrompt:"Select a Location",SidebarEmergencyDisclaimer:"Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.",SignUpNow:"Sign up",SignUpTooltip:"Create a new @MYCHART@APPTITLE@ account",SplashPageAccountDetails:"For your security, you must have or create an account before you are able to access confidential medical information from this visit.",SplashPageAccountTitle:"@MYCHART@APPTITLE@ account",SplashPageHardwareDetails:"Make sure you have an iOS or Android device, or a computer with a microphone, camera, and speaker.",SplashPageHardwareTitle:"Video visit hardware",SplashPageOffHoursDetails:"Our hours for video visits are Monday through Friday, 7AM to 7PM.",SplashPageOffHoursIconAltText:"Video Visits Are Currently Unavailable",SplashPageOffHoursMessage:"Video Visits Are Currently Unavailable",SplashPageOffHoursPretext:"",SplashPageOffHoursWarning:"Patients under @MYCHART@MINIMUMAGE@ years old must be accompanied by a parent or guardian to have a video visit.",SplashPagePaymentDetails:"You may be required to pay for this visit, so please have a credit card or your bank account information available.",SplashPagePaymentTitle:"Payment method",SplashPagePretext:"You are about to schedule a video visit.",SplashPageRequirementsTitle:"What will I need for this visit?",SplashPageWarning:"Patients under @MYCHART@MINIMUMAGE@ years old must be accompanied by a parent or guardian to have a video visit.",StartOverCaption:"Start over",StartOverHelpText:"Select a step to make changes or click below to start over.",StartOverTooltip:"Reset all selections",StateOrTerritory:"State or territory",TelehealthCountry:"Country",TelehealthCountryNameOverride:"",TelehealthCountryNameOverride_:"",TelehealthEditEmailTooltip:"Edit email address",TelehealthEditPhoneTooltip:"Edit phone number",TelehealthEmptyPoolErrorMessage:"No one is available to take your call. Please try again later or schedule an appointment.",TelehealthErrorMessage:"We are unable to handle your request right now. Please try again later or schedule an appointment.",TelehealthEstimatedCost:"Estimated cost",TelehealthEstimatedCostNotAvailable:"Not available",TelehealthEstimatedCostSummary:'Estimated cost: <span class="telehealthCost moneyColor">@MYCHART@TelehealthCost@<\/span>',TelehealthEstimatedCostValue:"@MYCHART@TelehealthCost@",TelehealthLocationNeeded:"In order to provide you with the most appropriate care, we need to know your current location.",TelehealthLocationSummary:"You have confirmed that you are currently in @MYCHART@SelectedLocation@",TelehealthLowestCostLabel:"Lowest cost",TelehealthLowestCostOrganizationTitle:"This organization has the lowest cost",TelehealthLowestCostTitle:"Sort by estimated cost",TelehealthMobileDevice:"Mobile app",TelehealthMobileDeviceTooltip:"Mobile app",TelehealthNotificationsCancelEmail:"Cancel",TelehealthNotificationsCancelPhone:"Cancel",TelehealthNotificationsDescription:"How would you like to be notified when your doctor is ready?",TelehealthNotificationsEmailSignupLbl:"Email me:",TelehealthNotificationsEmailSignupTooltip:"Sign up for email notifications",TelehealthNotificationsGuestProxy:"How would you like to be notified about this visit?",TelehealthNotificationsGuestProxyPretext:"This may include a link to access the visit, notifications when the provider is ready, and a followup after the visit.",TelehealthNotificationsNoEmail:"No email address on file",TelehealthNotificationsNoPhone:"No phone number on file",TelehealthNotificationsPretext:"",TelehealthNotificationsSaveEmail:"Save",TelehealthNotificationsSavePhone:"Save",TelehealthNotificationsSkipTooltip:"Opt out of notifications",TelehealthNotificationsTextSignupLbl:"Text me:",TelehealthNotificationsTextSignupTooltip:"Sign up for text notifications",TelehealthOrganizationAuthorizationAuthorizeButton:"Authorize",TelehealthOrganizationAuthorizationBackButton:"Back",TelehealthOrganizationAuthorizationTitle:"Authorize sharing your chart",TelehealthOrganizationProxyDisclaimer:"@MYCHART@OrganizationName@ - Proxy Disclaimer",TelehealthOrganizationTermsAndCondtions:"@MYCHART@OrganizationName@ - Terms and Conditions",TelehealthSavePhoneTooltip:"Save phone number",TelehealthSchedulingErrorMessage:"We are unable to handle your request right now. Please try again later.",TelehealthShortestWaitLabel:"Shortest wait",TelehealthShortestWaitOrganizationTitle:"This organization has the shortest wait",TelehealthShortestWaitTitle:"Sort by estimated wait time",TelehealthSignUp:"Schedule",TelehealthSignUpTooltip:"Sign up for the video visit",TelehealthStateNameOverride:"",TelehealthStateNameOverride_:"",TelehealthSuggestedLabel:"Suggested",TelehealthSuggestedTitle:"Show suggested",TelehealthSummaryPlatformTitle:"Connect using",TelehealthSummaryVerificationTitle:"Summary",TelehealthUnavailablePretext:"You might need to call us to be seen quickly.",TelehealthUnavailableTitle:"No providers are available",TelehealthWebBrowser:"My computer",TelehealthWebBrowserTooltip:"My computer",Test:"Test",TestAgain:"Test again",Title:"@MYCHART@BrandVideoVisits@",UnlicensedLocation:"No one is available to take your call. Please try again later or schedule an appointment.",VideoChatProviderSelectionTitle:"Who would you like to talk to?",VideoVisitLandingPagePretext:"Video chat should not be used for emergencies or urgent medical questions.  Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency.",WaitTimeHelpText:"This is an estimate based on the current average wait time.  Actual wait time may vary.",WaitTimeHelpTextNoData:"We do not currently have enough data to come up with an accurate wait time estimate.",WaitTimeHours:"@MYCHART@WaitTime@ hours",WaitTimeMinutes:"@MYCHART@WaitTime@ minutes",WaitTimeNotAvailable:"Wait time not available",WaitTimeSoon:"Less than 5 minutes",WaitTimeSummary:'Estimated wait: <span class="telehealthTime">@MYCHART@WaitTimeString@<\/span>',WaitTimeTitle:"Estimated wait",WhatCanIExpect:"What can I expect?",WhoIsVisitForMessage:"Are you scheduling this visit for yourself, or are you scheduling this visit for another patient?",WhoIsVisitForTitle:"Who is this visit for?",XOrgDisclaimer:"\n\t\t\t\t<p>\n\t\t\t\t\tTo help your medical team give you the best possible care during your video visit, we first need to share your medical data from <b>@MYCHART@HomeOrganizationName@<\/b> with providers at <b>@MYCHART@OrganizationName@<\/b>.\n\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t<p>\n\t\t\t\t\tYou can authorize sending your chart with the link below, or you can choose a different organization. We will share your data with this organization only with your permission.\n\t\t\t\t<\/p>\n\t\t\t"});$$WP.Strings.getNamespace("openscheduling").addStrings({DetailsStepTitle:"Confirm and Schedule",helpalt:"Help--will show in lightbox",helptext:"",helptitle:"Help",LocationStepGeolocationButtonInProgressLabel:"Share my location",LocationStepGeolocationButtonLabel:"Locations near me",LocationStepPositionUnavailableError:"We could not determine your location. Please choose from one of the options below.",LocationStepPostText:"",LocationStepPreText:"",LocationStepSearchButtonLabel:"Search",LocationStepSearchFailureError:"Invalid ZIP code.",LocationStepSearchInputLabel:'Locations Near<span class="clearlabel"> ZIP Code<\/span>',LocationStepSearchInputLabelNoPlaceholder:"Locations Near ZIP Code",LocationStepSearchInputPlaceholder:"ZIP code",LocationStepShowAllButtonLabel:"All locations",LocationStepTitle:"Choose a Location",posttext:"",pretext:"",schedDaysNoData:"<span>Sorry, we couldn't find any open appointments. Try changing your filtering options, or select a different specialty or type of appointment.<\/span>",SlotStepTitle:"Choose a Time",specialtyDescription:"",specialtySelectPosttext:"",specialtySelectPretext:"",SpecialtyStepTitle:"Choose a Specialty",specialtyText:"",StepNumber:"",StepNumber_1:"1",StepNumber_2:"2",StepNumber_3:"3",StepNumber_4:"4",StepNumber_5:"5",StopScheduling:"We were unable to schedule this appointment online. Please call the clinic for assistance.",Title:"Find a Doctor",TooManyAppointmentsErrorMessage:"You've reached the limit of how many appointments you can schedule at this time. Please try again later.",visitTypeDescription:"",visitTypeSelectPosttext:"",visitTypeSelectPretext:"",VisitTypeStepTitle:"Choose a Type of Appointment"});$$WP.Strings.getNamespace("payments.shared.cardselection").addStrings({acceptedMethodsBoth:"We accept payments via bank accounts and the following credit card brands:",acceptedMethodsOnlyBankAccount:"We accept payments via bank accounts.",acceptedMethodsOnlyCards:"We accept payments via the following credit card brands:",acceptedMethodsOnlyOneCard:"We accept payment by @MYCHART@ONLYCARDBRAND@ credit cards only.",accountNumberMatch:"Account numbers do not match.",accountValidationRequired:"Account Number validation is required.",addNewCardLabel:"New Payment Method",addressIsRequired:"Address is required.",AmericanExpress:"American Express",bankAccountSelectLabel:"Bank Account",brandAndLastFour:"@MYCHART@CARDBRAND@ x@MYCHART@LASTFOUR@",btnBack:"Back",btnBackHelp:"Go back to edit your information.",btnContinue:"Continue",btnContinueHelp:"Continue to the next step. You will have a chance to review your details before processing the payment.",cardBrandNameAmEx:"American Express",cardBrandNameDinersClub:"Diners Club",cardBrandNameDiscover:"Discover",cardBrandNameMasterCard:"MasterCard",cardBrandNameVisa:"Visa",cardDateInPast:"Card is already expired.",cardSelectLabel:"Credit Card",checkAltText:"Bank Account",cityLabel:"City",countryLabel:"Country",countyLabel:"County",deleteButtonTitle:"Delete the @MYCHART@DELETEMTHDTYPE@ ending in @MYCHART@DELETELASTFOUR@.",deleteButtonTitleDisabled:"Payment method cannot be deleted because it is currently used by a payment plan.",deletePaymentMethodConfirmCard:"Are you sure you want to delete the credit card ending in @MYCHART@LAST4@?",deletePaymentMethodConfirmECheck:"Are you sure you want to delete the stored bank account ending in @MYCHART@LAST4@?",deletePaymentMethodError:"The payment method could not be deleted.",deleteText:"Delete",digitalWalletApplePay:"Apple Pay",digitalWalletGooglePay:"Google Pay",DinersClub:"Diners Club",Discover:"Discover",districtLabel:"District",editButtonTitle:"Edit the nickname of the @MYCHART@EDITMTHDTYPE@ ending in @MYCHART@EDITLASTFOUR@.",editImgAltText:"Edit nickname",editModeHeader:"Manage your saved payment methods",editModeHelpText:"Edit or delete the payment methods using the following links, then return to payment method selection with the link below",editModeLink:"Manage your saved payment methods",editNicknameError:"The nickname could not be updated.",emailLabel:"Email",error:"Error: ",expAltText:"Expiration date of the credit card",expirationDate:"exp. @MYCHART@MM@/@MYCHART@YYYY@",expirationDateDisplay:"@MYCHART@DISPLAYMM@/@MYCHART@DISPLAYYYYY@",expirationDateHelpText:"expires @MYCHART@HELPTEXTMM@/@MYCHART@HELPTEXTYYYY@",fieldContainsInvalidCharacters:'The characters " and ^ are invalid.',fieldIsInvalid:"@MYCHART@FIELDNAME@ is invalid.",fieldIsRequired:"@MYCHART@FIELDNAME@ is required.",fieldIsValidAltText:"The input for this field is valid",firstNameLabel:"First name",fullBankDescAriaLabel:"@MYCHART@ARIABANKNAME@, ending in @MYCHART@ARIABANKLASTFOUR@, @MYCHART@ARIABANKTYPE@ account",fullCardDescAriaLabel:"@MYCHART@ARIACARDNAME@, ending in @MYCHART@ARIACARDLASTFOUR@, expires @MYCHART@ARIACARDMM@/@MYCHART@ARIACARDYYYY@, @MYCHART@ARIACARDBRAND@",ghostCardAltText:"Unknown credit card brand",goBackButton:"Go back",homePhoneLabel:"Phone",houseNumberLabel:"House number",invalidMonth:"Invalid month.",invalidYear:"Invalid year.",last4AltText:"The last 4 digits of this payment method",lastFourDisplay:"x@MYCHART@DISPLAYLASTFOUR@",lastFourHelpText:"Ending in @MYCHART@HELPTEXTLASTFOUR@",lastNameLabel:"Last name",loadIFrameError:"The form to add a payment method could not be loaded.",Mastercard:"MasterCard",newCardBillingInformationLabel:"Billing information",newCardEnterABillingAddressLabel:"Enter a new address",newCardExpirationDateLabel:"Expiration date",newCardExpirationMonthLabel:"month:",newCardExpirationYearLabel:"year:",newCardExpMonthDescription:"Card expiration month, 2 digits",newCardExpMonthLabel:"mm",newCardExpYearDescription:"Card expiration year, 4 digits",newCardExpYearLabel:"yyyy",newCardHeader:"Enter payment information",newCardNameOnCardLabel:"Name on card",newCardNicknameLabel:"Payment method nickname",newCardNumberLabel:"Card number",newCardRequiredFieldLabel:"Indicates a required field",newCardSecurityCodeHelpText:'\n\t\t\t\t\t<p class="Normal">\n\t\t\t\t\tFor your security, we recommend that you enter the security code on your credit card. If you use American Express, the 4 digit security code is on the front of the card, above the card number. Otherwise, the security code is the last 3 digits found on the back of the card, typically on the signature line.\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<p class="Normal">\n\t\t\t\t\tFor further security, the code you enter isn\'t kept on file, so you need to enter it each time you make a manual payment with the credit card.\n\t\t\t\t\t<\/p>\n\t\t\t\t',newCardSecurityCodeLabel:"Security code",newCheckAccountHolderNameLabel:"Name on account",newCheckAccountNumberHelpText:"The account number is the unique number for your account. This can be located on your check or when logged in to your bank's website.",newCheckAccountNumberLabel:"Account number",newCheckAccountNumberValidationLabel:"Confirm account number",newCheckAccountStateHelpText:"Select the state of the billing address used when you opened the bank account. Typically this is the state in the address on your physical check.",newCheckAccountStateLabel:"Bank account state",newCheckAccountTypeLabel:"Bank account type",newCheckChecking:"Checking",newCheckDriversLicenseHelpText:"Enter the driver's license number associated with your account. If you haven't kept the license on file with your bank up to date, this could be an old license.",newCheckDriversLicenseLabel:"Driver's license number",newCheckExampleAltText:"Routing number and account number example",newCheckRoutingHelpText:"The routing number is a 9-digit number that represents your banking institution. This can be found on your check or your bank's website.",newCheckRoutingNumberLabel:"Routing number",newCheckSavings:"Savings",newPmtMthdNicknameHelpText:"Enter a nickname that will help you identify the saved account. This nickname will appear when you make a payment.",nicknameEditLabel:"Enter a new nickname",paymentMethodInfoACH:"@MYCHART@ACHTYPE@ x@MYCHART@DISPLAYLASTFOUR3@",processErrFailedToSaveCardInline:"There was an error processing your payment method. Please check your information for accuracy.",processPaymentMethodButtonLabel:"Process payment method",saveButton:"Save",saveErrFailedAtGateway:"Your payment method could not be saved.",saveErrFailedToSaveCard:"Error saving payment method. Please check your information for accuracy and re-enter your account number.",saveErrFailedToSaveCardInline:"There was an error saving your payment method. Please check your information for accuracy.",saveErrInvalidCardNumber:"Invalid card number.",saveErrInvalidDemographics:"Invalid billing information.",saveErrInvalidExpirationDate:"Invalid expiration date.",saveErrInvalidMerchant:"Error saving payment method. Please check your information for accuracy and re-enter your account number.",saveErrMissingRequiredFields:"Fill out all required fields before saving.",saveForFutureUse:"Save for future use",saveForFutureUseDesc:"Saves new payment method",saveNewCardButtonLabel:"Save payment method",securityCodeAriaLabel:"Enter your security code",securityCodeHelpAltText:"Hover for info about the security code field",selectionModeHelpText:"Select your payment method from the list below, or add a new one.",selectionModeHelpTextNoSaved:"Complete the form below to add a new payment method.",selectionModeLink:"Back to payment selection",stateLabel:"State",streetLabel:"Address",Title:"Card Payment Selection",Visa:"Visa",workflowAutopayStep2Header:"How would you like to pay?",workflowStepHeader:"How do you want to pay?",workflowTitleBillPay:"Account Payment",workflowTitleDefault:"Payment",workflowTitlePayAsGuest:"Pay as Guest",yearMustBe2or4Digits:"Year must be 2 or 4 digits.",zipLabel:"ZIP"});$$WP.Strings.getNamespace("personalinformation.address").addStrings({AddressLabels:"",AddressLabels_1:"Street Address",AddressLabels_2:"City",AddressLabels_3:"Prov/State",AddressLabels_4:"Postal Code/ZIP",AddressLabels_5:"County",AddressLabels_6:"Country",AddressLabels_7:"House Number",AddressLabels_8:"District",DefaultMatches:"We found the following matches based on this address:",KeepEnteredAddress:"Keep Entered Address:",Title:""});$$WP.Strings.getNamespace("personalinformation.contactinformation").addStrings({AddTemporaryAddressLink:"Add a temporary address",AddTemporaryAddressPrompt:"Going somewhere for a while?",AlertRestoreButtonText:"Restore",AlertVerifyButtonText:"Verify",AllReadOnlyPretext:"You can call @MYCHART@HELPDESKPHONE@ to update this information.",BothContactsDeletedAlert:"Your email address and mobile phone number have been deleted from your account. Please restore them or enter new ones below.",BothContactsNeedAttentionAlert:"We need to verify that we can reach you at your email address and mobile number.",CancelButton:"Cancel",CarrierChargesWarning:"Carrier charges may apply",ContactAlertTitle:"Verification needed",ContactHelpText:"This contact information will only be used for this visit",ContactInformationCardTitle:"Contact Information",ContactInformationHeader:"How can we contact you for this visit?",ContactInformationNoValueMessage:"Not entered",ContactsNeedAttentionIconAltText:"Please verify your contact information.",ContactsVerifiedMessage:" Your contact information is now verified. You can update this information at any time.",ContactsVerifiedTitle:"Success!",DatePickerAltText:"Date Picker",DefaultOverride:"This address is correct",EditButton:"Edit",EditContactInfoButtonScreenReaderLabel:"Edit Contact Information",EmailDeletedAlert:"Your email address has been deleted from your account. Please restore it or enter a new one below.",EmailLabel:"Email",EmailNeedsAttentionAlert:"We need to verify that we can reach you at your email address.",EmailNeedsAttentionIconAltText:"This email address needs attention. Please verify this address.",HomePhoneNumberLabel:"Home Phone",MobileDeletedAlert:"Your mobile phone number has been deleted from your account. Please restore it or enter a new one below.",MobileNeedsAttentionAlert:"We need to verify that we can reach you at your mobile number.",MobileNeedsAttentionIconAltText:"This mobile number needs attention. Please verify this phone number.",MobilePhoneNumberLabel:"Mobile Phone",NoAddressMessage:"Address not entered",NoEmailMessage:"Email not entered",NoHomePhoneMessage:"Home phone not entered",NoMatches:"No matches were found for this address",NoMobilePhoneMessage:"Mobile phone not entered",NoWorkPhoneMessage:"Work phone not entered",PermanentAddressLabel:"Permanent Address",PreferredDeviceIdentifier:"(preferred)",PreferredDeviceOptionLabels:"",PreferredDeviceOptionLabels_1:"Mobile Phone",PreferredDeviceOptionLabels_7:"Home Phone",PreferredDeviceOptionLabels_8:"Work Phone",PreferredDeviceTooltip:"Preferred Phone Number",RemoveTemporaryAddressLink:"Remove temporary address",SaveButton:"Save changes",SendTextLabel:"Send me text notifications for this visit",SomeReadOnlyPretext:"To update information that can't be entered here, please call @MYCHART@HELPDESKPHONE@.",TemporaryAddressEndDateLabel:"End Date",TemporaryAddressLabel:"Temporary Address",TemporaryAddressPhoneNumberLabel:"Phone Number",TemporaryAddressStartDateLabel:"Start Date",TemporaryAddressWithDateRangeLabel:"Temporary Address (@MYCHART@STARTDATE@ - @MYCHART@ENDDATE@)",TemporaryPhoneNumberIdentifier:"(temporary)",Title:"",WorkPhoneNumberLabel:"Work Phone"});$$WP.Strings.getNamespace("personalinformation.index").addStrings({AllReadOnlyPretext:"",EndOfLifePlanningButtonLabel:"Advance Care Planning",EndOfLifePlanningButtonLabelNoMnemonic:"End-of-Life Planning",EndOfLifePlanningButtonTooltip:"Review your health care agents",EndOfLifePlanningImgAltText:"@MYCHART@BrandEOLPlanning@",EndOfLifePlanningImgAltTextNoMnemonic:"End-of-Life Planning",NotificationPreferenceButtonLabel:"Notification settings",NotificationPreferenceButtonTooltip:"Manage your notification settings",NotificationPreferenceImgAltText:"Notification settings",PendingIndicator:"Pending",PendingIndicatorTooltip:"This information has been updated and is in review.",PharmacyButtonLabel:"Manage my pharmacies",PharmacyButtonTooltip:"Review and update your list of pharmacies",PharmacyImgAltText:"Manage my pharmacies",Pretext:'Please enter contact and personal information here, and click <span class="bold">Save Changes<\/span> to send a message to the clinic. Allow 24 hours for the information to be updated in the legal medical record.',RelatedLinksSidebarHeader:"Related Links",SidebarPretext:"",Title:"Personal Information"});$$WP.Strings.getNamespace("personalinformation.otherinformation").addStrings({AllReadOnlyPretext:"You can call @MYCHART@HELPDESKPHONE@ to update this information.",CancelButton:"Cancel",EditButton:"Edit",EditDetailsAboutMeButtonScreenReaderLabel:"Edit details about me",NoInformationAlertMessge:"Help us learn more about you. Edit your information so we can improve your experience with us.",NoInformationAlertTitle:"No information on file",OtherInformationCardSOGIPretext:"Information entered here may be visible to anyone with access to this legal medical record.",OtherInformationCardTitle:"Details About Me",OtherInformationCardTitleForProxyContext:"Details About @MYCHART@PATIENT@",OtherInformationGenderIdentityHelpText:"",OtherInformationItemLabels:"",OtherInformationItemLabels_1:"Preferred First Name",OtherInformationItemLabels_10:"Language",OtherInformationItemLabels_11:"Religion",OtherInformationItemLabels_2:"Legal Sex",OtherInformationItemLabels_3:"Gender Identity",OtherInformationItemLabels_4:"Sex Assigned at Birth",OtherInformationItemLabels_5:"Sexual Orientation",OtherInformationItemLabels_6:"Marital Status",OtherInformationItemLabels_7:"Race",OtherInformationItemLabels_8:"Ethnicity",OtherInformationItemLabels_9:"Ethnic Background",OtherInformationMultipleSelectHelpText:"Hold the CTRL key to select multiple options.",OtherInformationNoValueMessage:"Not entered",OtherInformationPreferredNameHelpText:"Preferred First Name is the name by which you want to be addressed. This name can differ from your driver's license or birth certificate.",OtherInformationReadOnlyField:"@MYCHART@READONLYFIELD@ cannot be entered here.",OtherInformationSexAssignedAtBirthHelpText:"",OtherInformationSexualOrientationHelpText:"",OtherInformationSOGIHelpText:"Your legal sex is what is listed on your ID. This includes passports, driver's licenses, green cards, and other forms of official identification.",SaveButton:"Save changes",SomeReadOnlyPretext:"To update information that can't be entered here, please call @MYCHART@HELPDESKPHONE@.",Title:""});$$WP.Strings.getNamespace("personalnotes").addStrings({addlabel:"Add a personal note",Allergy_savetext:"Save allergy notes",Allergy_title:"Personal Notes About My Allergies",cancellabel:"Cancel",editlabel:"Edit",errorclose:"OK",errorcontent:"An error occurred while attempting to save the notes. Please try again later.",errortitle:"Error",FamilyHistory_savetext:"Save family history notes",FamilyHistory_title:"Personal Notes About My Family History",FamilyStatus_savetext:"Save family status notes",FamilyStatus_title:"Personal Notes About My Family Status",HealthIssue_savetext:"Save health issues notes",HealthIssue_title:"Personal Notes About My Health Issues",Immunization_savetext:"Save immunization notes",Immunization_title:"Personal Notes About My Immunizations",MedicalHistory_savetext:"Save medical history notes",MedicalHistory_title:"Personal Notes About My Medical History",Medication_savetext:"Save medication notes",Medication_title:"Personal Notes About My Medications",notetextarealabel:"Personal Notes text area",Reminder_savetext:"Save preventive care notes",Reminder_title:"Personal Notes About My Preventive Care",SocialHistory_savetext:"Save social history notes",SocialHistory_title:"Personal Notes About My Social History",subtitle:"Notes entered here will not be viewable by your doctor.",SurgicalHistory_savetext:"Save surgical history notes",SurgicalHistory_title:"Personal Notes About My Surgical History",Title:"Personal Notes"});$$WP.Strings.getNamespace("preferences").addStrings({GroupMediaCountSubheader:"@MYCHART@MEDIASELECTEDCOUNT@/@MYCHART@MEDIATOTALCOUNT@",GroupMediaLockedDescription:"You will be contacted via @MYCHART@MEDIA@ for this group (@MYCHART@ROWTITLE@). You cannot opt out. ",GroupMediaOptInDescription:"You will not be contacted via @MYCHART@MEDIA@ for this group (@MYCHART@ROWTITLE@). Select to opt in.",GroupMediaOptInPartialDescription:"You will be contacted via @MYCHART@MEDIA@ for @MYCHART@MEDIASELECTEDCOUNT@ out of @MYCHART@MEDIATOTALCOUNT@ notifications in this group (@MYCHART@ROWTITLE@). Select to opt in to all notifications in this group.",GroupMediaOptOutDescription:"You will be contacted via @MYCHART@MEDIA@ for this group (@MYCHART@ROWTITLE@). Select to opt out.",KillSwitchPopupAcceptButton:"Block all text notifications",KillSwitchPopupCancelButton:"Go back",KillSwitchPopupHeader:"Block Text Notifications",KillSwitchPopupPaperlessBillingText:"You are enrolled for paperless billing. By opting out of text notifications, you will be automatically enrolled for billing Email notifications.",KillSwitchPopupText:"You will no longer be able to receive notifications from our organization via text message.",MediaDescription:"",MediaDescription_1:"Email",MediaDescription_100:"text message",MediaDescription_3:"mail",MediaDescription_4:"phone call",MediaLockedDescription:"You will be contacted via @MYCHART@MEDIA@ for @MYCHART@ROWTITLE@ notifications. You cannot opt out. ",MediaOptInDescription:"You will not be contacted via @MYCHART@MEDIA@ for @MYCHART@ROWTITLE@ notifications. Select to opt in. ",MediaOptOutDescription:"You will be contacted via @MYCHART@MEDIA@ for @MYCHART@ROWTITLE@ notifications. Select to opt out. ",MissingCellPhoneNumberPopupText:"Your cell phone number is not on file. ",MissingEmailAddressPopupText:"Your Email is not on file. ",MissingMailPopupText:"Your permanent address is not on file. ",MissingPhoneNumberPopupText:"You have no phone number on file. ",PopupAcceptButton:"OK",PopupCancelButton:"Cancel",PopupEditPersonalInformationButton:"Edit contact information",RequiredTicklersPopupText:'<div class="bold billingError">Preferences are not saved. <\/div><div class="bold">You are signed up for paperless billing. Choose how you would like to receive these updates: <\/div><ul><li>@MYCHART@REQUIREDTICKLER1@<\/li><li>@MYCHART@REQUIREDTICKLER2@<\/li><\/ul>',SaveChangesUnsuccesfulPopupHeader:"Changes Could Not Be Saved",SaveChangesUnsuccesfulPopupText:"Your changes could not be saved. Please try again.",SaveChangesUnsucessfulWithErrorsPopupHeader:"Missing Billing Preferences",SaveChangesUnsucessfulWithWarningsPopupHeader:"Missing Contact Information",SmsSignupPopupAcceptButton:"Sign up",SmsSignupPopupCancelButton:"Go back",SmsSignupPopupHeader:"Sign Up for Text Notifications",SmsSignupPopupText:"You can specify which alerts should trigger text notifications. Occasionally we may also send you text notifications for other important updates not listed on this page.",Title:"Communication Preferences Accessibility",WarningPopupHeader:"Warning",WarningPopupTextTitle:"Correct the following in order to receive notifications: "});$$WP.Strings.getNamespace("premiumautopay").addStrings({acceptedPaymentAfterSetup:"A payment of @MYCHART@CURRENTBALANCEAMOUNT@ will be automatically made for the current month.",acceptPaymentAfterSetupText:"Pay @MYCHART@CURRENTBALANCEAMOUNT@",almostDoneHeader:"You're almost done!",autoPaymentAfterSetup:"The payment day for the current month is today and there's a balance on the account.",backUrlString:"Back to Premium Billing Summary",balanceDueWarning1:"There's a balance on the account and the next payment is scheduled for after the due date.",balanceDueWarning2:"Would you like to make a one-time payment for @MYCHART@CURRENTBALANCEAMOUNT@?",cancelAutoPayLabel:"Turn off auto pay",cancelAutoPayLabelAlt:"Cancel auto pay setup",cancelledSuccess:"Auto pay was successfully canceled.",confirmDeactivate1:"You will still owe the full outstanding amount on your account.",confirmDeactivate2:"Do you want to cancel auto pay?",confirmTerminateNo:"Go back",confirmTerminateTitle:"Cancel Auto Pay?",confirmTerminateYes:"Turn off auto pay",coverageLabel:"Plan",currentSetupInfo:"Automatic payments are made for the amount due on the <strong>@MYCHART@APCURRENTDAYOFMONTHSTR@<\/strong> of each month.",currentSetupStatusLabel:"Current Setup",dayHeading:"Choose a day of the month",declinePaymentAfterSetupText:"Not now",editAutoPayLabel:"Change setup",editAutoPayLabelAlt:"Edit your existing auto pay setup",editSetupHeader:"1. Update your payment day",enterValidPaymentDay:"Invalid payment day of the month",errOther:"We encountered a problem while setting up auto pay. Please try again or contact customer service.",needPayment1:"Your next payment is scheduled to occur after your current balance is due.",needPayment2:"Would you like to make a payment for this balance now?",newSetupHeader:"1. Choose a payment day",nextPaymentAmountLabel:"Next Payment Amount",nextPaymentDateLabel:"Next Payment Date",noPaymentsGoingForward:"Payments will not be made automatically every month going forward.",oneTimePaymentButtonText:"Pay @MYCHART@CURRENTBALANCEAMOUNT@ now",ordinalNd:"nd",ordinalRd:"rd",ordinalSt:"st",ordinalTh:"th",paymentAmountBubbleText:"This is the premium amount. It might change if there is an increase in your premium or if there are any debits or credits applied.",paymentAmountLabel:"Payment Amount",paymentDayBubbleText:"If the payment day for a particular month falls on a weekend or holiday, the payment will be made on the next weekday.",paymentDayQuestion:"On which day of the month would you like to make your payments?",paymentDayRestriction:"Please choose a day between the @MYCHART@PAYMENTDAYRANGESTART@ and @MYCHART@PAYMENTDAYRANGEEND@.",pleasePrint:"You may print this page for your records.",posttext:"",pretext:"",setupInfo:"Automatic payments will be made for the amount due on the <strong>@MYCHART@AUTOPAYDAYOFMONTHSTR@<\/strong> of each month.",startAutoPayLabel:"Confirm",statusEdit:"Auto pay setup has been updated.",statusNew:"Auto pay has been set up.",stepOnePostText:"",stepOnePreText:"",stepThreePostText:"",stepThreePreText:"",stepTwoPostText:"",stepTwoPreText:"",successPosttext:"",successPretext:"",successProblemDesc:"Auto pay has been setup. Please access the premium billing summary page for the auto pay details.",successProblemTitle:"There was a problem showing your auto pay setup details.",Title:"Auto Pay Success",titleEdit:"Update Your Existing Auto Pay Setup",titleNew:"Success!",updateAutoPayLabel:"Update auto pay",verifyStepText:"Please verify the information below is correct before proceeding."});$$WP.Strings.getNamespace("premiumpayment.makepayment").addStrings({acctTypeLabel:"Account type",almostDone:"You're almost done!",amountDueHelpText:"This is the amount due for your premium billing account.",amtDue:"Amount due",autoPayLinkDescription:"Save time by scheduling automatic payments for this account.",autoPayLinkText:"Set up auto pay",balanceExceeded:"The payment amount that you have entered is more than the amount due for this account.",chooseAmountStep:"How much would you like to pay today?",confCode:"Authorization code",coverageLabel:"Coverage",date:"Date",insuranceAccountLabel:"Insurance account",nonHydeBannerHeader:"Federal regulations require that you make separate payments for your non-Hyde and Standard Premiums.",nonHydeBannerHelpText:"Your payment will go towards overdue balances first, and then towards non-Hyde balances second.<br>You currently owe @MYCHART@NONHYDEBALANCE@ in non-Hyde premiums and @MYCHART@STANDARDBALANCE@ in standard premiums.",otherAmt:"Other amount",otherAmtHelpText:"Specify an amount other than the amount due.",paymentAmountLabel:"Payment amount",paymentBackUrl:"Back to Premium Billing Summary",paymentMethodLabel:"Payment method",paymentTitle:"Premium Billing Payment",pmtAmt:"Payment amount",pmtAmtInvalid:"Payment amount is invalid",posttext:"",premiumBilling:"Premium Billing",pretext:"",stmtLabel:"Statement",subscriberIdLabel:"Subscriber ID",Title:"Premium Payment History",verifyAccountDetails:"Please verify that the information below is correct before processing your payment. If your account information is incorrect or the account has insufficient funds, you will be charged an additional fee.",verifyCardDetails:"Please verify that the information below is correct before processing your payment."});$$WP.Strings.getNamespace("proxies").addStrings({AcceptButton:"Accept",AccessTypeLabel:"Their access is:",ActionFailPopupText:"Something went wrong while processing your request, please try again later.",ActionFailPopupTitle:"Your request could not be completed",BackToSharingHubLink:"Back to Share My Record",CancelButton:"Cancel",EditAccessPopupTitle:"Edit Access",EditRelationshipButton:"Edit",EmptyDelegateSection:"No one can see your information",ExpirationDateLabel:"Access until:",ExpirationDescription:"Your access has expired. Ask your clinic to renew your access.",ExpirationIndicator:"Expired",ExpirationWarningDescription:"Your access will expire soon. Ask your clinic to extend your access.",ExpirationWarningIndicator:"Expiring Soon",InactiveDescription:"You cannot access this account because it is inactive.",InactiveIndicator:"Inactive",InviteSomeoneTitle:"Invite someone",NicknameLabel:"Nickname:",PendingEmailAddressLabel:"Invite sent to:",PendingIndicator:"Pending",RevokeButton:"Revoke",RevokeDelegateConfirmationMessage:"Are you sure you want to revoke access to your record for @MyChart@RemovedDelegateFullName@?",RevokeInviteConfirmationMessage:"Are you sure you want to revoke the invite for @MyChart@RemovedInviteFullName@ to access your record?",RevokeProxyConfirmationMessage:"Are you sure you want to revoke your own access to @MyChart@RemovedProxyFullName@?",RevokeRelationshipButton:"Revoke",SelfAccessIndicator:"This is your record.",ServiceAreaMessage:"This record contains information that can be seen by providers in @MyChart@AllowedAreas@.",Title:"Friends and Family Access",WhoCanSeeYouSectionPostText:"",WhoCanSeeYouSectionPreText:"",WhoCanSeeYouSectionTitle:"Who Can See My Record?",WhoCanYouSeeSectionPostText:"",WhoCanYouSeeSectionPreText:"",WhoCanYouSeeSectionTitle:"Whose Records Can I See?"});$$WP.Strings.getNamespace("proxyinvite").addStrings({AccessForm:"What kind of access would you like this person to have to your chart?",AlreadyProxyPreText:"",BackToFriendsAndFamilyLink:"Back to Friends and Family Access",CheckBoxForm:"I agree to the terms and conditions",ConfirmButton:"Accept invitation",ConfirmButtonHoverText:"Accepting this invitation will allow you to have access to @MyChart@PatientName@'s @MyChart@AppName@ account.",ConfirmedInviteText:"Confirmation Successful",ConfirmEmailForm:"Confirm email",ContactInfoHeaderForm:"Where should we send this invitation?",ContinueButton:"Continue to @MyChart@AppTitle@",DeclineButton:"Decline invitation",DeclineButtonHoverText:"Declining this invitation will prevent you from having access to @MyChart@PatientName@'s @MyChart@AppName@ account.",DeclineInviteText:"Invitation successfully declined",EmailForm:"Email",EmailMismatch:"Email does not match",EnterPatientDOB:"To confirm you know @MyChart@PatientName@, enter their date of birth.",FailedConfirmationPretext:"Too many failed confirmation attempts. Please ask @MyChart@PatientName@ to resend the invitation.",FailedToConfirmInvite:"Unable to confirm access. No more confirmation attempts left.",GenericError:"Something went wrong processing this request.",IncorrectDOBEntered:"Date of birth is incorrect",InvalidOrBlankDOBEntry:"Please enter a valid date",InvalidRequestPretext:"Please ask @MyChart@PatientName@ to resend the invitation.",InvitedThemselfPretext:"",InviteSentPreText:"",InviteSuccessTitlePage:"Your invitation has been sent!",NameField:"Name",NameForm:"Who are you inviting?",NoProxyInvitePretext:'You cannot invite someone to have access to your record. If you have any questions, you can <a href="@MYCHART@CUSTOMERSERVICEURL@">send a customer service request<\/a>.',NoProxyInviteTitle:"Sending an invitation is currently unavailable",number1:"1",number2:"2",number3:"3",ProxyInvitesTitle:"No Access",ProxyInvitesTitle_FullAcc:"Full Access",ProxyInvitesTitle_IsBilling:"Billing Access",ProxyInvitesTitle_IsMedical:"Medical Access",ProxyInvitesTitle_IsMessaging:"Messaging Access",ProxyInvitesTitle_IsScheduling:"Scheduling Access",ProxyInvitesTitle_PartialAcc:"Partial Access",ProxyInvitesTitle_RestrictedAcc:"Restricted Access",RelationshipPopupContent:"Select one of the listed relationships that is the most appropriate based on who you are sending this invite.",RelationshipPopupTitle:"Selecting a Relationship",SeeOtherInvitesButton:"See invitations you've sent",SendProxyInvitePretext:"",SendProxyInviteTitle:"Invite Someone to Have Access to Your Record",Step1ProxyInviteInstructions:"We will email an invitation to someone you trust.",Step2ProxyInviteInstructions:"From the email, they can log in to their @MyChart@AppTitle@ to accept the invitation.",Step3ProxyInviteInstructions:"They must verify they know you by entering your date of birth.",SubmitInviteAgainButton:"Invite someone else",SubmitInviteButton:"Send invite",Title:"Proxy Invite",TitleAlreadyProxy:"You already have access to @MyChart@PatientName@",TitleExpired:"Invitation Expired",TitleFailedConfirmation:"Unable to Confirm Invitation",TitleInvalidRequest:"Something Went Wrong With Your Invitation",TitleInvitedThemself:"You already have access to yourself",TitlewithName:"@MyChart@PatientName@ invited you to have access to their @MyChart@AppName@ account"});$$WP.Strings.getNamespace("proxyswitch.proxyswitch.proxyselector").addStrings({additionalMenuOptions:"Additional menu options",addMyPhotoMenuItem:"Add Your Photo",addMyPhotoMenuItemServiceAreas:"Add Your Photo (@MYCHART@ALLOWEDAREAS@)",addPhotoMenuItemTitleText:"Add a photo to your chart",addPhotoMenuItemTitleTextServiceAreas:"Add a photo to your chart in @MYCHART@ALLOWEDAREAS@",addSubjectsPhotoMenuItem:"Add @MYCHART@SUBJECT_PATIENTNAME@'s Photo",addSubjectsPhotoMenuItemServiceAreas:"Add @MYCHART@SUBJECT_PATIENTNAME@'s Photo (@MYCHART@ALLOWEDAREAS@)",addSubjectsPhotoMenuItemTitleText:"Add a photo to @MYCHART@SUBJECT_PATIENTNAME@'s chart",addSubjectsPhotoMenuItemTitleTextServiceAreas:"Add a photo to @MYCHART@SUBJECT_PATIENTNAME@'s chart in @MYCHART@ALLOWEDAREAS@",backToAnotherPersonsHomePageTitleText:"Back to @MYCHART@SUBJECT_PATIENTNAME@'s Home Page",backToAnotherPersonsHomePageTitleTextServiceAreas:"Back to @MYCHART@SUBJECT_PATIENTNAME@'s Home Page (@MYCHART@ALLOWEDAREAS@)",backToTheHomePageTitleText:"Back to the Home Page",backToYourHomePageTitleText:"Back to your Home Page",backToYourHomePageTitleTextServiceAreas:"Back to your Home Page (@MYCHART@ALLOWEDAREAS@)",changeMyPhotoMenuItem:"Change Your Photo",changeMyPhotoMenuItemServiceAreas:"Change Your Photo (@MYCHART@ALLOWEDAREAS@)",changePhotoMenuItemTitleText:"Change your photo",changePhotoMenuItemTitleTextServiceAreas:"Change your photo in @MYCHART@ALLOWEDAREAS@",changeSubjectsPhotoMenuItem:"Change @MYCHART@SUBJECT_PATIENTNAME@'s Photo",changeSubjectsPhotoMenuItemServiceAreas:"Change @MYCHART@SUBJECT_PATIENTNAME@'s Photo (@MYCHART@ALLOWEDAREAS@)",changeSubjectsPhotoMenuItemTitleText:"Change @MYCHART@SUBJECT_PATIENTNAME@'s photo",changeSubjectsPhotoMenuItemTitleTextServiceAreas:"Change @MYCHART@SUBJECT_PATIENTNAME@'s photo in @MYCHART@ALLOWEDAREAS@",currentlyAccessingTitle:"Currently accessing @MYCHART@SUBJECT_PATIENTNAME@'s record.",currentlyAccessingTitleServiceAreas:"Currently accessing @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@ALLOWEDAREAS@.",homeMenuItem:"Home Page",lastPersonInList:"Last person in list. Additional menu options below.",myChangeShortcutsMenuItem:"Change Your Shortcuts",myChangeShortcutsMenuItemServiceAreas:"Change Your Shortcuts (@MYCHART@ALLOWEDAREAS@)",myChangeShortcutsTitleText:"Change your shortcuts",myChangeShortcutsTitleTextServiceAreas:"Change your shortcuts (@MYCHART@ALLOWEDAREAS@)",myHomeMenuItem:"Your Home Page",myHomeMenuItemServiceAreas:"Your Home Page (@MYCHART@ALLOWEDAREAS@)",otherPersonsChangeShortcutsMenuItem:"Change @MYCHART@SUBJECT_PATIENTNAME@'s Shortcuts",otherPersonsChangeShortcutsMenuItemServiceAreas:"Change @MYCHART@SUBJECT_PATIENTNAME@'s Shortcuts (@MYCHART@ALLOWEDAREAS@)",otherPersonsChangeShortcutsTitleText:"Change @MYCHART@SUBJECT_PATIENTNAME@'s shortcuts",otherPersonsChangeShortcutsTitleTextServiceAreas:"Change @MYCHART@SUBJECT_PATIENTNAME@'s shortcuts (@MYCHART@ALLOWEDAREAS@)",otherPersonsHomeMenuItem:"@MYCHART@SUBJECT_PATIENTNAME@'s Home Page",otherPersonsHomeMenuItemServiceAreas:"@MYCHART@SUBJECT_PATIENTNAME@'s Home Page (@MYCHART@ALLOWEDAREAS@)",photoConfirmationPopupAcceptButton:"Accept",photoConfirmationPopupCancelButton:"Cancel",photoUploadConfirmationSelf:"If you click accept, this photo will be saved to your record and visible to staff at this organization.",photoUploadConfirmationSelfMyChartOnly:"If you click accept, you will now see this photo for your record in @MYCHART@APPTITLE@.",photoUploadConfirmationSelfMyChartOnlyServiceAreas:"If you click accept, you will now see this photo for your record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",photoUploadConfirmationSelfServiceAreas:"If you click accept, this photo will be saved to your record in @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",photoUploadConfirmationSubject:"If you click accept, this photo will be saved to @MYCHART@SUBJECT_PATIENTNAME@'s record and visible to staff at this organization.",photoUploadConfirmationSubjectMyChartOnly:"If you click accept, you will now see this photo for @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@APPTITLE@.",photoUploadConfirmationSubjectMyChartOnlyServiceAreas:"If you click accept, you will now see this photo for @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",photoUploadConfirmationSubjectServiceAreas:"If you click accept, this photo will be saved to @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",photoUploadScreenReaderConfirmationSelf:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to your record and visible to staff at this organization.",photoUploadScreenReaderConfirmationSelfMyChartOnly:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for your record in @MYCHART@APPTITLE@.",photoUploadScreenReaderConfirmationSelfMyChartOnlyServiceAreas:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for your record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",photoUploadScreenReaderConfirmationSelfServiceAreas:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to your record iN @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",photoUploadScreenReaderConfirmationSubject:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to @MYCHART@SUBJECT_PATIENTNAME@'s record and visible to staff at this organization.",photoUploadScreenReaderConfirmationSubjectMyChartOnly:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@APPTITLE@.",photoUploadScreenReaderConfirmationSubjectMyChartOnlyServiceAreas:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",photoUploadScreenReaderConfirmationSubjectServiceAreas:"If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",photoUploadUnsavedChangesPopupText:"If you continue with uploading a photo, the page will reload and you will lose any unsaved changes. Would you like to continue without saving?",photoUploadUnsavedChangesPopupTitle:"You have unsaved changes",selectToViewAnotherPersonsRecord:"Select to view another person's record.",selfSelectorCurrentlyAccessingTitle:"Currently accessing your record.",selfSelectorCurrentlyAccessingTitleServiceAreas:"Currently accessing your record in @MYCHART@ALLOWEDAREAS@.",selfSelectorTitle:"Access your record",selfSelectorTitleServiceAreas:"Access your record in @MYCHART@ALLOWEDAREAS@",subjectLabelTitleServiceAreas:"@MYCHART@SUBJECT_PATIENTNAME@ (@MYCHART@ALLOWEDAREAS@)",subjectSelectorTitle:"Access @MYCHART@SUBJECT_PATIENTNAME@'s record",subjectSelectorTitleServiceAreas:"Access @MYCHART@SUBJECT_PATIENTNAME@'s record in @MYCHART@ALLOWEDAREAS@",switchPatientsButtonText:"Switch",Title:"Proxy Switcher",uploadAPhotoTitleText:"Upload a photo",UploadingPhoto:"Uploading photo...",uploadPhotoTitle:"Upload photo"});$$WP.Strings.getNamespace("questionnaire").addStrings({AdmittedInterruptionMessage:"One of your answers is something that your care team would like to know about as soon as possible. Use the call button to contact your nurse.",AdmittedInterruptionMessage_QuestionnaireLocked:"Someone else is accessing this questionnaire. Try again later.",Advance:"Continue",Back:"Back",BackToQuestionnaire:"Back to the questionnaire",Cancel:"Cancel",Finish:"Finish",InterruptionMessage:"Your responses indicate that it may be best to contact your medical provider as soon as possible. Call your provider to discuss your answers in this questionnaire. This questionnaire has not yet been submitted.",InterruptionMessage_QuestionnaireLocked:"Someone else is accessing this questionnaire. Try again later.",JumpToPreview:"Continue",QuestionnaireAnswersSaved:"Your responses have been saved but were not submitted.",QuestionnaireAnswersSavedNumDays:"Your responses have been saved but were not submitted. They will be saved for @MYCHART@NUMDAYS@ days.",QuestionnaireAnswersSavedOneDay:"Your responses have been saved but were not submitted. They will be saved for 1 day.",QuestionnaireAnswersSavedPleaseReturn:"Please return to this questionnaire and submit your responses at your convenience.",QuestionnaireAnswersSavedPleaseReturnAdmitted:"Please return to this questionnaire and submit your responses during this visit.",QuestionnaireAnswersSavedPleaseReturnDate:"Please return to this questionnaire and submit your responses by @MYCHART@EXPDATE@.",QuestionnaireBranchingChanged:'<span class="bold">Changes to your answers have added or removed questions.<\/span> Please continue and submit.',QuestionnaireBranchingChangedReview:'<span class="bold">Changes to your answers have updated the questions.<\/span>',QuestionnaireChanged:'<span class="bold">This questionnaire was recently updated.<\/span> Please review your answers. You may need to re-answer some questions.',QuestionnairePartSubmitReqQn:"Answer the required questions to continue submission.",QuestionnairePreText:"",QuestionnaireSaved:"Your answers have been saved.",QuestionnaireSubmitted:"Your answers have been submitted.",QuestionRequiredLegend:"Indicates a required field.",Save:"Finish later",ScoringRangeLabel:"Range",ScoringRangeString:"@MYCHART@LOWERBOUND@ - @MYCHART@UPPERBOUND@",SliderAnswerBothLabels:"On the scale from @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, to @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@, you chose @MYCHART@ANSVAL@",SliderAnswerMaxLabelOnly:"On the scale from @MYCHART@MIN@ to @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@, you chose @MYCHART@ANSVAL@",SliderAnswerMinLabelOnly:"On the scale from @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, to @MYCHART@MAX@, you chose @MYCHART@ANSVAL@",SliderAnswerNoLabels:"On the scale from @MYCHART@MIN@ to @MYCHART@MAX@, you chose @MYCHART@ANSVAL@",Submit:"Submit",SubmitButtonTop:"",SummaryAnswerColumn:"Answer",SummaryEditDownloadTitleText:"Download",SummaryEditText:"Edit this answer",SummaryPreviouslySubmitted:"Because this questionnaire was completed recently, we used your answers from @MYCHART@SUBMITTEDDATE@.",SummaryPrompt:'Please review your responses. To finish, click <span class="bold">Submit<\/span>. Or, click any question to modify an answer.',SummaryPromptPrintPreview:"Here are the responses you submitted.",SummaryPromptReadOnly:"Please review your answers.",SummaryPromptReadOnlySubmitted:"Thank you, here are the responses you have submitted.",SummaryPromptScreenReader:"Please review your responses. To finish, click Submit. Or, click any question to modify an answer.",SummaryQuestionColumn:"Question",SummaryQuestionNotAnsweredScreenreaderText:"Blank",Title:"Questionnaire"});$$WP.Strings.getNamespace("questionnaire.mychart").addStrings({AdmissionDescriptionWithDept:'For your hospital stay in <span class="bold">@MYCHART@ADMISSIONDEPT@<\/span>',AdmissionDescriptionWithDeptProxy:'For @MYCHART@PATIENT@\'s hospital stay in <span class="bold">@MYCHART@ADMISSIONDEPT@<\/span>',AdmissionDescriptionWithDeptScreenReader:"For your hospital stay in @MYCHART@ADMISSIONDEPT@",AdmissionDescriptionWithDeptScreenReaderProxy:"For @MYCHART@PATIENT@'s hospital stay in @MYCHART@ADMISSIONDEPT@",AdmissionDescriptionWithNoDept:"For your hospital stay",AdmissionDescriptionWithNoDeptProxy:"For @MYCHART@PATIENT@'s hospital stay",ApptDescriptionEVisit:'For your @MYCHART@BrandEVisit@ with <span class="bold">@MYCHART@PROVIDER@<\/span>',ApptDescriptionEVisitNoMnemonic:'For your E-Visit with <span class="bold">@MYCHART@PROVIDER@<\/span>',ApptDescriptionEVisitNoProvider:"For your @MYCHART@BrandEVisit@",ApptDescriptionEVisitNoProviderNoMnemonic:"For your E-Visit",ApptDescriptionEVisitNoProviderProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@",ApptDescriptionEVisitNoProviderProxyNoMnemonic:"For @MYCHART@PATIENT@'s E-Visit",ApptDescriptionEVisitNoProviderScreenReader:"For your @MYCHART@BrandEVisit@",ApptDescriptionEVisitNoProviderScreenReaderNoMenmonic:"For your E-Visit",ApptDescriptionEVisitNoProviderScreenReaderProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@",ApptDescriptionEVisitNoProviderScreenReaderProxyNoMnemonic:"For @MYCHART@PATIENT@'s E-Visit",ApptDescriptionEVisitProxy:'For @MYCHART@PATIENT@\'s @MYCHART@BrandEVisit@ with <span class="bold">@MYCHART@PROVIDER@<\/span>',ApptDescriptionEVisitProxyNoMnemonic:'For @MYCHART@PATIENT@\'s E-Visit with <span class="bold">@MYCHART@PROVIDER@<\/span>',ApptDescriptionEVisitScreenReader:"For your @MYCHART@BrandEVisit@ with @MYCHART@PROVIDER@",ApptDescriptionEVisitScreenReaderNoMnemonic:"For your E-Visit with @MYCHART@PROVIDER@",ApptDescriptionEVisitScreenReaderProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@ with @MYCHART@PROVIDER@",ApptDescriptionEVisitScreenReaderProxyNoMnemonic:"For @MYCHART@PATIENT@'s E-Visit with @MYCHART@PROVIDER@",ApptDescriptionWithDate:"For an upcoming appointment on @MYCHART@APPTDATE@",ApptDescriptionWithDateScreenReader:"For an upcoming appointment on @MYCHART@APPTDATE@",ApptDescriptionWithProviderAndDate:'For an upcoming appointment with <span class="bold">@MYCHART@PROVIDER@<\/span> on @MYCHART@APPTDATE@',ApptDescriptionWithProviderAndDateScreenReader:"For an upcoming appointment with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",BackToACP:"Back to @MYCHART@BrandEOLPlanning@",BackToACPNoMnemonic:"Back to End-of-Life Planning",BackToApptDetails:"Back to Visit Details",BackToCovidStatus:"Back to COVID-19",BackToECheckIn:"Back to @MYCHART@BrandECheckIn@",BackToECheckInNoMnemonic:"Back to eCheck-In",BackToEVisit:"Back to @MYCHART@BrandEVisit@",BackToEVisitNoMnemonic:"Back to E-Visit",BackToHomeScreen:"Back to home screen",BackToList:"Back to the questionnaire list",BackToMessage:"Back to the message",CancelPopupContinue:"Delete responses",CancelPopupGoBack:"Go back",CancelPopupPrompt:"If you cancel this questionnaire then any answers you have already entered will be deleted.",CancelPopupSave:"Save responses and finish later",CancelPopupTitle:"Delete responses?",DownloadFileHelpText:"Click to download this file",LateralityCategory:"",LateralityCategory_1:"Left",LateralityCategory_2:"Right",MessageDescriptionWithSenderAndDate:'Attached to a message from <span class="bold">@MYCHART@MSGSENDER@<\/span> received <span class="bold">@MYCHART@MSGDATE@<\/span>',MessageDescriptionWithSenderAndDateScreenReader:"Attached to a message from @MYCHART@MSGSENDER@ received @MYCHART@MSGDATE@",NoQuestions:"There are no questions available for you to answer in this questionnaire.",PastApptDescriptionWithDate:"For a previous appointment on @MYCHART@APPTDATE@",PastApptDescriptionWithDateScreenReader:"For a previous appointment on @MYCHART@APPTDATE@",PastApptDescriptionWithProviderAndDate:'For a previous appointment with <span class="bold">@MYCHART@PROVIDER@<\/span> on @MYCHART@APPTDATE@',PastApptDescriptionWithProviderAndDateScreenReader:"For a previous appointment with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",QuestionnaireSeriesDescription:'For the questionnaire series <span class="bold">@MYCHART@SERIESNAME@<\/span>',QuestionnaireSeriesDescriptionScreenReader:"For the questionnaire series @MYCHART@SERIESNAME@",SeriesSurgeryDescriptionWithProcedureAndDate:'For your <span class="bold">@MYCHART@PROCEDURENAME@<\/span> on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProcedureAndDateProxy:'For @MYCHART@PATIENT@’s <span class="bold">@MYCHART@PROCEDURENAME@<\/span> on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProcedureAndDateScreenReader:"For your @MYCHART@PROCEDURENAME@ on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProcedureAndDateScreenReaderProxy:"For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProcedureAndProvider:'For your <span class="bold">@MYCHART@PROCEDURENAME@<\/span> with @MYCHART@PROVIDER@',SeriesSurgeryDescriptionWithProcedureAndProviderProxy:'For @MYCHART@PATIENT@’s <span class="bold">@MYCHART@PROCEDURENAME@<\/span> with @MYCHART@PROVIDER@',SeriesSurgeryDescriptionWithProcedureAndProviderScreenReader:"For your @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@",SeriesSurgeryDescriptionWithProcedureAndProviderScreenReaderProxy:"For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@",SeriesSurgeryDescriptionWithProcedureLateralityAndDate:'For your <span class="bold">@MYCHART@PROCEDURENAME@<\/span> (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProcedureLateralityAndDateProxy:'For @MYCHART@PATIENT@’s <span class="bold">@MYCHART@PROCEDURENAME@<\/span> (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProcedureLateralityAndDateScreenReader:"For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProcedureLateralityAndDateScreenReaderProxy:"For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProcedureLateralityAndProvider:'For your <span class="bold">@MYCHART@PROCEDURENAME@<\/span> (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@',SeriesSurgeryDescriptionWithProcedureLateralityAndProviderProxy:'For @MYCHART@PATIENT@’s <span class="bold">@MYCHART@PROCEDURENAME@<\/span> (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@',SeriesSurgeryDescriptionWithProcedureLateralityAndProviderScreenReader:"For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@",SeriesSurgeryDescriptionWithProcedureLateralityAndProviderScreenReaderProxy:"For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@",SeriesSurgeryDescriptionWithProviderProcedureAndDate:'For your <span class="bold">@MYCHART@PROCEDURENAME@<\/span> with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProviderProcedureAndDateProxy:'For @MYCHART@PATIENT@’s <span class="bold">@MYCHART@PROCEDURENAME@<\/span> with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProviderProcedureAndDateScreenReader:"For your @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProviderProcedureAndDateScreenReaderProxy:"For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProviderProcedureLateralityAndDate:'For your <span class="bold">@MYCHART@PROCEDURENAME@<\/span> (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProviderProcedureLateralityAndDateProxy:'For @MYCHART@PATIENT@’s <span class="bold">@MYCHART@PROCEDURENAME@<\/span> (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@',SeriesSurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReader:"For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",SeriesSurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReaderProxy:"For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",SeriesSurgeryProcedureDefault:"Procedure",SeriesToDoDescriptionWithTaskName:'For the To Do task <span class="bold">@MYCHART@TASKNAME@<\/span>',SeriesToDoDescriptionWithTaskNameScreenReader:"For the To Do task @MYCHART@TASKNAME@",Title:"Questionnaire"});$$WP.Strings.getNamespace("questionnairelist.hyperspace").addStrings({ActivityTitleHeader:"Questionnaires for @MYCHART@PATIENT@",HidePastResponses:"Hide past responses",ListPageAppointmentDescription:'For an upcoming visit on <span class="bold">@MYCHART@APPTDATE@<\/span>',ListPageAppointmentDescriptionNoDate:"For @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",ListPageAppointmentDescriptionScreenReader:"For an upcoming appointment on @MYCHART@APPTDATE@",ListPageAppointmentWhatDetails:"@MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",ListPageAppointmentWhatHeader:"What:",ListPageAppointmentWhenDetails:"@MYCHART@APPTDATE@ at @MYCHART@APPTTIME@ (@MYCHART@APPTDURATION@ minutes)",ListPageAppointmentWhenHeader:"When:",ListPageAppointmentWhereHeader:"Where:",ListPageAssignedQuestionnairesDescription:"",ListPageBlankDueDate:"-",ListPagePastAppointmentDescription:"For a previous appointment with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",ListPagePastAppointmentDescriptionScreenReader:"For a previous appointment on @MYCHART@APPTDATE@",MessageDescriptionWithSenderAndDate:'Attached to a message from <span class="bold">@MYCHART@MSGSENDER@<\/span> received <span class="bold">@MYCHART@MSGDATE@<\/span>',MessageDescriptionWithSenderAndDateScreenReader:"Attached to a message from @MYCHART@MSGSENDER@ received @MYCHART@MSGDATE@",NoQuestionnairesToShow:"There are no questionnaires available.",NoQuestions:"There were no questions available to answer in that questionnaire.",PageTitle:"Questionnaires",QuestionnaireCompleted:"Completed",QuestionnaireInProgress:"In Progress",QuestionnaireLocked:"Sorry, someone else is accessing that questionnaire. Please try again later.",QuestionnaireNameHeader:"Questionnaire",QuestionnaireNameHoverHelpText:"Name of the questionnaire",QuestionnaireNotStarted:"Not Started",QuestionnaireRowHoverHelpText:"Click here to answer the questionnaire",QuestionnaireStatusHeader:"Status",QuestionnaireStatusHoverHelpText:"Status of the questionnaire",QuestionnaireUnavailable:"Unavailable",ReservedTextA23:"",ShowPastResponses:"Show past responses",Title:"Questionnaires for @MYCHART@PATIENT@"});$$WP.Strings.getNamespace("questionnairelist.mychart").addStrings({ActionColumnName:"Options",ActionColumnTooltip:"Actions available for the questionnaire",ECheckInPosttext:"",ECheckInPretext:'<p>You\'ve completed <span class="bold">@MYCHART@LINKEDFILLED@ of @MYCHART@LINKEDTOTAL@<\/span> questionnaires@MYCHART@LINKEDFROM@.<\/p>',EditedDaysAgo:"Last edited @MYCHART@DAYSAGO@ days ago",EditedDaysAgoByOther:"Last edited @MYCHART@DAYSAGO@ days ago by @MYCHART@ANSWERINGUSER@",EditedHoursAgo:"Last edited @MYCHART@HOURSAGO@ hours ago",EditedHoursAgoByOther:"Last edited @MYCHART@HOURSAGO@ hours ago by @MYCHART@ANSWERINGUSER@",EditedJustNow:"Last edited just now",EditedJustNowByOther:"Last edited just now by @MYCHART@ANSWERINGUSER@",EditedMinutesAgo:"Last edited @MYCHART@MINUTESAGO@ minutes ago",EditedMinutesAgoByOther:"Last edited @MYCHART@MINUTESAGO@ minutes ago by @MYCHART@ANSWERINGUSER@",EditedOneDayAgo:"Last edited yesterday",EditedOneDayAgoByOther:"Last edited yesterday by @MYCHART@ANSWERINGUSER@",EditedOneHourAgo:"Last edited 1 hour ago",EditedOneHourAgoByOther:"Last edited 1 hour ago by @MYCHART@ANSWERINGUSER@",EditedOneMinuteAgo:"Last edited 1 minute ago",EditedOneMinuteAgoByOther:"Last edited 1 minute ago by @MYCHART@ANSWERINGUSER@",EditedPast:"Last edited @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@",EditedPastByOther:"Last edited @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@ by @MYCHART@ANSWERINGUSER@",EditedToday:"Last edited earlier today",EditedTodayByOther:"Last edited earlier today by @MYCHART@ANSWERINGUSER@",FilledImageTooltip:"This questionnaire has been completed.",HidePastResponses:"Hide past responses",LastFilledOutHoverHelpText:"The last date this questionnaire was completed",LastSubmittedDaysAgo:"Last submitted @MYCHART@DAYSAGO@ days ago",LastSubmittedDaysAgoByOther:"Last submitted @MYCHART@DAYSAGO@ days ago by @MYCHART@ANSWERINGUSER@",LastSubmittedHoursAgo:"Last submitted @MYCHART@HOURSAGO@ hours ago",LastSubmittedHoursAgoByOther:"Last submitted @MYCHART@HOURSAGO@ hours ago by @MYCHART@ANSWERINGUSER@",LastSubmittedJustNow:"Last submitted just now",LastSubmittedJustNowByOther:"Last submitted just now by @MYCHART@ANSWERINGUSER@",LastSubmittedMinutesAgo:"Last submitted @MYCHART@MINUTESAGO@ minutes ago",LastSubmittedMinutesAgoByOther:"Last submitted @MYCHART@MINUTESAGO@ minutes ago by @MYCHART@ANSWERINGUSER@",LastSubmittedOneDayAgo:"Last submitted yesterday",LastSubmittedOneDayAgoByOther:"Last submitted yesterday by @MYCHART@ANSWERINGUSER@",LastSubmittedOneHourAgo:"Last submitted 1 hour ago",LastSubmittedOneHourAgoByOther:"Last submitted 1 hour ago by @MYCHART@ANSWERINGUSER@",LastSubmittedOneMinuteAgo:"Last submitted 1 minute ago",LastSubmittedOneMinuteAgoByOther:"Last submitted 1 minute ago by @MYCHART@ANSWERINGUSER@",LastSubmittedPast:"Last submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@",LastSubmittedPastByOther:"Last submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@ by @MYCHART@ANSWERINGUSER@",LastSubmittedToday:"Last submitted earlier today",LastSubmittedTodayByOther:"Last submitted earlier today by @MYCHART@ANSWERINGUSER@",LinkedFromAppointment:"&nbsp;for your upcoming appointment",LinkedFromMessage:"&nbsp;from the message",LinkedFromQuestionnaireList:"",ListPageAppointmentDescription:"For an upcoming appointment with @MYCHART@APPTPROVS@",ListPageAppointmentDescriptionNoDate:"For @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",ListPageAppointmentDescriptionNoDateScreenReader:"For @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVSSCREENREADER@",ListPageAppointmentDescriptionNoProvider:"For an upcoming appointment",ListPageAppointmentDescriptionNoProviderNoDate:"For your @MYCHART@APPTTYPE@",ListPageAppointmentDescriptionNoProviderScreenReader:"For an upcoming appointment",ListPageAppointmentDescriptionScreenReader:"For an upcoming appointment with @MYCHART@APPTPROVSSCREENREADER@",ListPageAppointmentWhatDetails:"@MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",ListPageAppointmentWhatDetailsNoProvider:"@MYCHART@APPTTYPE@",ListPageAppointmentWhatHeader:"What:",ListPageAppointmentWhenDetails:"@MYCHART@APPTDATE@ at @MYCHART@APPTTIME@ (@MYCHART@APPTDURATION@ minutes)",ListPageAppointmentWhenHeader:"When:",ListPageAppointmentWhereHeader:"Where:",ListPageAssignedQuestionnaires:"Assigned Questionnaires",ListPageAssignedQuestionnairesDescription:"",ListPageAssignedQuestionnairesSummary:"Table of assigned questionnaires",ListPageBlankDueDate:"-",ListPageCompletedQuestionnaires:"Recent Questionnaire Answers",ListPageDueDateMobile:"Due @MYCHART@DUEDATE@",ListPageEVisitDescription:"For your @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVS@",ListPageEVisitDescriptionNoMnemonic:"For your E-Visit with @MYCHART@APPTPROVS@",ListPageEVisitDescriptionNoProvider:"For your @MYCHART@BrandEVisit@",ListPageEVisitDescriptionNoProviderNoMnemonic:"For your E-Visit",ListPageEVisitDescriptionNoProviderProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@",ListPageEVisitDescriptionNoProviderProxyNoMnemonic:"For @MYCHART@PATIENT@'s E-Visit",ListPageEVisitDescriptionNoProviderScreenReader:"For your @MYCHART@BrandEVisit@",ListPageEVisitDescriptionNoProviderScreenReaderProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@",ListPageEVisitDescriptionProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVS@",ListPageEVisitDescriptionProxyNoMnemonic:"For @MYCHART@PATIENT@'s E-Visit with @MYCHART@APPTPROVS@",ListPageEVisitDescriptionScreenReader:"For your @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVSSCREENREADER@",ListPageEVisitDescriptionScreenReaderNoMnemonic:"For your E-Visit with @MYCHART@APPTPROVSSCREENREADER@",ListPageEVisitDescriptionScreenReaderProxy:"For @MYCHART@PATIENT@'s @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVSSCREENREADER@",ListPageEVisitDescriptionScreenReaderProxyNoMnemonic:"For @MYCHART@PATIENT@'s E-Visit with @MYCHART@APPTPROVSSCREENREADER@",ListPageHelpIconAlt:"Learn why this questionnaire was assigned.",ListPageHelpIconAltFull:"Screen readers: Use the next line command to learn why this questionnaire was assigned.",ListPageMessageDescription:'Attached to a message from <span class="bold">@MYCHART@MSGPROV@<\/span> received <span class="bold">@MYCHART@MSGDATE@<\/span>',ListPageMessageDescriptionScreenReader:"Attached to a message from @MYCHART@MSGPROV@ received @MYCHART@MSGDATE@",ListPageMessageSenderHeader:"From:",ListPageMessageSubjectHeader:"Subject:",ListPageNoSubject:"No Subject",ListPageOptionalQuestionnaires:"Optional Questionnaires",ListPageOptionalQuestionnairesDescription:"",ListPageOptionalQuestionnairesSummary:"Table of optional questionnaires",ListPageOptOut:"You can <a>opt out<\/a> of a questionnaire series anytime.",ListPagePastAppointmentDescription:"For a previous appointment with @MYCHART@APPTPROVS@",ListPagePastAppointmentDescriptionNoProvider:"For a previous appointment",ListPagePastAppointmentDescriptionNoProviderScreenReader:"For a previous appointment",ListPagePastAppointmentDescriptionScreenReader:"For a previous appointment with @MYCHART@APPTPROVSSCREENREADER@",NoQuestionnairesToShow:"There are no questionnaires available.",NotFilledButtonCaption:"Answer",NotFilledButtonTooltip:"Answer the questionnaire",NotFilledImageTooltip:"This questionnaire has not been started.",OptionalQuestionnaireFilledOutMobile:"Last answered @MYCHART@FILLEDOUTDATE@",OptionalQuestionnaireFilledOutScreenReader:"@MYCHART@QUESTIONNAIRENAME@: @MYCHART@QUESTIONNAIREDESCRIPTION@ - You last filled out this questionnaire on @MYCHART@FILLEDOUTDATE@.",OptionalQuestionnaireNeverFilledOutMobile:"Not yet answered",OptionalQuestionnaireNeverFilledOutScreenReader:"@MYCHART@QUESTIONNAIRENAME@: @MYCHART@QUESTIONNAIREDESCRIPTION@ - You have never filled out this questionnaire.",PrintableSummary:"Print Summary",QuestionnaireCompleted:"Completed",QuestionnaireDueDateHeader:"Due Date",QuestionnaireDueDateHoverHelpText:"Due date for the questionnaire",QuestionnaireInProgress:"In Progress",QuestionnaireNameColumnName:"Questionnaire",QuestionnaireNameColumnTooltip:"Questionnaire name",QuestionnaireNameHeader:"Questionnaire",QuestionnaireNameHoverHelpText:"Name of the questionnaire",QuestionnaireNotStarted:"Not Started",QuestionnaireRowHoverHelpText:"Click here to answer the questionnaire",QuestionnaireRowHoverHelpTextCompleted:"Click here to see your answers for this questionnaire",QuestionnaireTableDescription:"Table of questionnaires to answer",QuestionnaireUnavailable:"Unavailable",QuestionnaireUnavailableOkay:"Okay",QuestionnaireUnavailablePopupText:"This questionnaire is currently unavailable. Please try again tomorrow.",QuestionnaireUnavailableTitle:"Questionnaire Unavailable",ReservedTextA23:"",ReservedTextA23Bedside:"",ReservedTextA23Mobile:"",ReviewButtonCaption:"Please Review",ReviewButtonTooltip:"Review questionnaire",ReviewImageTooltip:"This questionnaire needs review.",ShowPastResponses:"Show past responses",SubmitQuestionnaireToast:"Your questionnaire was submitted successfully. Thanks for answering!",SubmittedDaysAgo:"Submitted @MYCHART@DAYSAGO@ days ago",SubmittedDaysAgoByOther:"Submitted @MYCHART@DAYSAGO@ days ago by @MYCHART@ANSWERINGUSER@",SubmittedHoursAgo:"Submitted @MYCHART@HOURSAGO@ hours ago",SubmittedHoursAgoByOther:"Submitted @MYCHART@HOURSAGO@ hours ago by @MYCHART@ANSWERINGUSER@",SubmittedJustNow:"Submitted just now",SubmittedJustNowByOther:"Submitted just now by @MYCHART@ANSWERINGUSER@",SubmittedMinutesAgo:"Submitted @MYCHART@MINUTESAGO@ minutes ago",SubmittedMinutesAgoByOther:"Submitted @MYCHART@MINUTESAGO@ minutes ago by @MYCHART@ANSWERINGUSER@",SubmittedOneDayAgo:"Submitted yesterday",SubmittedOneDayAgoByOther:"Submitted yesterday by @MYCHART@ANSWERINGUSER@",SubmittedOneHourAgo:"Submitted 1 hour ago",SubmittedOneHourAgoByOther:"Submitted 1 hour ago by @MYCHART@ANSWERINGUSER@",SubmittedOneMinuteAgo:"Submitted 1 minute ago",SubmittedOneMinuteAgoByOther:"Submitted 1 minute ago by @MYCHART@ANSWERINGUSER@",SubmittedPast:"Submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@",SubmittedPastByOther:"Submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@ by @MYCHART@ANSWERINGUSER@",SubmittedToday:"Submitted earlier today",SubmittedTodayByOther:"Submitted earlier today by @MYCHART@ANSWERINGUSER@",Title:"Questionnaires"});$$WP.Strings.getNamespace("questions").addStrings({AddressCityPrompt:"City:",AddressStatePrompt:"State:",AddressStreetPrompt:"Street Address:",AddressZipPrompt:"ZIP Code:",DrawingClear:"Clear",DrawingClearContinue:"Clear drawing",DrawingClearWarning:"Are you sure? You will not be able to get your current drawing back.",DrawingGoBack:"Go back",DrawingImageLoadFailed:"Image failed to load; please try again later.",DrawingRedo:"Redo",DrawingScreenReaderHelpComment:"This is a drawing question. Drawing tools are not supported in accessibility mode. Please continue to the comment section.",DrawingScreenReaderHelpNoComment:"This is a drawing question. Drawing tools are not supported in accessibility mode. Please continue.",DrawingUndo:"Undo",DropDownDefaultOptionText:"[Choose]",MultipleResponsePrompt:"Select all that apply.",NoResponseButtonCaption:"No Response",OtherOptionButtonCaption:"Other",OtherOptionEntryFieldGhostText:"Please specify",TimeWithUnitsScreenReaderHelp:"After entering a number, use read next line command to select a unit.",Title:"Questions",ToggleFollowUpQuestions:"Additional questions about @MYCHART@FOLLOWUPPARENTQUESTIONPROMPT@.",UploadInfoBubbleHeader:"Instructions:",WelcomeTimeWithUnitsScreenReaderHelp:"@MYCHART@QUESTIONPROMPT@ After entering a number, advance to select a unit."});$$WP.Strings.getNamespace("questions.sliderquestions").addStrings({CustomListSliderAnswerLabel:"Selected Response:",CustomListSliderMaxHorizontal:"Right end of slider: @MYCHART@MAXLABEL@",CustomListSliderMaxHorizontalRTL:"Left end of slider: @MYCHART@MAXLABEL@",CustomListSliderMaxVertical:"Top end of slider: @MYCHART@MAXLABEL@",CustomListSliderMinHorizontal:"Left end of slider: @MYCHART@MINLABEL@",CustomListSliderMinHorizontalRTL:"Right end of slider: @MYCHART@MINLABEL@",CustomListSliderMinVertical:"Bottom end of slider: @MYCHART@MINLABEL@",HorizontalCustomListSliderDescriptionEmptyWithLabelsWeb:"To change the value, use the arrow keys. The left end is @MYCHART@MINLABEL@, and the right end is @MYCHART@MAXLABEL@.",HorizontalCustomListSliderDescriptionWithValueAndLabelsWeb:"To change the value, use the arrow keys. The left end is @MYCHART@MINLABEL@, and the right end is @MYCHART@MAXLABEL@.",HorizontalRTLCustomListSliderDescriptionEmptyWithLabelsWeb:"To change the value, use the arrow keys. The right end is @MYCHART@MINLABEL@, and the left end is @MYCHART@MAXLABEL@.",HorizontalRTLCustomListSliderDescriptionWithValueAndLabelsWeb:"To change the value, use the arrow keys. The right end is @MYCHART@MINLABEL@, and the left end is @MYCHART@MAXLABEL@",SliderBlank:"Blank",SliderDescriptionNoLabels:"The minimum value is @MYCHART@MIN@, and the maximum value is @MYCHART@MAX@.",SliderDescriptionWithLabels:"The minimum value is @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, and the maximum value is @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@.",SliderDescriptionWithMaxLabel:"The minimum value is @MYCHART@MIN@, and the maximum value is @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@.",SliderDescriptionWithMinLabel:"The minimum value is @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, and the maximum value is @MYCHART@MAX@.",SliderMax:"Maximum value: @MYCHART@MAX@",SliderMaxSelected:"Maximum value: @MYCHART@MAX@, selected",SliderMaxWithLabel:"Maximum value: @MYCHART@MAX@ (@MYCHART@MAXLABEL@)",SliderMaxWithLabelSelected:"Maximum value: @MYCHART@MAX@ (@MYCHART@MAXLABEL@), selected",SliderMin:"Minimum value: @MYCHART@MIN@",SliderMinSelected:"Minimum value: @MYCHART@MIN@, selected",SliderMinWithLabel:"Minimum value: @MYCHART@MIN@ (@MYCHART@MINLABEL@)",SliderMinWithLabelSelected:"Minimum value: @MYCHART@MIN@ (@MYCHART@MINLABEL@), selected",SliderNoResponse:"No response",SliderNoResponseAriaLabel:"No response, double tap to clear your answer",Title:"",VerticalCustomListSliderDescriptionEmptyWithLabelsWeb:"To change the value, use the arrow keys. The bottom end is @MYCHART@MINLABEL@, and the top end is @MYCHART@MAXLABEL@.",VerticalCustomListSliderDescriptionWithValueAndLabelsWeb:"To change the value, use the arrow keys. The bottom end is @MYCHART@MINLABEL@, and the top end is @MYCHART@MAXLABEL@."});$$WP.Strings.getNamespace("react.clientsdk").addStrings({AsyncPlaceholderError:"Error loading!",AsyncPlaceholderInFlight:"Loading...",AsyncPlaceholderNotStarted:"Waiting to start...",FiniteRangeText:"Showing @MYCHART@CURRENTFINITECOUNT@ of @MYCHART@MAXIMUMFINITECOUNT@",FuzzyRangeText:"Showing @MYCHART@CURRENTFUZZYCOUNT@ of many",PopupActionAcknowledge:"OK",PopupActionConfirm:"Yes",PopupActionDecline:"No",PopupActionIgnore:"Ignore",PopupTitleCloseButtonText:"Close",ShowPasswordToggleText:"Show password",Title:"client-sdk"});$$WP.Strings.getNamespace("research.questionnaire").addStrings({Advance:"Continue",Back:"Back",JumpToPreview:"Back to Answer Summary",Submit:"Save",SummaryPrompt:"Please review your responses.  You may select any question to modify an answer.",SummaryPromptScreenReader:"Please review your responses.  You may select any question to modify an answer.",Title:"Research Preference Profile"});$$WP.Strings.getNamespace("research.studies").addStrings({ActiveStudiesHeader:"Active Studies",AvailableStudiesHeader:"Available Studies",AvailableStudiesWithInstructionsMessage:'Based on your medical record, you have been identified as potentially eligible for these studies. Click "I\'m Interested" to notify the research team that you may want to participate in the study.',AvailableStudiesWithoutInstructionsMessage:"Based on your medical record, you have been identified as potentially eligible for these studies.",ClickToCollapse:"Click to collapse",ClickToExpand:"Click to expand",CollapseClickText:"Click to collapse",CreateProfileButton:"Create profile",CreateResearchProfileLabel:"Create a profile to let us know the types of research you may be interested in.",DeclineButton:"No, thank you",DescriptionLabel:"Description",DoNotContactLabel:"Do not contact",ExpandClickText:"Click to expand",HideDetails:"Hide details",InterestedButton:"I'm interested",JSMessageErrorText:"Please refresh the page and try again. If this problem persists, please contact customer service.",JSMessageErrorTitle:"Error",JSMessageInterestedText:"Thank you for your interest in this study.<br/>You will be contacted soon for the next steps.",JSMessageOKButton:"OK",JSMessageSuccessTitle:"Thank You!",LinksLabel:"Links",NoResearchStudiesMessage:"You are not enrolled in any research studies or your research studies are not visible in @MYCHART@APPTITLE@.",NotificationPreferencesImgAltText:"Specify how you would like to receive @MYCHART@APPTITLE@ notifications for research",NotificationPreferencesLink:"Specify how you would like to receive @MYCHART@APPTITLE@ notifications for research",OkToContactLabel:"Okay to Contact",OtherStudiesHeader:"Other Studies",Posttext:"",Pretext:"",PrincipalInvestigatorImageAltText:"Photo of @MYCHART@PRINCIPALINVESTIGATORNAME@",PrincipalInvestigatorLabel:"Principal Investigator",RelatedLinksHeader:"Related Links",ResearchContactLabel:'I would like Alberta Health Services (AHS) to Contact me personally (by phone, email, or letter) about those research opportunities for which I am uniquely qualified. Default can be set to "Okay to Contact"',ResearchPreferencesHeader:"Participation Preferences",SetHowInNotificationPreferencesLabel:"You can choose how to be contacted in <a>Notifications<\/a>.",ShowDetails:"Show details",SidebarDisclaimer:"Your preferences will help us let you know about research opportunities that might interest you. Your care team might discuss additional opportunities with you.",StudyCoordinatorPluralLabel:"Study Coordinators",StudyCoordinatorSingularLabel:"Study Coordinator",Title:"Research Studies",UndecidedLabel:"Undecided",UpdateProfileButton:"Go to profile",UpdateResearchProfileLabel:"Update your profile to let us know the types of research you may be interested in.",YourStudiesHeader:"Your Studies"});$$WP.Strings.getNamespace("scheduling").addStrings({accessibleSlot:'@MYCHART@SLOTTIME@<span class="clearlabel"> on @MYCHART@ACCESSIBLESLOTDATE@ at @MYCHART@ACCESSIBLESLOTLOCATION@ with @MYCHART@ACCESSIBLESLOTPROVIDER@.<\/span>',accessibleSlotNoProvider:'@MYCHART@SLOTTIMENOPROVIDER@<span class="clearlabel"> on @MYCHART@ACCESSIBLESLOTDATENOPROVIDER@ at @MYCHART@ACCESSIBLESLOTLOCATIONNOPROVIDER@.<\/span>',accessibleSlotWithTimeZone:'@MYCHART@SLOTTIMEWITHTIMEZONE@ @MYCHART@SLOTTIMEZONE@<span class="clearlabel"> on @MYCHART@ACCESSIBLESLOTDATEWITHTIMEZONE@ at @MYCHART@ACCESSIBLESLOTLOCATIONWITHTIMEZONE@ with @MYCHART@ACCESSIBLESLOTPROVIDERWITHTIMEZONE@.<\/span>',accessibleSlotWithTimeZoneNoProvider:'@MYCHART@SLOTTIMEWITHTIMEZONENOPROVIDER@ @MYCHART@SLOTTIMEZONENOPROVIDER@<span class="clearlabel"> on @MYCHART@ACCESSIBLESLOTDATEWITHTIMEZONENOPROVIDER@ at @MYCHART@ACCESSIBLESLOTLOCATIONWITHTIMEZONENOPROVIDER@.<\/span>',AccessibleTeamsHelpText:"Before you continue, you can include other members of this provider's team to increase the number of available times.",AddedOneProvider:"Added @MYCHART@ADDEDPROVIDER@",AddedThreePlusProviders:"Added @MYCHART@FIRSTADDEDPROVIDER@ and @MYCHART@NUMBEROFOTHERSADDED@ others",AddedTwoProviders:"Added @MYCHART@ADDEDPROVIDER1@ and @MYCHART@ADDEDPROVIDER2@",AdditionalOptionsPretext:"You may also schedule using one of these options:",AdditionalOptionsStandalonePretext:"You may schedule using the following options:",AllLocationsButtonLabel:"All",AllLocationsButtonLabel_Detailed:"Select to filter to all locations",AnonymousConfirmationStepSubtitle:"Review the details of your appointment before scheduling.",AnotherBatchButton:"Show more",AnotherBatchButtonDetailed:"Show more appointment times",AnyLocationDescription:"Schedule at any available location.",AnyLocationHeader:"Any location",AnyLocationNearHomeDescription:"Schedule at any available location near home.",AnyLocationNearHomeHeader:"Any location near home",AnyLocationNearMeDescription:"Schedule at any available location near me.",AnyLocationNearMeHeader:"Any location near me",AnyLocationNearZipDescription:"Schedule at any available location near @MYCHART@ZIPCODE@.",AnyLocationNearZipHeader:"Any location near @MYCHART@ZIPCODE@",AnyProviderDescription:"Schedule with any available provider.",AnyProviderHeader:"Any provider",AppointmentArrivalTime:"Arrive by @MYCHART@ARRIVALTIME@",AppointmentInstructionsHeader:"Visit Instructions",AppointmentTimeDuration:"(@MYCHART@TIMEDURATION@ minutes)",ArrivalTimeWithTimeZone:"Arrive by @MYCHART@APPOINTMENTARRIVALTIMEWITHTIMEZONE@ @MYCHART@ARRIVALTIMEZONE@",BackToVisitDetailsButtonLabel:"Back to Visit Details",BannerButtonLabel:"Find virtual care",BannerDetailText:"<p>Due to the outbreak of COVID-19 we currently ask that you call @MYCHART@SCHEDULINGPHONE@ to schedule an appointment.<\/p><p><b>If you would like to find appropriate care based on your symptoms, please use our virtual care tool.<\/b><\/p>",CaptchaBlurb:"This site is protected by reCAPTCHA and the Google @MYCHART@PRIVACYPOLICYMNEMONIC@ and @MYCHART@TERMSOFSERVICEMNEMONIC@ apply.",CaptchaContinueLabel:"Next",CaptchaPretext:"As a spam prevention measure, complete the CAPTCHA below.",ChooseProviderDescription:"Choose a provider who matches your needs.",ChooseProviderTitle:"Choose a Provider",ClearSelectedFilters:"Clear",ClearSelectedFiltersNoProviders:"Clear filters",ClearSelectedFiltersVerboseDescription:"Clear all selected filters",ClosePopupLabel:"Close this popup.",CompleteThisPopupLabel:"To continue, complete this pop up.",CondensedHeaderAccessibleLabel:"Step @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@",ConfirmationCommentPrompt:"What is the most important thing you want addressed during this visit?",ConfirmationStepSubtitle:"Click the Schedule button if everything looks correct.",ConfirmationStepTitle:"You're almost done...",ConfirmProviderRfv:"@MYCHART@REASONFORVISIT@ with @MYCHART@PROVIDER@",ConfirmRfv:"@MYCHART@REASONFORVISIT@",ConfirmRfvWithLinkedProvider:"@MYCHART@REASONFORVISIT@ with @MYCHART@LINKEDPROVIDER@",ConnectionThrottledErrorMessage:"We could not schedule this appointment due to very high demand. Please check back in a bit.",ContinueAsGuest:"I don't have an account",ContinueAsGuestTooltip:"Continue without logging in. You will be asked to log in or create an account later.",ContinueButtonLabel:"Continue",ContinueButtonString:"Continue",CookiesNotEnabledError:"Please @MYCHART@COOKIESNOTENABLEDLINK@ to view available times.",CookiesNotEnabledErrorLinkText:"enable cookies",CovidBannerHeader:"COVID-19 Alert",CurrentStepButtonLabel:"Current Step",CustomStepStrings:"",DatesLabel:"Start search on: ",DemographicVerificationButtonTooltip:"Verify your personal information",DemographicVerificationButtonTooltipDependent:"Verify @MYCHART@DEMOGRAPHICPATIENTTOOLTIPNAME@'s personal information",DemographicVerificationStepHeader:"Verify your personal information",DemographicVerificationStepHeaderDependent:"Verify @MYCHART@DEMOGRAPHICPATIENTHEADERNAME@'s personal information",DepartmentDirectionsHeader:"Directions for @MYCHART@DEPARTMENT@",DepartmentLinkWithProvider:"@MYCHART@DEPARTMENTLINK@ with @MYCHART@PROVIDER@",DepartmentRequestString:"Request an appointment at @MYCHART@DEPARTMENT@",DetailedSolutionHeader:"Scheduling option starting on @MYCHART@SOLUTIONSTARTDATE@",DistanceAway_1:"@MYCHART@DISTANCE@ miles",DistanceAway_2:"@MYCHART@DISTANCE@ kilometers",DistanceFromHomeLabel:"@MYCHART@DISTANCEWITHUNITS@ from home",DistanceFromMeLabel:"@MYCHART@DISTANCEWITHUNITS@ from me",DistanceFromZipLabel:"@MYCHART@DISTANCEWITHUNITS@ from @MYCHART@ZIPCODE@",DistanceUnits_1:"miles",DistanceUnits_2:"kilometers",DrivingDirectionsButton:"Get directions",DrivingDirectionsButtonTooltip:"Get driving directions to this location",DuplicateAppointmentsErrorHardStop:"You are unable to schedule this appointment because it looks too similar to an upcoming @MYCHART@DUPLICATEVISITTYPENAME@ on @MYCHART@DUPLICATEAPPOINTMENTDATE@.",DuplicateAppointmentsErrorRequest:"This looks similar to an upcoming @MYCHART@DUPLICATEVISITTYPENAME@ on @MYCHART@DUPLICATEAPPOINTMENTDATE@. Would you like to request an appointment instead?",DuplicateAppointmentsWarning:"This looks similar to an upcoming appointment on @MYCHART@DUPLICATEAPPOINTMENTDATE@. Do you mean to schedule another @MYCHART@DUPLICATEVISITTYPENAME@?",DurationHourAndMinutes:"(1 hour, @MYCHART@MINUTES@ minutes)",DurationHours:"(@MYCHART@HOURS@ hours)",DurationHoursAndMinutes:"(@MYCHART@HOURS@ hours, @MYCHART@MINUTES@ minutes)",DurationMinutes:"(@MYCHART@MINUTES@ minutes)",DurationOneHour:"(1 hour)",EditButtonString:"Edit",EditFilterLink:"Edit",EditProviderLink:"Change provider",EmergencyDisclaimer:"",EmergencyDisclaimerExpanded:"",ErrorMessage:"We weren't able to schedule that right now. Try picking a different time or try again later.",ErrorTitle:"Error!",EstimatedCopay:"Your expected copay is @MYCHART@PAYMENTAMOUNT@",EstimatedPrepay:"Your expected prepay is @MYCHART@PAYMENTAMOUNT@.",ExistingProviderWorkflow:"Schedule with a specific provider",ExistingProviderWorkflowHelpText:"Choose a provider who matches your needs.",ExpandableFilterLabel:"Filters",FilterGroupShowLess:"Show less",FilterGroupShowMore:"Show more",FilterGroupTitle:"",FilterGroupTitle_ClinicalInterests:"Clinical Interest: ",FilterGroupTitle_Credentials:"Provider Type: ",FilterGroupTitle_Gender:"Gender: ",FilterGroupTitle_Languages:"Language: ",FilterSectionHeaderDatesAndTimes:"Date & Time",FilterSectionHeaderSelections:"Search Criteria",FilterSectionRefineSearchHeader:"Refine Search",FindADoctorHeader:"Find a Doctor",FindSlotsFromDateLabel:"Find available appointments starting on",FromDateLabel:"From: ",GuestScheduleButton:"Schedule as guest",GuestTicketErrorMessage:"This appointment cannot be scheduled. Please call your clinic at @MYCHART@SCHEDULINGPHONE@.",HaveExistingAccount:"Do you already have a @MYCHART@APPTITLE@ account?",HighDemandFirstLoadDescription:"We are experiencing high demand right now.",HighDemandFirstLoadInstructions:"Please check back in a bit.",HighDemandSubsequentLoadDescription:"We could not load additional times due to very high demand.",HighDemandSubsequentLoadInstructions:"Continue with one of the times listed or check back in a bit.",IncludedOneProvider:"Included @MYCHART@INCLUDEDPROVIDER@",IncludedThreePlusProviders:"Included @MYCHART@FIRSTINCLUDEDPROVIDER@ and @MYCHART@NUMBEROFOTHERSINCLUDED@ others",IncludedTwoProviders:"Included @MYCHART@INCLUDEDPROVIDER1@ and @MYCHART@INCLUDEDPROVIDER2@",InsuranceVerificationStepHeader:"Verify your insurance",InvalidZipCodeErrorMessage:"Invalid ZIP code.",LandingPageErrorButtonLabel:"Go back",LandingPageErrorMessage:"You may have been directed to this page by accident.",LandingPageErrorTitle:"Something Went Wrong",LandingPageOrDivider:"OR",LandingPageProcedureDescription:"Choose a specific reason for scheduling an appointment.",LandingPageProviderDescription:"Choose a provider who matches your needs.",LandingPageVideoVisitSecurityErrorMessage:"You are not allowed to join video visits.",LinksSidebarTitle:"Related Links",LoadingMessage:"Loading...",LocationName:"",LocationName_:"",LocationsFilterLabel:"Locations: ",LocationsNearBrowserButtonLabel:"Near me",LocationsNearBrowserButtonLabel_Detailed:"Select to filter to locations near me",LocationsNearHomeButtonLabel:"Near home",LocationsNearHomeButtonLabel_Detailed:"Select to filter to locations near home",LocationsNearZipRadioButtonLabel_Detailed:"Select to enter a ZIP code to use to filter nearby locations.",LocationsNearZipSearchButtonLabel_Detailed:"Select to filter to locations near the entered ZIP code.",LocationsSelectedCount_Plural:"@MYCHART@LOCATIONSCOUNT@ locations selected",LocationsSelectedCount_Singular:"1 location selected",LocationStepActiveButtonLabel:"Locations",LocationStepCompleteButtonLabel:"Edit location selection",LocationStepTitle_Plural:"Which locations work for you?",LocationStepTitle_Singular:"Which location works for you?",LocationStepTitleCollapsed:"You will be seen at:",LocationStepUnavailableButtonLabel:"Locations not yet available",LoginButton:"Log in and schedule",MoreLabel:"more",MultiAppointmentStepSubHeader:" - Visit @MYCHART@POSITIONINSTACK@ of @MYCHART@NUMBEROFSTEPSINSTACK@",NearZipInputLabel:"Enter ZIP",NewProviderWorkflow:"Find a new provider",NewProviderWorkflowHelpText:"Pick a provider from a list of specialties and locations.",NoDataMessage:"No option to send an appointment request at this time.  Call the clinic if you wish to request an appointment.",NoDataUseTeamsBannerText:"Other members of your provider's team may have earlier appointments available. Do you want to add them to your search?",NoDataUseTeamsButtonLabel:"Add provider's team",NoLocationsNearBrowser:"No locations within @MYCHART@DISTANCE@ @MYCHART@DISTANCEUNITS@.",NoLocationsNearHome:"No locations within @MYCHART@DISTANCE@ @MYCHART@DISTANCEUNITS@ of your home.",NoLocationsNearZip:"No locations within @MYCHART@DISTANCE@ @MYCHART@DISTANCEUNITS@ of @MYCHART@ZIPCODE@.",NoQuestionsTitle:"You're all set here!",numOtherProvidersChanged:"+@MYCHART@NUMBEROFOTHERPROVIDERS@",OpenSchedulingPretext:"Choose a specialty to start looking for providers.",OpenSchedulingPretextExpanded:"",OriginalAppointmentInformation:"Original appointment information",OriginalAppointmentTimeWithTimeZone:"@MYCHART@ORIGAPPTTIME@ @MYCHART@ORIGAPPTTIMEZONE@",OriginalProviderVT:"@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@",OSBannerDetailText:"Due to the outbreak of COVID-19 we currently ask that you call @MYCHART@SCHEDULINGPHONE@ to schedule an appointment.",OtherDepartmentRequestString:"Request an appointment elsewhere",OtherLocationsHeaderLabel:"Other locations",OtherPatientDisplayName:"Someone else",OtherPatientTooltip:"Schedule for someone else",OtherProviderDescription:"Request an appointment with a different provider.",OtherProviderHeader:"Other",OtherProviderPretext:"You can also request an appointment with a provider not listed above.",OtherReasonForVisitDescription:"Request an appointment for a type of visit not listed here",OtherReasonForVisitTitle:"Other",OtherSpecialtiesHeader:"Other specialties",PanelOnboardingBody:"We'll walk you through your options and make sure that everything gets taken care of:",PanelOnboardingContinueLabel:"Got it, thanks!",PanelOnboardingTitle:"Looks like you're scheduling an appointment with multiple parts!",PcpLabel:"Primary Care Provider",PcpProviderLabel:"@MYCHART@PROVIDER@ (PCP)",PickNewTimeButton:"Pick a new time",PrivacyPolicy:"Privacy Policy",ProcedureWorkflow:"Tell us why you're coming in",ProcedureWorkflowHelpText:"Choose a specific reason for scheduling an appointment.",ProviderDetailsLabel:"@MYCHART@PROVIDER@, see more information about this provider",ProviderDetailsTooltip:"More information about this provider",ProviderFilterGroupSeparator:"; ",ProviderSearchCount_Plural:'We found <span class="found-number">@MYCHART@PROVIDERCOUNT@<\/span> providers in @MYCHART@PROVIDERSPECIALTY_PLURAL@',ProviderSearchCount_Plural_Filtered:'We found <span class="found-number">@MYCHART@PROVIDERCOUNT@<\/span> providers that match your selections',ProviderSearchCount_Singular:'We found <span class="found-number">1<\/span> provider in @MYCHART@PROVIDERSPECIALTY_SINGULAR@',ProviderSearchCount_Singular_Filtered:'We found <span class="found-number">1<\/span> provider that matches your selections',ProviderSearchMenu:"Menu with available providers",ProviderSearchMenuButton:"View times",ProviderSearchMenuLabel:"Provider:",ProviderSearchPrompt:"Select from available providers",ProviderSearchTitle:"Looking for a specific provider?",ProvidersFilterLabel:"Providers: ",ProvidersSelectedCount_Plural:"@MYCHART@PROVIDERSCOUNT@ providers selected",ProvidersSelectedCount_Singular:"1 provider selected",ProviderStepActiveButtonLabel:"Providers",ProviderStepCompleteButtonLabel:"Edit provider selection",ProviderStepHeader:"Who do you want to see?",ProviderStepHeaderCollapsed:"You are scheduling with:",ProviderStepUnavailableButtonLabel:"Providers not yet available",ProvidersUpdatedAfterQuestionsHeader:"We updated your provider selection based on the answers you've provided.",ProvidersUpdatedHeader:"We updated your provider selection based on who can be seen for this type of visit.",QuestionnaireEditLink:"Edit responses",QuestionnaireEvaluationErrorMessage:"The responses provided could not be evaluated at this time - you may need to provide responses at a later time.",QuestionnaireFinishedMessage:"You're all set here!",QuestionnaireStepActiveButtonLabel:"Questions",QuestionnaireStepCompleteButtonLabel:"Edit question answers",QuestionnaireStepTitle:"A couple of questions",QuestionnaireStepTitleCollapsed:"A couple of questions",QuestionnaireStepUnavailableButtonLabel:"Questions not yet available",ReasonForVisitDescription:"",ReasonForVisitDescription_1:"A general visit with your healthcare provider.",ReasonForVisitDescription_2:"A complete physical exam.",ReasonForVisitDescription_3:"A routine Well Child visit.",ReasonForVisitDescription_4:"A general visit to address a new medical concern.",ReasonForVisitDescription_5:"A visit to follow up on a specific medical concern.",ReasonForVisitFilterLabel:"Reason for Visit: ",ReasonForVisitPhotoUrl:"",ReasonForVisitPhotoUrl_:"",ReasonForVisitPretext:"",ReasonForVisitStepActiveButtonLabel:"Reason for visit",ReasonForVisitStepCompleteButtonLabel:"Edit reason for visit selection",ReasonForVisitStepHeader:"What kind of appointment are you scheduling?",ReasonForVisitStepHeaderCollapsed:"You are scheduling:",ReasonForVisitStepPretextExpanded:"",ReasonForVisitStepUnavailableButtonLabel:"Reason for visit not yet available",RefreshSlotsButtonCaption:"Pick a new time",RemovedOneProvider:"Removed @MYCHART@REMOVEDPROVIDER@",RemovedThreePlusProviders:"Removed @MYCHART@FIRSTREMOVEDPROVIDER@ and @MYCHART@NUMBEROFOTHERSREMOVED@ others",RemovedTwoProviders:"Removed @MYCHART@REMOVEDPROVIDER1@ and @MYCHART@REMOVEDPROVIDER2@",RemoveSchedulingFavorite:"Remove this from your scheduling favorites",RemoveSchedulingFavoriteConfirmation:"Are you sure you want to remove this scheduling favorite?",RemoveSchedulingFavoriteDetailed:"Remove @MYCHART@SCHEDULINGFAVORITETITLE@ from your scheduling favorites",RemoveSchedulingFavoritePopupTitle:"Remove favorite?",RequestableProvidersLink:"@MYCHART@REQUESTLINK@",RequestableProvidersLinkMultiplePairs:"Send an appointment request message instead.",RequestableProvidersLinkSinglePair:"Send an appointment request message instead.",RequestableProvidersTitle:"Not seeing what you want?",RequestAppointmentDescription:"For all other appointment types.",RequestAppointmentTitle:"Request Other Appointment",RequestButton:"Send request",RequestButtonTooltip:"Send an appointment request",RequestCommentPrompt:"What is the most important thing you want addressed during this visit?",RequestDateTBD:"Date and time to be determined",RequestErrorButtonLabel:"Okay",RequestErrorMessage:"We weren't able to request that right now - try again later.",RequestErrorTitle:"Error!",RequestFinishedBody:"Your appointment request message has been sent.",RequestFinishedTitle:"Success!",RequestLocationLabel:"Location:",RequestOtherProviderLabel:"Requested provider:",RequestOtherRfvLabel:"Reason for visit:",RequestPreferredDatesLabel:"Preferred dates:",RequestPreferredTimesLabel:"Preferred times:",RequestProviderOther:"@MYCHART@REASONFORVISIT@ Scheduling Request",RequestProviderRfv:"@MYCHART@REASONFORVISIT@ with @MYCHART@PROVIDER@",RequestSchedulerMessage:"A scheduler will reach out to you about a specific time",RequestStepActiveButtonLabel:"Send appointment request",RequestStepTitle:"Confirm the request details you are about to send:",RequestStepUnavailableButtonLabel:"Send appointment request not yet available",RequestViewerButtonOthers:"All others with access to @MYCHART@PATIENT@ at this time",RequestViewerButtonSelf:"Myself (@MYCHART@PROXY@)",RequestViewerSelectPrompt:"The following people will be able to view this message online:",RequestViewersListDelimiter:", ",RequestWorkflow:"Send an appointment request",RequestWorkflowHelpText:"Send a message to our schedulers to request an appointment.",RescheduleReasonPrompt:"Why do you want to reschedule this appointment?",RescheduleStepTitle:"New appointment information",RescheduleTitle:"Reschedule Appointment",ReschedulingConfirmationCommentPrompt:"Comments:",ReservationExpirationBlurb:"This time slot is reserved for you until @MYCHART@RESERVATIONEXPIRATIONTIME@. Please complete scheduling by then.",ReserveSlotFailMessage:"That time is no longer available due to high demand.",ReserveSlotFailTitle:"Time unavailable",RetryButtonLabel:"Try again",RetryButtonLabelForScreenReader:"Retry search for available appointments",RetryLoadMessage:"We're having a little trouble fetching appointment times.",SavedLocationNotAvailable:"The location you saved is not available. Please choose another location.",SavedProviderNotAvailable:"The provider you saved is not available. Please choose another provider.",ScheduleButton:"Schedule",ScheduleButtonSeparator:"OR",ScheduleButtonTooltip:"Schedule this appointment",ScheduledAppointmentTime:"Starts at @MYCHART@APPOINTMENTTIME@",ScheduledAppointmentTimeWithTimeZone:"Starts at @MYCHART@APPOINTMENTTIMEWITHTIMEZONE@ @MYCHART@APPOINTMENTTIMEZONE@",ScheduleErrorButtonLabel:"Okay",ScheduleErrorMessage:"",ScheduleErrorMessage_20:"",ScheduleErrorMessage_25:"",ScheduleErrorMessage_49:"",ScheduleErrorMessage_6:"",ScheduleErrorTitle:"Oops!",ScheduleForTooltip:"Schedule for @MYCHART@SUBJECTNAME@",ScheduleNowButtonLabel:"Schedule now",ScheduleNowButtonLabelDetailed:"Schedule @MYCHART@SCHEDULENOWAPPOINTMENTTITLE@ now",ScheduleWarning:"",ScheduleWarning_provoutofnetwork:"This provider does not belong to your network. The copay amount shown might be higher because of this.",ScheduleWarning_referralrequired:"This visit requires a referral. The copay amount shown might be higher because of this.",ScheduleWarning_servicenotcovered:"This service is not covered. The copay amount shown might be higher because of this.",SchedulingExtraOptionsHeader:"Before scheduling...",SchedulingFavoriteCheckboxLabel:"Favorite this appointment to easily schedule again later",SchedulingFavoritesSectionHeader:"Your scheduling favorites",SchedulingLimitErrorPretext:"You've reached the limit of how many appointments you can schedule online at this time. If you would like to schedule an appointment, please call @MYCHART@SCHEDULINGPHONENUMBER@.",SchedulingLimitErrorPretextNoPhone:"You've reached the limit of how many appointments you can schedule online at this time. If you would like to schedule an appointment, please call @MYCHART@SCHEDULINGPHONE@.",SchedulingLimitErrorTitle:"Appointment Limit Reached",SchedulingPageLoadingMessage:"Gathering scheduling options...",SchedulingRedirectCancel:"Continue scheduling",SchedulingRedirectConfirm:"Leave page",SchedulingRedirectMessage:"If you leave this page, you will lose your progress and your appointment will not be scheduled.",SchedulingRedirectTitle:"Appointment not scheduled",SchedulingStoppedPretext:"There may not be a need to schedule this kind of visit, or you might need to call to schedule some of the visits.",SchedulingStoppedTitle:"Appointment Cannot be Scheduled",SchedulingTicketDescription:"Use a ticket we have sent you to schedule a specific appointment.",SchedulingTicketStoppedPretext:"We are currently unable to schedule this appointment online. Call the clinic at @MYCHART@SCHEDULINGPHONE@ to schedule your appointment.",SchedulingTicketTitle:"Use a Scheduling Ticket",SchedulingWaitListCheckboxLabel:"Join the wait list and be notified if earlier appointments open up",SchedulingWarningsHeader:"Messages",SeeMoreTimesHeading:"Want to see more times?",SelectedDateTime:"@MYCHART@SELECTEDDATE@ @MYCHART@SELECTEDTIME@",SelectedLocations:"@MYCHART@LOCATION1@ and @MYCHART@LOCATION2@",SelectGroupedSolutionLabelDetailed:"Continue scheduling this appointment",SelectSolutionLabel:"Continue",SelectUngroupedSolutionLabelDetailed:"Continue scheduling these appointments",ShowDetailsCheckbox:"Show appointment details",ShowingLocationsNearHomeAddressLabel:"Showing locations near @MYCHART@STREETADDRESS@",SidebarEVisitButtonToolTip:"Complete an @MYCHART@BrandEVisit@",SidebarEVisitButtonToolTipNoMnemonic:"Complete an E-Visit",SidebarEVisitLink:"@MYCHART@BrandEVisit@",SidebarEVisitLinkNoMnemonic:"E-Visit",SidebarHubButtonToolTip:"Go back to the scheduling home page",SidebarHubLink:"Scheduling Homepage",SidebarOnMyWayLink:"Find care now",SidebarOnMyWayTooltip:"Find care close to your location",SidebarPretext:"",SidebarRequestButtonToolTip:"Send an appointment request",SidebarRequestLink:"Request an appointment",SidebarVideoVisitButtonToolTip:"Schedule a video visit",SidebarVideoVisitLink:"@MYCHART@BrandVideoVisits@",SidebarVideoVisitLinkNoMnemonic:"Talk to a Doctor",SignupButtonLabel:"Sign up now",SignupHeader:"Get a @MYCHART@APPTITLE@ Account",SignupPrompt:"Sign up for @MYCHART@APPTITLE@ to keep track of your expected visit. Note that during signup, we will verify your identity using questions from a third-party system.",SlotNoDataWithPhoneMessage:"No times found. Try a different search or call us at @MYCHART@PHONENUMBER@.",SlotsLoadingMessage:"Finding available times...",SlotsLoadingMoreMessage:"Looking for more options...",SlotsNoDataMessage:"No times found. Try a different search or call us at @MYCHART@SCHEDULINGPHONE@.",SlotsNoProvidersMessage:"There are no providers that meet your current filter selections.",SlotStepCollapsedInstruction:"Tap to show additional time slots.",SlotStepCollapsedTitle:"You have already selected a slot:",SlotStepRequestOnlyTitle:"Where should this appointment request be sent?",SlotStepTitle:"What time works for you?",SolutionAlertMultipleDates:"Appointments will be scheduled on multiple days",SolutionAlertMultipleLocations:"Appointments will be scheduled at multiple locations",SolutionListSeparator:", ",SpecialtyDescription:"",SpecialtyDescription_:"",SpecialtyFilterLabel:"Specialty: ",SpecialtyPhotoUrl:"",SpecialtyPhotoUrl_:"",SpecialtyStepActiveButtonLabel:"Specialty",SpecialtyStepCompleteButtonLabel:"Edit specialty selection",SpecialtyStepHeader:"What specialty are you looking for?",SpecialtyStepPretextExpanded:"",SpecialtyStepUnavailableButtonLabel:"Specialty not yet available",SplashPageBackButtonLink:"",SplashPageBackButtonText:"",SplashPageLogIn:"Log in now",SplashPageLogInTooltip:"Log into your @MYCHART@APPTITLE@ account and talk to a doctor",StartOverButton:"Start over",StartOverButtonString:"Start over",StepPretextHeader:"Need help with this step?",SubwayAppointmentWithTime:"@MYCHART@SUBWAYAPPOINTMENTTIME@ - @MYCHART@SUBWAYAPPOINTMENTTITLE@",SubwayAppointmentWithTimeAndTimeZone:"@MYCHART@SUBWAYAPPOINTMENTWITHTZTIME@ @MYCHART@SUBWAYAPPOINTMENTWITHTZTIMEZONE@ - @MYCHART@SUBWAYAPPOINTMENTWITHTZTITLE@",SummaryHeaderBack:"Back",SummaryRequestTitle:"Send appointment request",SummarySidebarLocationsTitle:"Locations",SummarySidebarProvidersTitle:"Providers",SummarySidebarQuestionnaireTitle:"Questions",SummarySidebarReasonForVisitTitle:"Reason for visit",SummarySidebarRequestTitle:"Send appointment request",SummarySidebarSpecialtyTitle:"Specialty",SummarySidebarTelehealthLocationTitle:"Location",SummarySidebarTelehealthOrganizationTitle:"Organizations",SummarySidebarTimeTitle:"Time",SummarySidebarTitle:"Summary",SummaryVerificationTitle:"Verify and schedule",TeamsHelpText:"Include other members of this provider's team to increase the number of available times.",TelehealthLocationStepActiveButtonLabel:"Locations",TelehealthLocationStepCompleteButtonLabel:"Edit location selection",TelehealthLocationStepUnavailableButtonLabel:"Locations not yet available",TelehealthOrganizationStepActiveButtonLabel:"Organizations",TelehealthOrganizationStepCompleteButtonLabel:"Edit organization selection",TelehealthOrganizationStepUnavailableButtonLabel:"Organizations not yet available",TelehealthPlatformStepActiveButtonLabel:"Connect using",TelehealthPlatformStepCompleteButtonLabel:"Edit connect using",TelehealthPlatformStepUnavailableButtonLabel:"Connect using step not yet available",TelehealthProviderStepActiveButtonLabel:"Providers",TelehealthProviderStepCompleteButtonLabel:"Edit provider selection",TelehealthProviderStepUnavailableButtonLabel:"Providers not yet available",TelemedicineAnonymousVerificationStepActiveButtonLabel:"Verify visit",TelemedicineAnonymousVerificationStepUnavailableButtonLabel:"Verify visit not yet available",TelemedicineVerificationStepActiveButtonLabel:"Summary",TelemedicineVerificationStepUnavailableButtonLabel:"Summary not yet available",TermsOfService:"Terms of Service",TicketAvailableDate:"You will be able to schedule this starting on @MYCHART@AVAILABLEDATE@",TicketCollapsedHelpText:"Tap to show additional options",TicketExpirationDate:"Schedule before @MYCHART@EXPIRATIONDATE@",TicketOrderDentalDisplayNameMultiple:"@MYCHART@ORDERNAMEMULTIPLE@ (Teeth: @MYCHART@ORDERTEETH@)",TicketOrderDentalDisplayNameSingle:"@MYCHART@ORDERNAMESINGLE@ (Tooth @MYCHART@ORDERTOOTH@)",TicketOrderingProvider:"Ordered by @MYCHART@ORDERINGPROVIDER@",TicketProviderNameDelimiter:", ",TicketScheduleWithProviders:"With @MYCHART@PROVIDER@",TicketSectionHeader:"Appointments you need to schedule",TimesLabel:"Times:",TimeStepActiveButtonLabel:"Time",TimeStepCompleteButtonLabel:"Edit time selection",TimeStepUnavailableButtonLabel:"Time not yet available",Title:"Who are you scheduling for?",ToDateLabel:"to",TooManyAppointmentsErrorMessage:"You've reached the limit of how many appointments you can schedule at this time. Please try again later.",UseTeamsCheckbox:"Add provider's team",VerificationStepActiveButtonLabel:"Verify and schedule",VerificationStepConfirmation:"Schedule",VerificationStepHeader:"Confirm your appointment details",VerificationStepInsuranceConfirmation:"Insurance",VerificationStepPersonalInformationConfirmation:"Personal Information",VerificationStepUnavailableButtonLabel:"Verify and schedule not yet available",VideoVisitHeader:"Video Visit",VideoVisitInformation:"This is a video visit - once your appointment is scheduled, please make sure your webcam is working.",VideoVisitNoLicensureStoppedPretext:"Video visits are not available. There are no licensed providers available at the selected location.",VideoVisitStoppedPretext:"Video visits are currently not available. Please try again later or schedule an appointment.",VideoVisitStoppedTitle:"Video Visit Cannot be Requested",VideoVisitTitle:"@MYCHART@BrandVideoVisits@",VideoVisitTitleNoMnemonic:"Talk to a Doctor",ViewResultsLabel:"View results (@MYCHART@PROVIDERRESULTSCOUNT@)",VisitTypeCustomStepContinueButton:"Continue",VisitTypeCustomStepHeader:"Additional Information",VisitTypeCustomStepString:"",WorkflowProviderRfvTitle:"@MYCHART@REASONFORVISIT@ with @MYCHART@PROVIDER@",WorkflowStepErrorButtonLabel:"Start over",WorkflowStepErrorMessage:"We couldn't schedule your appointment at this time. Please try again.",WorkflowStepErrorTitle:"Something Went Wrong"});$$WP.Strings.getNamespace("scheduling.autowaitlist").addStrings({AppointmentDetailsHeader:"You can move this appointment to an earlier time.",ExistingAppointmentHeader:"Move your @MYCHART@VISITTYPEFOREXISTING@ to an earlier time.",ExistingAppointmentHeaderMultiple:"Move one or more appointments to earlier times.",ExistingAppointmentHeaderUpcoming:"You might want to move your @MYCHART@VISITTYPEFOREXISTINGUPCOMING@ to an earlier time.",ExistingAppointmentHeaderUpcomingMultiple:"You might want to move one or more appointments to earlier times.",JSButtonClose:"OK",JSMessageDefault:"Please refresh the page and try again. If this problem persists, please contact customer service.",JSMessageErrorAccept:"Please refresh the page and try again. If this problem persists, please contact customer service.",JSMessageErrorAcceptAccepted:"This offer has already been accepted.",JSMessageErrorAcceptActive:"Please refresh the page and try again. If this problem persists, please contact customer service.",JSMessageErrorAcceptDeclined:"This offer has already been declined.",JSMessageErrorAcceptExpired:"This offer has already expired.",JSMessageErrorAcceptUnavailable:"This offer is no longer available.",JSMessageErrorDecline:"Please refresh the page and try again. If this problem persists, please contact customer service.",JSMessageErrorDeclineAccepted:"This offer has already been accepted.",JSMessageErrorDeclineActive:"Please refresh the page and try again. If this problem persists, please contact customer service.",JSMessageErrorDeclineDeclined:"This offer has already been declined.",JSMessageErrorDeclineExpired:"This offer has already expired.",JSMessageErrorDeclineUnavailable:"This offer is no longer available.",JSMessagePending:"Your response has been processed and is awaiting confirmation.",JSMessageSuccessAccept:"You have successfully accepted this appointment offer.",JSMessageSuccessAcceptNoRedirect:"Please contact the clinic or customer service if you would like more information about this appointment.",JSMessageSuccessDecline:"No changes have been made to your existing appointments.",JSTitleDefault:"Error",JSTitleErrorAccept:"Error",JSTitleErrorDecline:"Error",JSTitlePending:"Scheduling in progress",JSTitleSuccessAccept:"Appointment offer accepted",JSTitleSuccessDecline:"Appointment offer declined",MixedAppointmentHeader:"Move one or more appointments to earlier times.",MixedAppointmentHeaderUpcoming:"You might want to move one or more appointments to earlier times.",NewAppointmentHeader:"Take an available appointment on @MYCHART@DATEFORNEW@ for your @MYCHART@VISITTYPEFORNEW@.",NewAppointmentHeaderMultiple:"Take one or more newly available appointments.",NewAppointmentHeaderUpcoming:"You might want to take an available appointment on @MYCHART@DATEFORNEWUPCOMING@ for your @MYCHART@VISITTYPEFORNEWUPCOMING@.",NewAppointmentHeaderUpcomingMultiple:"You might want to take one or more newly available appointments.",PastAppointmentHeader:"View recently expired and past appointment offers.",Title:"Auto Wait List Alerts Header and JavaScript Strings"});$$WP.Strings.getNamespace("scheduling.onmyway").addStrings({AboutVisitLabel:"Help us prepare for your arrival",AlwaysOpen:"Always open",AlwaysOpenWithTimeZone:"Always open (@MYCHART@DEPARTMENTTIMEZONE@)",CallClinicErrorMessage:"We were unable to process your information at this time. Please call @MYCHART@DEPARTMENTPHONENUMBER@ to set up your visit.",CaptchaBlankError:"You must answer the CAPTCHA.",CaptchaFailedError:"An error occurred validating the CAPTCHA. Please try again.",CaptchaInvalidError:"The CAPTCHA entered was invalid. Please try again.",CarrierChargesWarning:"Carrier charges may apply",ChiefComplaintLabel:"Reason for visit",ClosedToday:"Closed for today",ClosedWithOpenTime:"Closed. Opens at @MYCHART@OPENTIME@.",ClosingSoon:"Closing soon",ComingNow:"Coming now",ConfirmationCancelMessage:"If you need to cancel, please call @MYCHART@DEPARTMENTPHONENUMBER@.",ConfirmationPrintMessage:"Feel free to print this page as a reminder.",ConfirmationStepHeader:"You're all set — we'll see you soon!",ConfirmMinutes:"Coming in about @MYCHART@MINUTESTOARRIVAL@ minutes",ConfirmOneHour:"Coming in an hour or more",ContactInformationHeader:"How can we contact you for this visit?",CookiesNotEnabledButtonLabel:"Find care now",CookiesNotEnabledError:"Please @MYCHART@COOKIESNOTENABLEDLINK@ to view available times.",CookiesNotEnabledErrorLinkText:"enable cookies",CookiesNotEnabledPreText:"Search for locations near you and see their wait times.",CreateEncounterError:"We were unable to set up your visit. Please try again later.",CreatePatientError:"We were unable to process your information at this time. Please try again later.",CurrentlyDisabledError:"This location has temporarily disabled online walk-ins. You can still come in or call us.",CurrentWaitLabel:"Current wait:",DateOfBirthHelpText:"MM/DD/YYYY",DateOfBirthLabel:"Date of birth",DepartmentDetailsSectionBottom_Detailed:"Bottom of details section for @MYCHART@DEPARTMENTNAME@",DepartmentDetailsSectionOpen_Detailed:"Opened details section for @MYCHART@DEPARTMENTNAME@",DepartmentMapStepHeader:"Where do you want to go for care?",DistanceAbbreviation:"",DistanceAbbreviation_1:"@MYCHART@DISTANCE@ mi",DistanceAbbreviation_2:"@MYCHART@DISTANCE@ km",DistanceAbbreviationForScreenReader:"",DistanceAbbreviationForScreenReader_1:"@MYCHART@DISTANCE@ miles",DistanceAbbreviationForScreenReader_2:"@MYCHART@DISTANCE@ kilometers",EmailAddressLabel:"Email",EmergencyWarning:'If this is a medical emergency,<span class="alert bold">&nbsp;call @MYCHART@EMERGENCYPHONE@ or go to the nearest emergency room.<\/span>',ErrorPopupTitle:"Oops!",FirstNameLabel:"First name",GenericError:"An error has occurred.",HasEncounterError:"You are already an expected patient at a location. You must call them to let them know you are no longer coming before we can expect you somewhere again.",HighAcuityWarning:"If this is a medical emergency, call @MYCHART@EMERGENCYPHONE@ immediately",HoursTodayLabel:"Hours today:",HoursTodayWithTimeZone:"@MYCHART@OPENTIME@ - @MYCHART@CLOSETIME@ (@MYCHART@DEPARTMENTTIMEZONE@)",InputError:"There were errors in your submission. Please check your responses and try again.",InvalidFirstNameMessage:"Invalid first name",InvalidLastNameMessage:"Invalid last name",InvalidPhoneMessage:"Invalid phone number",LastNameLabel:"Last name",LegalSexDisplayName:"",LegalSexDisplayName_1:"Female",LegalSexDisplayName_2:"Male",LegalSexDisplayName_999:"Other",LegalSexLabel:"Legal sex",LessThanTimeHour:"1 hour or less",LessThanTimeHours:"@MYCHART@TIMEHOURVALUE@ hours or less",LessThanTimeHoursAndMins:"@MYCHART@TIMEHOURVALUE@ h @MYCHART@TIMEMINSVALUE@ minutes or less",LessThanTimeMins:"@MYCHART@TIMEMINSVALUE@ minutes or less",LoadingMessage:"Loading...",LoginButtonLabel:"Log in to @MYCHART@APPTITLE@",LoginHeader:"Have a @MYCHART@APPTITLE@ account?",LoginPrompt:"Use your @MYCHART@APPTITLE@ credentials to schedule this visit for yourself or someone you have access to.",MoreOptionsLabelForScreenReader:"More options",NextAppointmentLabel:"Next appt:",NextAppointmentLabelForScreenReader:"Next appointment",NoAvailability:"No availability at this time",NoAvailableAppointments:"No available appointment times",NoLocationsFound:"No locations found in your area. Please try another area.",OkayButtonLabel:"Okay",OnlineWalkinsCurrentlyDisabledLongMessage:"This location is currently unavailable for online walk-ins, but you can still come in. For more information, please call the phone number above.",OnlineWalkinsCurrentlyDisabledShortMessage:"Online walk-ins currently unavailable",OnMyWayTitle:"Find Care Now",OpenWithCloseTime:"Open. Closes at @MYCHART@CLOSETIME@.",OpenWithCloseTimeTemp:"Open. Closes temporarily at @MYCHART@CLOSETIME@.",OrScheduleAppointmentHeader:"Or",PassedTimeErrorMessage:"The time you selected has passed. Please select a different time.",PhoneNumberLabel:"Mobile phone",PostLoginContactHelpText:"This contact information will only be used for this visit.",ReasonForVisitLabel:"Additional information",ReasonForVisitStepHeader:"What are you coming in for?",ReCaptchaNotReachableError:"ReCAPTCHA was not reachable. Please try again later.",RemoteAppointmentMessage:"Please note, it may take several minutes before this appointment appears in your upcoming visits list.",RemoteExpectedEncounterMessage:"Please note, this appointment will not appear on your upcoming visits list.",ReturnToDepartmentListButtonLabel:"Back to list",ReturnToPreviousStepButtonLabel:"Return to previous step",ScheduleAppointmentLabel:"Schedule an appointment",SchedulingDisabledPreLoginMessage:"Call the number above to schedule an appointment.",SearchButtonLabel_Detailed:"Search near zip",SearchCoordinatesDropDownLabelAllLocations:"Showing All Locations",SearchCoordinatesDropDownLabelGetFromBrowser:"Showing Locations Near Me",SearchCoordinatesDropDownLabelSearchString:"Showing Locations Near @MYCHART@MAPCOORDINATESSEARCHSTRING@",SearchCoordinatesDropDownLabelSelectLocation:"Select a search area",SearchCoordinatesPopulationMethodDescription:"",SearchCoordinatesPopulationMethodDescription_COORDINATESNOTREQUIRED:"All Locations",SearchCoordinatesPopulationMethodDescription_GETFROMBROWSER:"Locations Near Me",SearchCoordinatesPopulationMethodDescription_LOOKUPZIPCODE:"Locations Near",SearchCoordinatesZipCodeForScreenReader:"Locations near zip code",SearchCoordinatesZipCodeInputPlaceholder:"ZIP code",SelectUserLocationMessage:"Let us know where you are to find locations nearby.",SendTextLabel:"Send me text notifications",ShowLess:"Show less",ShowMore:"Show more",SubmitButton:"Submit",TimeHour:"1 hour",TimeHoursAndMins:"@MYCHART@TIMEHOURSVALUE@ h @MYCHART@TIMEMINSVALUE@ mins",TimeMins:"@MYCHART@TIMEMINSVALUE@ minutes",TimeSlotWithTimezone:"@MYCHART@TIME@ @MYCHART@DEPARTMENTTIMEZONE@",TimeSlotWithTimezone_Tomorrow:"Tomorrow at @MYCHART@TIME@ @MYCHART@DEPARTMENTTIMEZONE@",TimeToArrivalLabel:"How long until you'll arrive?",Title:"On My Way",Today:"Today",TodaySlotsLabel:"Today",Tomorrow:"Tomorrow",TomorrowSlotsLabel:"Tomorrow",UnknownError:"Something went wrong. Please try another location or try again later.",UserInformationStepBackButtonResume:"Change visit",UserInformationStepHeader:"We'll need some information about the patient",WaitingForLocationPlaceHolderText:"Waiting to get a location",WaitTimeDisclaimerText:"Patients with the most urgent needs are seen first, so your wait time might be different from what you see here.",WaitTimeExplanationText:"If you arrive later than your selected arrival time, you may lose your place in line. The wait time is an estimate based on current availability.",WalkInButtonLabel:"I'm on my way",WalkInDisabledPreLoginMessage:"Please come in, or call the number above with any questions.",WalkInSectionHeader:"Let us know you're coming",WalkInsNotAvailable:"Walk-ins not available at this time",WorkflowStoppedTitle:"Oops!"});$$WP.Strings.getNamespace("scheduling.orders").addStrings({asdirected:"As directed",customexpectedstring:"",defaultexpectedstring:"Expected",expected:"@MYCHART@EXPECTEDSTRING@: @MYCHART@EXPECTEDDATESTRING@",expecteddatewithapproximate:"@MYCHART@EXPECTEDDATE@ (approximately)",expecteddatewithcomment:"@MYCHART@EXPECTEDSTRING@: @MYCHART@EXPECTEDDATESTRING@ (@MYCHART@EXPECTEDDATECOMMENT@)",expectedwithcomment:"@MYCHART@EXPECTEDSTRING@: @MYCHART@EXPECTEDDATECOMMENT@",expiry:"Expires: @MYCHART@EXPIRYDATE@",interval:"Interval: @MYCHART@ORDERINTERVAL@",lastdone:"Last Done: @MYCHART@LASTDONEDATE@",never:"Never",orderedby:"Ordered by @MYCHART@PROVIDERNAME@ on @MYCHART@ORDEREDDATE@",orderedbynodate:"Ordered by @MYCHART@PROVIDERNAME@",remaining:"Remaining: @MYCHART@STANDINGOCCURANCES@/@MYCHART@ORIGINALSTANDINGOCCURANCES@",schedulebutton:"Schedule",schedulebuttontitletext:"Schedule the ticket",Title:"Upcoming orders",viewinstructionsbutton:"View instructions",viewinstructionsbuttontitletext:"View the instructions"});$$WP.Strings.getNamespace("scheduling.preadmission").addStrings({ContinueButton:"Continue",ContinueButtonTitle:"Continue to the next step",DateExists:"Your expected due date is @MYCHART@ESTIMATEDDELIVERYDATE@",DateSelectPrompt:"When is your expected due date?",InsuranceSubwayTitle:"Insurance",LocationSelectPrompt:"Where do you plan to give birth?",NoAvailableLocations:"No hospital is available for delivery registration.",PersonalInformationSubwayTitle:"Personal Info",QuestionnairesSubwayTitle:"Questionnaires",Title:"Register for My Delivery"});$$WP.Strings.getNamespace("screenings").addStrings({backToHealthSummary:"Back to the Health Summary",backToImmunizationsPage:"Back to the Immunizations page",docsRequiredButtonText:"Upload",docsRequiredButtonTitle:"Upload the documents.",immunizationComplete:"Complete",immunizationCompleteTooltip:"The requirement for this immunization has been completed",immunizationDocumentUploadText:"Upload proof of your immunization history",immunizationDoseInputLabel:"Enter the date that this dose for @MYCHART@ITEMNAME@ was received.",immunizationEnterAdditionalDates:"Enter additional dates:",immunizationLegendLabel:"Indicates a required field.",immunizationPlaceholderText:"Date received",ImmunizationScreeningInstructions:"",ImmunizationScreeningInstructions_1:"Please complete the following immunization screening.",ImmunizationScreeningInstructions_3:"There is enough information already on file to complete this screening. You'll be notified if any further action needs to be taken.",immunizationSubmitButtonText:"Submit",immunizationSuccessMessage:"We'll review your submission within 24 hours. You'll be notified if any further action needs to be taken.",nodata:"You don't have the screening assigned.",ScreeningType:"",ScreeningType_1:"TB Screening",ScreeningType_2:"Immunizations Screening",startButtonText:"Start",startButtonTitle:"Start the screening.",tbQnrBackButtonText:"Back",tbQnrCancelButtonText:"Cancel",tbQnrFinishLaterButtonText:"Finish later",TBScreeningInstructions:"",TBScreeningInstructions_1:"Please answer a short questionnaire to assess your risk of tuberculosis.",TBScreeningInstructions_2:"Your next step will be to get a TB test done at your doctor's office and upload a document with your doctor's signature as proof.",TBScreeningInstructions_3:"Your documentation has been submitted and is under review.",TBScreeningInstructions_4:"Your documentation has been submitted and is under review.",TBScreeningInstructions_5:"Thank you. You have fulfilled your TB requirement.",titerDateLabel:"Test date",titerDateTitle:"Enter the titer test date for @MYCHART@ITEMNAME@",titerSectionHeader:"Do you have other proof of immunity for @MYCHART@ITEMNAME@ (titer result)?",titerUploadLabel:"Upload proof of your titer result",titerUploadTitle:"Press enter to expand titer entry section",Title:""});$$WP.Strings.getNamespace("secondaryvalidation").addStrings({BackConfirmDetails:"If you go back now, you will be sent a new code. If you want to resend your code, click the resend link instead.",BackConfirmGoBackButton:"Go to previous page",BackConfirmHeader:"Are you sure you want to go back?",BackConfirmReturnButton:"Stay on this page",CancelButtonText:"Cancel",CancelEnrollmentButton:"Cancel and log out",CancelTwoFactorFormButton:"Cancel",ChooseDestinationDescription:"How would you like to receive the code?",CodeResent:"We've re-sent your code. Please give the code a few minutes to arrive before re-sending again.",CodeResentHeader:"We Re-sent Your Code",CodeSendFailure:"We could not send you a code right now. Please try again later, or contact our customer support team for immediate assistance.",CodeSendFailureHeader:"Code Send Failure",CodeSentText:"We've sent you a security code. Please enter it in the box below.",ConfirmCodeResent:"Continue",ConfirmCodeSendFailure:"Continue",ContinueEnrollmentButton:"Continue",ContinueTwoFactorFormButton:"Continue",DateOfBirthFieldLabel:"Date of Birth",DemogAuthPageTitle:"Login",DemographicsSectionDescription:"Confirm information for @MYCHART@PATIENTDISPLAYNAME@ ",DemographicsSectionDescriptionProxy:"Confirm information for @MYCHART@PATIENTDISPLAYNAME@ ",DemographicsTitle:"Patient Information",DisableTwoFactorAuthentication:"Turn off two-step verification",DisableTwoFactorFormWarning:"\r\n\t\t\t\tTwo-step verification adds an additional layer of security to your account. If you still wish to disable\r\n\t\t\t\ttwo-step verification, begin by entering your password below.\r\n\t\t\t",DisableTwoFactorInfographicAltText:"Image of an unlocked lock.",EmailAddressFieldLabel:"Email Address",EnableTwoFactorAuthentication:"Turn on two-step verification",EnableTwoFactorContactWarning:"\r\n\t\t\t\tTwo-step verification uses the contact information we have on file to verify your identity. \r\n\t\t\t\tBefore we begin, please make sure the information below is up to date and enter your password.\r\n\t\t\t",EnableTwoFactorNoDemographicsWarning:"\r\n\t\t\t\tTwo-step verification uses the contact information we have on file to verify your identity. If your contact information\r\n\t\t\t\tis out of date, please contact your clinic to have it updated. Enter your password below to begin.\r\n\t\t\t",EnrollmentContactVerificationDescription:"Two-step verification uses the contact information we have on file to verify your identity. Before we begin, please make sure the information below is up to date.",EnrollmentDescription:"\r\n\t\t\t\tTwo-step verification allows us to keep your account secure even if somebody knows your password.\r\n\t\t\t\tAfter turning on this security feature, when you log in from a new device we will \r\n\t\t\t\task you for an additional verification code.\r\n\t\t\t\tThis will help make sure only you have access to your account.\r\n\t\t\t",EnrollmentInfographicAltText:"Image of a computer monitor displaying a lock and a mobile phone displaying a lock.",EnrollmentOptOutCancelButton:"Go back",EnrollmentOptOutCompleteButton:"Continue",EnrollmentOptOutCompleteDescription:"\r\n\t\t\t\tYou have chosen to disable two-step verification. You can turn this \r\n\t\t\t\tfeature back on at any time in your security settings.\r\n\t\t\t",EnrollmentOptOutConfirmButton:"Turn off (unsafe)",EnrollmentOptOutConfirmDescription:"\r\n\t\t\t\tTwo-step verification is an important part of keeping your account secure. \r\n\t\t\t\tBy turning off this security feature, you are making your health information\r\n\t\t\t\tmore vulnerable to unauthorized accesses.\r\n\t\t\t",EnrollmentOptOutConfirmTitle:"Are you sure?",EnrollmentOptOutDescription:"Though we don't recommend it, you can turn off two-step verification by clicking the link below.",EnrollmentOptOutLinkText:"Turn off two-step verification",EnrollmentTitle:"Set Up Two-Step Verification",EnrollmentUpdateFormHeading:"Update Your Contact Information",EnterCodeHelptext:"Enter the code sent to your phone or email.",EnterCodeText:"Enter your code below to continue.",ExpiredTwoFactorCode:"The code you entered has expired.",FeatureDescription:"\r\n\t\t\t\tIt is our goal to make sure your health information is safe and secure. You will now be required to \r\n\t\t\t\tenter a one-time use security code to verify your identity.\r\n\t\t\t",GoBackText:"Back",GoBackTwoFactorFormButton:"Go back",IncorrectSecurityQuestionAnswer:"The answer you provided was incorrect. Please try again.",IncorrectTwoFactorCode:"The code you entered is not correct.",InvalidDemographicsErrorMessage:"The information you entered does not match our records.",LearnMoreText:"Learn more",MedicalRecordNumberFieldLabel:"Medical Record Number",MissingFieldText:"This field is required.",NavigationCancel:"Stay here",NavigationConfirm:"Leave this page",NavigationDetails:"If you leave this page, you will need to generate a new code. If you are leaving to retrieve your code, you should open a new browser tab.",NavigationTitle:"Are you sure you want to leave?",NewSecurityQuestionAnswerLabel:"Enter Your Answer Here",NewSecurityQuestionDefaultValue:"--Please Select a Security Question--",NewSecurityQuestionFreetextLabel:"Enter Your Question Here",NewSecurityQuestionInvalidSelectionError:"Invalid security question selection.",NewSecurityQuestionPretext:"\r\n\t\t\t\tFor your security, you will need to create a security question and answer below. \r\n\t\t\t\tChoose a question that only you would know the answer to, and that is not easily guessed.\r\n\t\t\t",NumberOne:"1",NumberThree:"3",NumberTwo:"2",PhoneNumber:"Home Phone Number",RememberMeText:"Skip this step next time",RequiredFields:"Indicates a required field.",ResendCodeText:"Resend code",SecondaryValidationReauthenticationDescription:"To finish updating your two-step verification settings, we need to send you a security code.",SecondaryValidationReauthenticationStepThree:"Once we have verified the code, you will be all set.",SecurityQuestionPretext:"Answer your security question below.",SecurityQuestionTitle:"Security Question",SendCodeHelptext:"We'll send a code to your email or phone.",SendEmailButtonText:"Send to my email",SendSMSButtonText:"Text to my phone",SentEmailText:"We've sent a code to your email on file.",SentSMSText:"We've sent a code to your phone number on file.",SignInNormallyButtonText:" or use a username and password.",SocialSecurityNumberFieldLabel:"Social Security Number",SocialSecurityNumberLastFourFieldLabel:"Social Security Number Last Four Digits",SpecialCharactersError:"Special characters are not allowed.",SpecialCharError:"Remove the invalid special characters from your entry",StatusChangedHelptext:"Once we verify your identity, we will update your @MYCHART@APPTITLE@ security settings.",StepOneAltText:"Image of a code being sent by text message or email.",StepThreeAltText:"Image of a shield containing a lock.",StepTwoAltText:"Image of a code being entered on a computer monitor.",SubmitButtonText:"Next",SuccessMessage:"Success",Title:"Extra Security Required",TwoFactorCodeLabel:"Enter Code",TwoFactorContactError:"You need at least one valid form of contact to enable two-step verification.",TwoFactorEmailLabel:"Your email",TwoFactorEmailMismatchError:"The email and email verification fields must match.",TwoFactorInvalidError:"The password is incorrect.",TwoFactorLockError:"Something went wrong. Please try again later.",TwoFactorNotReceivedDetails:"If you haven't received the code within a few minutes, we can send it to you again.",TwoFactorNotReceivedHeader:"Didn't receive the code?",TwoFactorOKButton:"OK",TwoFactorPasswordGhostText:"Password",TwoFactorPhoneLabel:"Your phone",TwoFactorPhoneMismatchError:"The phone number and phone number verification fields must match.",TwoFactorSuccessfullyDisabledHeader:"Two-step verification is now turned off for your account",TwoFactorSuccessfullyDisabledSubtext:"You can turn this feature back on at any time.",TwoFactorSuccessfullyEnabledHeader:"Two-step verification is now turned on for your account",TwoFactorSuccessfullyEnabledSubtext:"This extra layer of security will help to keep your account secure.",TwoFactorTitle:"Two-Step Verification",TwoFactorUpdateDisableSummary:"\r\n\t\t\t\tTwo-step verification is an additional level of security to help keep your account\r\n\t\t\t\tsecure—even if someone has your password.\r\n\t\t\t",TwoFactorUpdateEnableSummary:"\r\n\t\t\t\tTwo-step verification is an additional level of security to help keep your account\r\n\t\t\t\tsecure—even if someone has your password.\r\n\t\t\t",TwoFactorUpdateFormHeading:"Verify Your Identity",TwoFactorUpdateHeading:"Two-Step Verification Settings",TwoFactorVerifyEmailLabel:"Verify email",TwoFactorVerifyPhoneLabel:"Verify phone",TwoFactorWorkflowNotActionable:"We don't have your email address or mobile phone number on file to set up two-step verification. Please call us at @MYCHART@HELPDESKPHONE@ to update this.",VerifyActionText:"Verify",VerifyIdentityHelptext:"Once we verify your identity, you will be signed into @MYCHART@APPTITLE@.",ZipCodeFieldLabel:"ZIP Code"});$$WP.Strings.getNamespace("selfsignup").addStrings({BadTokenText:"We are experiencing technical difficulties at this time. Please try again.",DemographicsStepName:"Enter Demographics",DirectSignupErrorText:"We are experiencing technical difficulties at this time. Please try again.",GuestVideoVisitSectionTitle:"Signup",InsuranceSubwayStop:"Insurance",NoOptionSectionTitle:"Service Not Available",NoOptionText:"The online signup option is not currently available. Please contact our customer service line for assistance.",OpenSchedulingSectionTitle:"Schedule as Guest",OptionsPostText:"",OptionsPreText:"Please choose one of the following options to begin the signup process.",PatientSubwayStop:"Patient details",ProxySubwayStop:"Tell us about yourself",RequestCodeDescription:"Send a signup request to your clinic. Your clinic will get back to you with an activation code.",RequestCodePopupHint:"",RequestCodeText:"Match Yourself with Our Records",SectionTitle:"Choose a Signup Method",SignupErrorWarningText:"There were some errors found in the form.  Fix these errors and submit again.",SignupOptionStepName:"Choose a Signup Method",SROSectionTitle:"Site Maintenance",SROText:"The site is undergoing maintenance. Please check the site later or contact our customer service line for assistance.",ThirdPartyDescription:"Answer questions from a third-party verification system and get an activation code emailed to you instantly.",ThirdPartyPopupHint:'<p><span class="bold">What is a third-party verification system?<\/span><\/p>\n\t\t\t\t<p>A third-party verification system confirms your identity by checking responses that you provide against their database of information. None of this information is stored at your clinic.<\/p>',ThirdPartyText:"Verify Identity with a Third Party",Title:"Signup",VerifyIdentityStepName:"Verify Identity",WrongConfigurationSectionTitle:"Oops! Something is not right here...",WrongConfigurationText:"We are experiencing technical difficulties at this time. Please contact our customer service line for assistance."});$$WP.Strings.getNamespace("selftriage.actionnodespage").addStrings({nodata:"There are no recommendations to show at this time.",posttext:"",pretext:"",recommendationTitle:"Here's what we recommend for you.",recommendationTitleSubText:"You can review this information the next time you return to the symptom checker.",Title:""});$$WP.Strings.getNamespace("selftriage.addapptrequestandschedulenodes").addStrings({AppointmentRequestedText:"Your appointment has been requested.",AppointmentScheduledText:"Your appointment has been scheduled.",AppointmentsPageLinkText:"View appointments.",AppointmentsPageLinkTitle:"Click here to view your appointments.",BackToRecommendationsLinkTitle:"Back to your recommendations",CardTitle:"Appointments",FailedRequestError:"We were unable to find an appointment with the information provided. Please contact your clinic to schedule this appointment.",GenericAppointmentRequestTitle:"Request an appointment",NoSecurityText:"Contact your clinic to schedule an appointment.",RequestNodeExpiredText:"You did not request your visit.",ScheduleButtonText:"Schedule appointment",SpecificAppointmentRequestTitle:"Request @MYCHART@VISITTYPE@",SubmitRequestButtonText:"Request appointment",Title:"",VisitNodeExpiredText:"You did not schedule your visit.",VisitTypeScheduleTitle:"Schedule @MYCHART@VISITTYPE@"});$$WP.Strings.getNamespace("selftriage.addevisitnode").addStrings({BackToRecommendationsLinkTitle:"Back to your recommendations",BeginEVisitButtonLabel:'Continue with an <span class="nowrap">@MYCHART@BrandEVisit@<\/span>',BeginEVisitButtonLabelNoMnemonic:'Continue with an <span class="nowrap">E-Visit<\/span>',CardTitle:"Tell a provider about your symptoms",CardTitleSubText:"With an @MYCHART@BrandEVisit@, one of our providers will review your responses and get back to you within one business day.",CardTitleSubTextNoMnemonic:"With an E-Visit, one of our providers will review your responses and get back to you within one business day.",EVisitCompleteText:"You submitted an @MYCHART@BrandEVisit@.",EVisitCompleteTextNoMnemonic:"You submitted an E-Visit.",EVisitCreated:"You created an @MYCHART@BrandEVisit@. It has not yet been submitted.",EVisitCreatedNoMnemonic:"You created an E-Visit. It has not yet been submitted.",EVisitNodeCanceledText:"Your @MYCHART@BrandEVisit@ has been canceled",EVisitNodeCanceledTextNoMnemonic:"Your E-Visit has been canceled",EVisitNodeExpiredText:"You did not submit an @MYCHART@BrandEVisit@.",EVisitNodeExpiredTextNoMnemonic:"You did not submit an E-Visit.",EVisitNodeViewDetailsText:"View details",EVisitNodeViewDetailsTitle:"View details about your @MYCHART@BrandEVisit@",EVisitNodeViewDetailsTitleNoMnemonic:"View details about your E-Visit",FillOutEVisit:"Fill out your @MYCHART@BrandEVisit@",FillOutEVisitLaterMobile:"Check your Visits list in a few minutes to complete your @MYCHART@BrandEVisit@.",FillOutEVisitLaterMobileNoMnemonic:"Check your Visits list in a few minutes to complete your E-Visit.",FillOutEVisitNoMnemonic:"Fill out your E-Visit",GoToEVisitPopupConfirmButtonText:"Jump to your @MYCHART@BrandEVisit@",GoToEVisitPopupConfirmButtonTextNoMnemonic:"Jump to your E-Visit",GoToEVisitPopupText:"You will be redirected to your @MYCHART@BrandEVisit@. You can return to this page through the Symptom Checker history.",GoToEVisitPopupTextNoMnemonic:"You will be redirected to your E-Visit. You can return to this page through the Symptom Checker history.",GoToEVisitPopupTitle:"Fill out your @MYCHART@BrandEVisit@",GoToEVisitPopupTitleNoMnemonic:"Fill out your E-Visit",GoToEVisitStayHereText:"Stay here",InstructionsShowLessText:"Show less",InstructionsShowLessTitle:"Hide the instructions.",InstructionsShowMoreText:"Show all",InstructionsShowMoreTitle:"Show the full instructions.",MessageLinkText:"View related messages.",MessageLinkTitle:"Click here to view the messages related to this @MYCHART@BrandEVisit@.",MessageLinkTitleNoMnemonic:"Click here to view the messages related to this E-Visit.",NoSecurityText:"Please contact your clinic directly.",NotAvailable:"This option is not available.",Title:""});$$WP.Strings.getNamespace("selftriage.addondemandvideovisitnode").addStrings({AlreadyInQueue:"You are already in line for a video visit.",AppointmentCanceledText:"You joined the video visit queue. The visit has been canceled.",AppointmentRequestedText:"Your appointment has been requested.",AppointmentScheduledText:"Your appointment has been scheduled.",CardTitle:"Video Visit",CompletedVideoVisit:"You completed a video visit.",FailedRequestError:"There seems to be an error. Please try again later.",HasNoLicensedTelehealthProvidersText:"This option is not available. There are no licensed providers available at the selected location.",InstructionsShowLessText:"Show less",InstructionsShowLessTitle:"Hide the instructions.",InstructionsShowMoreText:"Show more",InstructionsShowMoreTitle:"Show the full instructions.",JoinedQueue:"You are in line for a video visit.",NoSecurityText:"Contact your clinic to schedule a video visit.",NotAvailable:"This option is not available.",OnDemandVideoVisitButtonText:"Talk to a doctor",PastVisitsLinkText:"View past visits.",PastVisitsLinkTitle:"Click here to view your past visits.",QuickScheduleCanceledText:"You scheduled a video visit. The visit has been canceled.",ScheduledVideoVisit:"You scheduled a video visit.",SignUpAgain:"You can sign up for this after you complete your existing visit.",Title:"",UpcomingVisitsLinkText:"View upcoming visits.",UpcomingVisitsLinkTitle:"Click here to view your upcoming visits.",VideoVisitCardTitle:"Video Visit for @MyChart@VideoVisitRFV@",VideoVisitDetails:"View details.",VideoVisitNodeExpiredText:"You did not complete a video visit.",VideoVisitPastDetails:"View details."});$$WP.Strings.getNamespace("selftriage.addordernodes").addStrings({AcceptMultipleOrdersButtonLabel:"I accept these recommendations",AcceptSingleOrderButtonLabel:"I accept this recommendation",AfterAcceptText:"You're all set!",CardPretext:"",ErrorText:"Please contact your clinic to get these follow-ups authorized for you.",ExpiredRecommendationText:"You did not accept this recommendation.",ImagingHeader:"Imaging",ImagingPretext:"",InstructionsShowLessText:"Show less",InstructionsShowLessTitle:"Hide the instructions.",InstructionsShowMoreText:"Show all",InstructionsShowMoreTitle:"Show the full instructions.",LabsHeader:"Labs",LabsPretext:"",NoSecurityText:"Please contact your clinic to get these follow-ups authorized for you.",OtherProceduresHeader:"Other",OtherProceduresPretext:"",ReferralsHeader:"Referrals",ReferralsPretext:"",Title:"",UpcomingTestsAndProceduresPageLinkText:"See details.",UpcomingTestsAndProceduresPageLinkTitle:"Click here to view more information."});$$WP.Strings.getNamespace("selftriage.addvisitnode").addStrings({AppointmentRequestedText:"Your appointment has been requested.",AppointmentScheduledText:"Your appointment has been scheduled.",AppointmentsPageLinkText:"View appointments.",AppointmentsPageLinkTitle:"Click here to view your appointments.",BackToRecommendationsLinkTitle:"Back to your recommendations",CardTitle:"Appointments",FailedRequestError:"We were unable to find an appointment with the information provided. Please contact your clinic to schedule this appointment.",InstructionsShowLessText:"Show less",InstructionsShowLessTitle:"Hide the instructions.",InstructionsShowMoreText:"Show all",InstructionsShowMoreTitle:"Show the full instructions.",NoSecurityText:"Contact your clinic to schedule an appointment.",ScheduleButtonText:"Schedule appointment",Title:"",VisitNodeExpiredText:"You did not schedule your visit.",VisitTypeScheduleTitle:"Schedule @MYCHART@VISITTYPE@"});$$WP.Strings.getNamespace("selftriage.common").addStrings({BackToRecommendationsLinkTitle:"Back to your recommendations",GenericErrorMessage:"Oops! Something went wrong. Please try again later.",GenericErrorMessageButtonText:"Close",GenericErrorMessagePopupTitle:"Error",Title:"Symptom Checker"});$$WP.Strings.getNamespace("selftriage.instructionnode").addStrings({CardTitle:"",CollapseInstructionLinkLabel:"Show less",CollapseInstructionLinkTitle:"Hide the instructions.",ExpandInstructionLinkLabel:"Show full instructions",ExpandInstructionLinkTitle:"Show the full instructions.",Title:""});$$WP.Strings.getNamespace("selftriage.landingpage").addStrings({ContinueDecisionTreeButtonText:"Continue",ContinueRestartDecisionTreePrompt:"You can continue from where you left off or start over.",ContinueRestartDecisionTreeTitle:"You have previously saved answers",DecisionTreeCardLinkTitle:"Start the @MYCHART@LANDINGPAGETITLE@ for @MYCHART@DECISIONTREE@ ",InProgress:"In progress",MobileGotItButtonText:"OK, got it!",MobilePretext:'<span class="pretext_start_content">Select one of the symptoms below to get started. Or,<\/span> <a href="@MYCHART@HISTORYURL@">view your symptom checker history.<\/a><br><br> Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.',MobileWelcomeBanner:"Welcome to Symptom Checker",MobileWelcomeBannerHelpText:"Here's what you can expect.",NoData:"Currently you have no symptoms to use with this tool. ",PastSelfTriageLinkTitle:"Symptom Checker History",posttext:"",pretext:"Select one of the symptoms below to get started.",RestartDecisionTreeButtonText:"Start over",SidebarHelptext:"Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.",SidebarRelatedLinks:"Related Links",Title:"Symptom Checker",TreeOutdatedErrorMessagePopupText:"This tool was recently updated. You will need to re-answer the questions.",TreeOutdatedErrorMessagePopupTitle:"Your previous answers have been reset"});$$WP.Strings.getNamespace("selftriage.navigationhelper").addStrings({ChartReferenceHelpText:'We\'ll reference <span class="bold">your chart<\/span> while you use this tool.',ChartReferenceHelpTextScreenReader:"We'll reference your chart while you use this tool.",NarrowSymptomsHelpText:"You'll answer a series of questions to narrow in on your symptoms.",NextStepsHelpText:"We'll provide you with next steps to take.",ProxyChartReferenceHelpText:"We'll reference <span class=\"bold\">@MYCHART@PATIENT@'s chart<\/span> while you use this tool.",ProxyChartReferenceHelpTextScreenReader:"We'll reference @MYCHART@PATIENT@'s chart while you use this tool.",Title:""});$$WP.Strings.getNamespace("selftriage.selftriagepage").addStrings({backbuttonText:"Back to Symptom Checker",NotAuthorizedMessage:"This activity is not available.",posttext:"",pretext:"",Title:"Symptom Checker"});$$WP.Strings.getNamespace("selftriage.termsandconditions").addStrings({AcceptButtonText:"Accept",AcceptButtonTitle:"Accept and continue",DeclineButtonText:"Decline",DeclineButtonTitle:"Return to previous page",Title:"Symptom Checker Terms and Conditions"});$$WP.Strings.getNamespace("selftriage.triagehistorypage").addStrings({BackButtonText:"Back to Symptom Checker",HistoryDetailsHeader:"History Details",HistoryListHeader:"History",MobileChangeDetailsLinkTitle:"Back to history",MobileSymptomCheckerLinkTitle:"Want to check a new symptom?",NoCompletedSelfTriages:"You have not used the symptom checker yet. Once you do, you will be able to come back to this page at any time to review your recommendations.",nodata:"There were no recommendations.",PagePostText:"",PagePreText:"",PastTriageCompletionDate:"@MYCHART@TRIAGECOMPLETIONDATE@",recommendationTitle:"Here's what we recommended for you.",recommendationTitleSubText:"",Title:"Symptom Checker History"});$$WP.Strings.getNamespace("shared").addStrings({AndroidDownloadLink:"https://play.google.com/store/apps/details?id=epic.mychart.android&hl=en",AndroidText:"MyChart for Android",CustomHTML:"",FAQs:"FAQs",FHIRAPIEducationText:"Interoperability Guide",FHIRAPIEducationURL:"https://open.epic.com/Tutorial/PatientAuthentication?whereFrom=MyChart",iOSDownloadLink:"https://itunes.apple.com/us/app/mychart/id382952264?mt=8",iOSText:"MyChart for iOS",PrintButtonAltText:"Print this page in a printer-friendly format",PrintButtonTitleText:"Printer-friendly page",PrivacyPolicy:"Privacy Policy",TermsAndConditions:"Terms and Conditions",Title:""});$$WP.Strings.getNamespace("shared._afterloginlayout").addStrings({AccountsTouchMenuToggleText:"Accounts Popup Menu. Lets you log out, switch languages, or switch to any of your records.",BackToHomeText:"Back to the home page",BackToLoginText:"Back to the login page",LogOutButtonText:"Log out",LogOutGuestButtonText:"End session",MenuNavigatorLabel:"Menu and shortcuts",ProxyToolTipText:"Currently accessing @MYCHART@TABTITLE@'s record",SkipToMainText:"Skip navigation to main content",Title:""});$$WP.Strings.getNamespace("shareeverywhere").addStrings({AdditionalResources:"Additional Resources",AdditionalResources_1:"",AdditionalResources_2:"",AdditionalResources_3:"",AdditionalResources_4:"",AdditionalResources_AdditionalResourcesTitle:"",AutomaticLanguageSwitchPopupTitle:"Requested language not supported",AutomaticLanguageSwitchWarning:"This page is displayed in @MYCHART@LANGUAGE@ because the requested language is not available.",CancelLogoutButtonText:"Stay here",ConfirmLogoutButtonText:"Close chart",DataFormatPretext:"This chart uses the following conventions:",DateFormat:"Date Format: @MYCHART@DATEFORMAT@",DecimalSeparator:'Decimal Separator: "@MYCHART@DECIMALSEPARATOR@"',LanguagePickerRecommendation:" Use the language selector in the header to view it in another language.",LogoutPopupMessage:"You'll need to get a new Share Code from @MYCHART@WEBUSER@ to regain access.",LogoutPopupTitle:"Are you sure you want to close the chart?",ShareEverywhereHomeHeader:"@MYCHART@ACCESSOR@, welcome to Share Everywhere.",ShareEverywhereHomeText:"\n\t\t\t\tUse the menu to view information from @MYCHART@PATIENT@'s chart. You can also use the form below to provide a summary of any clinical care that you've provided.\n\t\t\t",TimeFormat:"Time Format: @MYCHART@TIMEFORMAT@",Title:"Share Everywhere",Uses12HourClock:"This chart uses a 12-hour clock.",Uses24HourClock:"This chart uses a 24-hour clock."});$$WP.Strings.getNamespace("shareeverywhere.generatecode").addStrings({AboutShareEverywhereDesc:'Share MyAHS Connect is a way for you to share your medical information with the people who are taking care of you. This might be a doctor, chiropractor, physical therapist, for example. The share code recipient will enter the code and your date of birth on <a href="https://www.shareeverywhere.com">www.shareeverywhere.com<\/a>\r\n to receive one-time, temporary access to your health information. The person who views your information can also write a note back to your care team to keep them informed.',AboutShareEverywhereTitle:"About Share MyAHS Connect",additionalSidebarContent:"",allergiesFeatureText:"Allergies",authorBoxHelpText:"Name",authorBoxLabel:"Who's accessing your record?",ceauthLink:"Authorize sharing",ceauthLinkDescription:"Allow your care teams to exchange your health information to better coordinate care.",codeError:"There was an error generating your code, please try again later.",codeExpirationText:"If you request a share code it will expire after 60 minutes.",codeExpired:"Your code has expired.",codeInstructions:"@MYCHART@ACCESSOR@ can now visit www.shareeverywhere.com and enter the share code below to view your record.",dismissCodeButtonText:"Dismiss",dmFeatureText:"The person accessing your record will also be able to write a clinical note to your care team.",expirationText:"This code will expire at @MYCHART@TOKENEXPIRATION@.",healthissuesFeatureText:"Health Issues",immunizationsFeatureText:"Immunizations",introTitle:"Share Your Health Record",logoAltText:"ShareEverywhere logo",medsFeatureText:"Medications",MoreWaysToShareDescription:"",MoreWaysToShareTitle:"More Ways to Share",notEnabledDisclaimer:"\n\t\t\t\tShare Everywhere is not currently enabled for this record.\n\t\t\t",posttext:"",pretext:"",proxyFormLink:"Grant proxy access",proxyFormLinkDescription:"Grant ongoing access to your family members and care givers.",readyToShare:"You're ready to share!",requestCodeButtonText:"Request share code",shareEverywhereDescription:"Grant one-time, limited access to the health information you can see in @MYCHART@APPTITLE@, including:",Title:"Share MyAHS Connect",visitRecordsLink:"Access visit records",visitRecordsLinkDescription:"View, download, or transmit summaries of your past visits."});$$WP.Strings.getNamespace("signup.signup_login").addStrings({AcceptTermsAndConditions:"You must accept the terms and conditions to proceed.",AccessCodeError:"Please enter your activation code.",AccessCodeInvalid:"Invalid activation code.",DOBError:"Please enter your date of birth.",DOBInvalid:"Invalid date of birth.",EmailError:"Please enter your email address.",EmailInvalid:"Invalid email address.",EmailPunctuationError:"Your email address cannot contain any spaces or punctuation.",FirstNameError:"Please enter your first name.",GoodStrength:"Good",HidePasswordButtonText:"Hide",HintError:"Please enter your password hint.",HintPasswordError:"Your pasword hint cannot include your password.",IDDOBError:"Please enter your username and date of birth.",IDError:"Please enter a username.",IDPasswordError:"Please eneter a username and password.",IDPunctuationError:"Your username cannot contain any spaces or symbols other than a period (.), hyphen (-), underscore (_), or the at symbol (@).",IDSSNDOBError:"Please enter username, @MYCHART@NationalIDLabel@ and date of birth.",IDSSNError:"Please enter your username and @MYCHART@NationalIDLabel@.",LastNameError:"Please enter your last name.",MediumStrength:"Medium",MRNError:"Please enter your medical record number.",NavigationCancel:"Stay here",NavigationConfirm:"Leave this page",NavigationDetails:"If you leave this page, you will need to log in again. If you are leaving to retrieve your code, you should open a new browser tab.",NavigationTitle:"Are you sure you want to leave?",NeedAuthMethod:"At least one authentication method must be selected.",NewPasswordError:"Your new password cannot contain any spaces.",PasswordError:"Please enter a password.",PasswordInSecAnsError:"Your secret answer cannot include your password.",PasswordInSecQuesAnsError:"Neither your security question nor your secret answer may contain your password.",PasswordInSecQuesError:"Your security question cannot include your password.",PasswordSpaceError:"Your password cannot contain any spaces.",PhoneEmpty:"Please enter your primary phone number.",PhoneError:"Please enter your mobile phone number.",PhonePunctuationError:"Your mobile phone number cannot contain any spaces, letters, or punctuation.",ReTypeEmailEmptyError:"Please retype your email address.",ReTypeEmailError:"Your email and the retyped email are not the same.",ReTypeEmailPunctuationError:"Your retyped email address cannot contain any spaces or punctuation.",ReTypePasswordEmptyError:"Please retype your password.",ReTypePasswordError:"Your password and the retyped password are not the same.",ReTypePhoneEmptyError:"Please retype your mobile phone number.",ReTypePhoneError:"Your mobile phone number and the retyped mobile phone number are not the same.",SecAnsEmptyError:"Please enter an answer to your security question.",SecQuesEmptyError:"Please enter a security question.",ShowPasswordButtonText:"Show",SSN4Empty:"Please enter the last 4 digits of your @MYCHART@NationalIDLabel@.",SSN4Invalid:"Invalid last 4 digits of @MYCHART@NationalIDLabel@.",SSNDOBError:"Please enter your @MYCHART@NationalIDLabel@ and date of birth.",SSNError:"Please enter your @MYCHART@NationalIDLabel@ in the form of @MYCHART@SSNFORMAT@.",SSNInvalid:"Invalid @MYCHART@NationalIDLabel@",StrongStrength:"Strong",Title:"",ValidEmailError:"Please enter a valid email address.",ValidPhoneNumberError:"Please enter a valid phone number.",WeakStrength:"Weak",YesNoError:"Please select yes or no.",ZipError:"Please enter your ZIP code."});$$WP.Strings.getNamespace("socialcare").addStrings({activeapplications:"Active Applications",appeal:"Appeal",appealapproved:"Appeal Approved",appealdecisiontooltip:"Appeal @MyChart@DecisionName@",appealdenied:"Appeal Denied",AppealPending:"Appeal Pending",appealresolved:"Appeal Resolved",applicationfailedtext:"There was a problem placing your application. Please contact your local social services office for assistance.",applicationsubmittedtext:"Your application was submitted.",approved:"Decision Approved",cancelapplication:"Cancel Application",cancelbuttontooltip:"Cancel @MyChart@ApplicationName@ application",CancelReason:"",completedapplications:"Completed Applications",continuebutton:"Continue",continuous:"Continuous",continuousfromdate:"Continuous from @MyChart@FormattedStartDate@",daterange:"@MyChart@FormattedStartDateForRange@ - @MyChart@FormattedEndDateForRange@",daterangenoend:"@MyChart@FormattedStartDateForNoEnd@ - unspecified",daterangenostart:"unspecified - @MyChart@FormattedEndDateForNoStart@",decisionsheader:"Decisions",decisiontreepagebacktext:"Go to Social Assistance",decisiontreepagetitle:"Social Assistance Application",denied:"Decision Denied",effectivedatescolon:"Effective Dates:",effectivedatestooltip:"Effective dates",episodenamedecisions:"@MyChart@EpisodeNameHeader@ Decisions",errorpopupbutton:"OK",errorpopupcontent:"An error occurred. Please reload the page.",errorpopuptitle:"Error",idcolon:"ID:",inactive:"Inactive",inprogresspopupprompt:"You can continue from where you left off or start over.",inprogresspopuptitle:"You have an application in progress",letterdisplaynamenew:"@MyChart@FormattedReceivedDate@ (New)",letterpopuptitle:"Decision Letter",noactive:"You have no active social assistance applications on file.",nocompleted:"You have no completed social assistance applications on file.",nodates:"None",nodecisionstodisplay:"You have no @MyChart@EpisodeNameNoDecisions@ decisions to display.",nodecisionstodisplay2:"You have no decisions to display.",outcometooltip:"Outcome",overturned:"Decision Overturned",pendingsnapshotswarning:"Some letter attachments are not available yet. Please check back later to see all attachments.",pretext2:"You can view the status of your submitted applications for social assistance below, as well as any decisions that have been made on your behalf.",pretext3:"You can view social assistance decisions below that have been made on your behalf.",pretexthereyoucanview:"You can view the status of your submitted applications for social services or assistance below.",programnamewithid:"@MyChart@DecisionProgramName@ [Ref#: @MyChart@MPIID@]",ReferralStatus:"",ReferralStatus_1:"Authorized",ReferralStatus_2:"Open",ReferralStatus_3:"Pending Review",ReferralStatus_4:"Canceled",ReferralStatus_5:"Denied",ReferralStatus_6:"Closed",ReferralStatus_7:"New Request",ReferralStatus_8:"Incomplete",relateddecisionsheader:"Related Decisions",responsiblecolon:"Responsible:",responsibleusertooltip:"Responsible user",restartbutton:"Start over",sendusamessage:"send us a message.",sendusamessagepretext:"If you'd like to appeal another decision not shown here, ",shortdelaytext:"There may be a short delay before it appears in the Active Applications section below.",showinactivedecisions:"Show inactive @MyChart@EpisodeNameCheckbox@ decisions",sidebarapplications:"Applications",sidebarapplicationsdetail:"A social worker will review your application.",sidebardecisionsdetail:"Once a decision is finalized and sent to you, you can view a letter and other information about the decision on this page.",socialassistance:"Social Assistance",submitapplication:"Submit an application",submitapplicationinprogress:"Submit an application (in progress)",submitted:"Submitted",Title:"Social Assistance",unknown:"Unknown",unknownspecialty:"Unknown Specialty",viewdocument:"View document",viewdocumentaccessibledescription:"An attachment for letter about @MyChart@DecisionNameViewDocument@ decision, received on @MyChart@FormattedDateViewDocument@, @MyChart@DocumentDescriptionViewDocument@",viewletter:"View letter",viewletteraccessibledescriptionnew:"A new letter about @MyChart@DecisionNameViewLetterNew@ decision, received on @MyChart@FormattedDateViewLetterNew@",viewletteraccessibledescriptionpreviouslyviewed:"A previously viewed letter about @MyChart@DecisionNameViewLetter@ decision, received on @MyChart@FormattedDateViewLetter@"});$$WP.Strings.getNamespace("telemedicine").addStrings({back:"Okay",backTooltip:"Return to the previous screen",camera:"Camera",cameraAltTextFailure:"View camera troubleshooting guide",cameraAltTextSuccess:"Camera found",cameraDisabled:"Device Disabled",cameraTroubleshooting:"Ensure that your Camera is plugged in<br/>Check that your camera is functional<br/>Ensure that no other apps are using your camera",cancel:"Cancel",cancelTooltip:"Cancel without saving",cancelVisitButton:"Cancel visit",cancelVisitTooltip:"Cancel the video visit",Chrome:"Chrome",chromeDownloadHelpTextLbl:"Try restarting your computer to join the video visit. You can also join your visit from the MyChart Mobile app.",chromeDownloadHelpTextTitle:"Already downloaded the plugin?",chromeFirstStepLabel:"1.",chromeInstalledMessage:"Plugin installed.  Restart @MYCHART@BROWSER@ to begin your video visit.",chromePluginDownload:"Check your Downloads folder and run the VidyoClientForWeb installer. After installing, restart @MYCHART@BROWSER@ to join the video visit.",chromePluginMissing:"VidyoWeb is not installed",chromePluginPrompt:"Follow the steps below to install VidyoWeb for @MYCHART@BROWSER@. You will need to restart @MYCHART@BROWSER@ to complete the VidyoWeb installation.",chromeSecondStepLabel:"2.",ChromiumEdge:"Edge",cleaningUp:"Cleaning up",cleaningUpPageTitle:"Cleaning Up",close:"Close",closeTooltip:"Quit the Video Visit",comma:",",conferenceFull:"The video visit is full. You cannot join at this time.",connectionLost:"Connection to server lost",continueText:"Continue",continueTooltip:"Begin Video Visit",CookiesNotEnabledError:"Please @MYCHART@COOKIESNOTENABLEDLINK@ to join your video visit.",CookiesNotEnabledErrorLinkText:"enable cookies",countdown:"Starting visit in @MYCHART@Countdown@",DateOfBirth:"Date of birth",defaultProvider:"your provider",deviceConfigurationTitle:"Device Configuration",DOBFormat:"MM/DD/YYYY",downloadChromeExtensionText:"Install VidyoWeb extension",downloadChromeExtensionTooltip:"Download VidyoWeb extension",downloadedChromeExtensionText:"Extension installed",downloadedChromePluginText:"Plugin installed",downloadText:"Download VidyoWeb plugin",downloadTooltip:"Download VidyoWeb plugin",echeckin:"@MYCHART@BrandECheckIn@",echeckinNoMnemonic:"eCheck-In",echeckinNotComplete:"@MYCHART@BrandECheckIn@ not complete",echeckinNotCompleteNoMnemonic:"eCheck-In not complete",echeckinRequired:"You must complete @MYCHART@BrandECheckIn@ before joining the Video Visit",echeckinRequiredNoMnemonic:"You must complete eCheck-In before joining the Video Visit",enableCameraText:"Enable your device by clicking on the icon in the top right corner of this window.",failedConnect:"An error occurred while communicating with the server. Please close the window and try again.",failedLogin:"An error occurred with the plugin.  Please close the window and try again.",failedSession:"Failed to initialize the Video Visit.  Please ensure that you are logged into @MYCHART@APPTITLE@.",failedToLoadPluginMessage:"The plug-in could not be loaded. Ensure that it is allowed by accepting any prompts or checking your browser security settings.",failedToLoadPluginTitle:"Unable to load plug-in",FindingYourVideoVisit:"Finding Your Video Visit",fullscreenAltText:"fullscreen",fullscreenDisabledTooltip:"Fullscreen is not supported by your browser.  Try F11.",fullscreenTooltip:"Switch to fullscreen",goToEcheckin:"Go to @MYCHART@BrandECheckIn@",goToEcheckinNoMnemonic:"Go to eCheck-In",hardwareErrorSomethingMissing:"We found the following problems: ",infoAltText:"info",InvalidDOBText:"The birth date you entered is incorrect. Try again.",LinkError:"Your access to this video visit is expired or disabled. The time for your visit may have already passed or you may have failed to confirm your identity too many times. Try scheduling a new visit or contact your health provider.",LinkToAnonymousTelehealthText:"Schedule a new visit",LinkToAnonymousTelehealthTextTooltip:"Schedule a new video visit",loading:"Loading",login:"Login",logout:"Logout",logoutCountdown:"You will be logged out in ",logoutTooltip:"Logout",microphone:"Microphone",microphoneAltTextFailure:"View microphone troubleshooting guide",microphoneAltTextSuccess:"Microphone found",microphoneTroubleshooting:"Ensure that your microphone is plugged in<br/>Check that your microphone is functional<br/>Ensure that no other apps are using your microphone",mobileMessage:"This site is not supported on mobile web browsers.  Please use a desktop web browser or the mobile app.",muteSpeakerAltText:"mute speaker",muteSpeakerTooltip:"Mute speaker",network:"Network",networkAltTextFailure:"View network troubleshooting guide",networkAltTextSuccess:"Connected",networkTroubleshooting:"Ensure that you are connected to the Internet",noCamera:"No camera",noMicrophone:"No microphone",noNetwork:"Unable to connect to server",normalScreenTooltip:"Switch to normal screen",noSpeakers:"No speakers",notified:"We'll let your provider know you are having a problem",ondemandcountdown:"Going to waiting room in @MYCHART@Countdown@",pausedAltText:"audio and video are paused",pausedModalTooltipMessage:"Video Visit paused",pauseTooltip:"Pause Video Visit",playPauseAltText:"play,pause",pluginAlreadyRunning:"You have another instance of Vidyo plugin running. Please quit any other Vidyo instance and retry.",pluginDownload:"Check your Downloads folder and run the VidyoWeb installer. This page will reload automatically once VidyoWeb is installed.",pluginErrorTitle:"Error with VidyoWeb plugin",pluginMissing:"VidyoWeb plugin is not installed",pluginNotSupportedMessage:"This browser is not supported.  Please use another browser.",pluginNotSupportedTitle:"Plugin not supported",pluginPrompt:"Use the link below to download and install VidyoWeb plugin. This page will reload automatically once VidyoWeb is installed.",providerConnectingLabel:"@MYCHART@ProviderName@ is connecting",providerDisconnectedText:"@MYCHART@ProviderName@ left the Video Visit.",providerDisconnectedTitle:"Provider Disconnected",providerImageAltText:"provider image",providerMuted:"Provider's microphone is Muted",quitting:"Quitting @MYCHART@APPTITLE@ Video Visit",RequestProxyAccessButtonText:"Request access",RequestProxyAccessPrompt:"To view more details about the completed visit, you may request full access to this patient's account.",restartConference:"Restart the conference",resumeTooltip:"Resume Video Visit",retry:"Retry",save:"Save",saveTooltip:"Save these settings",sessionPreempted:"You have been disconnected from the Video Visit because you logged on from a different device.",sessionTimeout:"Session Timeout",settingsAltText:"settings",settingsTooltip:"Settings",speakerAltTextFailure:"view speaker troubleshooting guide",speakerAltTextSuccess:"speaker found",speakers:"Speakers",speakerTroubleshooting:"Check that you have speakers<br/>Ensure that your speakers are not muted<br/>Check that your speakers are functional",stayOnlineButtonText:"Stay online",stayOnlineButtonTitle:"continue the video visit",stayOnlinePrompt:"Your @MYCHART@APPTITLE@ session is timing out. Would you like to stay online?",SubmitUserValidation:"Submit",systemDefault:"System default",testAgain:"Test again",testAgainTooltip:"Run the hardware checks again.",testInProgress:"Checking your hardware...",testSuccess:"Hardware test successful",testSuccessOnDemand:"Hardware test successful; close this window to continue",Title:"Telemedicine",TooManyFailedAttemptsHeader:"This Appointment is Locked",TooManyFailedAttemptsText:"You have entered an incorrect birth date too many times. Your access to this video visit is disabled. Try scheduling a new visit or contact your health provider.",troubleshootingTitle:"Troubleshooting Tips",unmuteSpeakerTooltip:"Unmute speaker",unsecureConnection:"Connection is not secure",unsecureConnectionText:"This browser requires a secure connection to be able to connect. Please use another browser.",UpgradeRequestSent:"Thank you for using @MYCHART@APPTITLE@. Your request to upgrade to full access has been sent.",UpgradeRequestSentHeader:"Upgrade Requested",VerifyDOB:"Verify your date of birth",VerifyDOBAvsPretext:"Hi @MYCHART@GUESTINFORMALNAME@! For your security, confirm your birth date before we take you to your After Visit Summary.",VerifyDOBPretext:"Hi @MYCHART@GUESTINFORMALNAME@! For your security, confirm your birth date before we take you to your video visit.",VerifyDOBUpgradePretext:"Hi @MYCHART@GUESTINFORMALNAME@! For your security, confirm your birth date before we request full access.",videoPaused:"Video paused",videoVisitTitle:"Video Visit",ViewGuestAvs:"View summary",ViewGuestAvsDetails:"Click the button below to view a summary of this visit. Note that a more complete summary may be available to you if you are granted full access to the this patient's account.",volumeTooltip:"Speaker Volume",waitingForLabel:"Waiting for @MYCHART@ProviderName@"});$$WP.Strings.getNamespace("travelhistory.activitycontainer").addStrings({DomesticBannerButtonText:"Got it!",DomesticBannerHeaderText:"New travel screening inside the United States",DomesticBannerInfoText:"In addition to travel outside the United States, take a moment to enter trips you've taken inside the United States.",DomesticHeaderText:"Trips outside the state or country",MainDescriptionText:"Please update the trips you have taken since @MYCHART@EARLIESTALLOWEDDATE@.",MainDescriptionTextDependent:"Please update the trips @MYCHART@PATIENT@ has taken since @MYCHART@EARLIESTALLOWEDDATE@.",MainHeaderText:"Trips outside the country",NoTripText:"You have no trips on file.",NoTripTextDependent:"@MYCHART@PATIENT@ has no trips on file.",Title:"",TripLoadErrorPopupButtonText:"OK",TripLoadErrorPopupDescriptionText:"An error occurred while attempting to load data. Please try again later.",TripLoadErrorPopupTitleText:"Error"});$$WP.Strings.getNamespace("travelhistory.tripcard").addStrings({Title:"",TripAddButtonViewText:"Add a trip",TripDateRangeNoEndDateText:"Trip beginning @MYCHART@STARTMONTH@ @MYCHART@STARTDAY@, @MYCHART@STARTYEAR@",TripDateRangeNoStartDateText:"Trip ending @MYCHART@ENDMONTH@ @MYCHART@ENDDAY@, @MYCHART@ENDYEAR@",TripDateRangeText:"@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@, @MYCHART@STARTYEAR@ - @MYCHART@ENDMONTH@ @MYCHART@ENDDAY@, @MYCHART@ENDYEAR@",TripDateRangeWithinSameYearAndMonthText:"@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@ - @MYCHART@ENDDAY@, @MYCHART@STARTYEAR@",TripDateRangeWithinSameYearMonthAndDayText:"@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@, @MYCHART@STARTYEAR@",TripDateRangeWithinSameYearText:"@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@ - @MYCHART@ENDMONTH@ @MYCHART@ENDDAY@, @MYCHART@STARTYEAR@",TripDurationInDays:"Number of days: @MYCHART@DURATIONDAYS@",TripDurationNoDates:"Unknown trip dates",TripDurationNoEndDate:"Unknown end date",TripDurationNoStartDate:"Unknown start date",TripEditButtonTitleText:"Edit trip",TripEditButtonViewText:"Edit",TripRemoveButtonTitleText:"Remove trip",TripRemoveButtonViewText:"Remove"});$$WP.Strings.getNamespace("travelhistory.tripcreator").addStrings({AcceptButtonTitleText:"Save trip",AcceptButtonViewText:"Accept",CancelButtonTitleText:"Cancel updating trip.",CancelButtonViewText:"Cancel",GoBackButtonTitleText:"Go back to selecting a different destination for the trip.",GoBackButtonViewText:"Go back",lookup_add_selected_alt_text:"Add selected destination",lookup_close_popup_instruction:"You can press the escape button to close the popup.",lookup_custom_trysearch:"Search again",lookup_form_header:"Enter the details about the trips you took between @MYCHART@TRIPEARLIESTSTARTDAY@ and today.",lookup_form_header_2:"Enter the details about the trips taken between @MYCHART@TRIPEARLIESTSTARTDAY@ and today.",lookup_name_label:"Destination:",lookup_open_popup_text:"A new popup window called add a trip has appeared. Press the escape button to close this popup.",lookup_results_pretext_few_results:"Your search returned @MYCHART@HITS@ results.",lookup_results_pretext_more_results:"Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",lookup_results_pretext_no_results:"Your search returned no results.",lookup_search_placeholder:"Search for a destination",lookup_startover_label:"Change destination for this trip",lookup_suggestion_all_results_shown:"All results displayed.",lookup_suggestion_has_more_results:"Search to see more results.",lookup_suggestion_no_results:"No results found.",lookup_suggestion_search_tag:" - Search",popup_cancelbutton_label:"Cancel",Title:"TripCreator",TripEditorPopupHeaderForAddTripText:"Add a Trip",TripEditorPopupHeaderForEditTripText:"Update Trip",TripEndDateBeforeAffectedRangeErrorDescriptionText:"End date can not be before @MYCHART@TRIPEARLIESTSTARTDAY@.",TripEndDateBeforeStartDateErrorDescriptionText:"End date can not be before start date.",TripEndDateErrorLabelText:"Error: ",TripEndDateInputLabel:"End Date:",TripRemovePopupDescriptionText:"Are you sure you want to remove this trip to @MYCHART@DESTINATION@?",TripRemovePopupGoBackButtonText:"Go back",TripRemovePopupHeaderText:"Remove Trip",TripRemovePopupRemoveButtonText:"Remove",TripSaveErrorPopupButtonText:"OK",TripSaveErrorPopupDescriptionText:"An error occurred while attempting to complete the action. Please try again later.",TripSaveErrorPopupTitleText:"Error",TripStartDateInputLabel:"Start Date:"});$$WP.Strings.getNamespace("ui.accountbadges").addStrings({AccountSelectedText:"Account selected",PatientSelectedText:"Patient selected",Title:""});$$WP.Strings.getNamespace("ui.calendar").addStrings({CalendarNextPrevMonthHelpText:"Show @MYCHART@DATEWITHMONTH@",CalImgAlt:"Calendar - Use to Select a Date",CancelButton:"Cancel",CancelTooltip:"Cancel date selection - tab forward to change months",NextButtonOverride:"",NextButtonTooltip:"Go to next month",NotAvailableTooltip:"Not Available",PrevButtonOverride:"",PrevButtonTooltip:"Go to previous month",SelectTooltip:"Click to select",Title:""});$$WP.Strings.getNamespace("ui.carousel").addStrings({IndicatorButtonTitleText:"Go to this slide",IndicatorSlideLabel:"@MYCHART@CURRENTSLIDE@ of @MYCHART@TOTALSLIDES@",LeftButtonTitle:"Go to the previous slide",RightButtonTitle:"Go to the next slide",Title:""});$$WP.Strings.getNamespace("ui.chartgraph").addStrings({CanvasDescription:"Copy of graph used for technical purposes. Please ignore.",GraphImgAlt:"Image of graph",GraphLoadErr:"There was a problem generating the graph. Try reloading the page.",Title:""});$$WP.Strings.getNamespace("ui.infobubble").addStrings({MoreInformation:"More Information",Title:""});$$WP.Strings.getNamespace("ui.subway").addStrings({CurrentStep:"@MYCHART@STEPNAME@ - Current step",FutureStep:"@MYCHART@STEPNAME@ - Not yet available",NavigationBackButton:"Back",NavigationCancelButton:"Cancel",NavigationFinishLaterButton:"Finish later",NavigationNextButton:"Next",NavigationSubmitButton:"Submit",NavigationVerifyCheckbox:"This information is correct",RequiredFieldsWarning:"Please fully complete this step",ScrollLeft:"Show steps 1 to @MYCHART@LASTVISIBLESTEP@",ScrollRight:"Show steps @MYCHART@FIRSTHIDDENSTEP@ to @MYCHART@TOTALNUMBEROFSTEPS@",StepNumberIndicator:"Step @MYCHART@CURRENTSTEPNUMBER@ of @MYCHART@TOTALNUMBEROFSTEPS@.",Title:"",VisitedStep:"Return to @MYCHART@STEPNAME@"});$$WP.Strings.getNamespace("ui.timepreferencewidget").addStrings({AllAvailableLabel:"All available times",CurrentPreferences:"Your current preferences: @MYCHART@DAYSSTRING@ &bull; @MYCHART@TIMESSTRING@",CurrentPreferencesShort:"@MYCHART@DAYSSTRING@ &bull; @MYCHART@TIMESSTRING@",NoPreferredDay:"Any day",NoPreferredTime:"Any time",OnFileLabel:"Use my preferences",OptionTitle:"Times on @MYCHART@DAY@ @MYCHART@TIMERANGE@",OtherLabel:"Filter times",Title:""});$$WP.Strings.getNamespace("ui.toast").addStrings({DismissButtonAltText:"Dismiss the warning message",Title:"",WarningIconAltText:"Warning indicator"});$$WP.Strings.getNamespace("upcomingorders").addStrings({BrowserPageTitle:"Upcoming Tests and Procedures",CommentsSectionText:"Comments",CompleteAsDirected:"Complete as directed by your provider",ECheckInButton:"eCheck-in",Encounter:"@MYCHART@VisitType@ on @MYCHART@VisitDate@",Expected:"Complete by @MYCHART@ExpectedDate@",FutureExpiry:"Expires on @MYCHART@ExpiryDate@",HideReminder:"Hide reminder from home page until @MYCHART@HiddenUntilDate@",InstructionsSectionText:"Instructions",Interval:"Interval: @MYCHART@OrderInterval@",LastDone:"Last Done: @MYCHART@LastDoneDate@",MoreDetailsButton:"More Details",NeverDone:"Never",NoData:"You have no upcoming tests or procedures.",NoProviderString:"From your visit",OrderDetailsPopupTitle:"Order Details",OrderNumberingGroup:"@MYCHART@OrderIndex@ of @MYCHART@TotalOrdersInGroup@",PageTitle:"Upcoming Tests and Procedures",PastExpiry:"Expired on @MYCHART@ExpiryDate@",ProviderString:"From @MYCHART@ProviderName@",RemainingOccurrences:"Remaining: @MYCHART@StandingOccurrences@ of @MYCHART@OriginalStandingOccurrences@",ReminderHidden:"Reminder hidden from home page until @MYCHART@HiddenUntilDate@",ReqReportButton:"Print Lab Forms",ReqReportText:"Bring lab forms to a lab to complete this order",ScheduleButton:"Schedule Appointment",ScheduleButtonTitleText:"Schedule the ticket",ScheduleText:"Schedule an appointment for your @MYCHART@OrderList@",Standing:"Complete by @MYCHART@StandingReleaseDate@",StandingDetailsSectionText:"Details",Title:"Upcoming orders",UnavailableAppt:"You will be able to schedule this starting on @MYCHART@ApptAvailableDate@",VisitDetailsButton:"View Visit Details",VisitDetailsText:"Appointment scheduled for @MYCHART@ApptDate@"});$$WP.Strings.getNamespace("upload").addStrings({DocumentRemovePopupDescriptionText:"Are you sure you want to delete @MYCHART@DOCUMENTNAME@?",DocumentRemovePopupGoBackButtonText:"Go back",DocumentRemovePopupHeaderText:"Delete document",DocumentRemovePopupRemoveButtonText:"Remove",EditButtonTitleText:"Edit name of @MYCHART@DOCUMENTNAME@",FileNotAcceptedPopupAnotherUploadErrorText:"Another file is currently being uploaded. Please wait for the upload to complete.",FileNotAcceptedPopupButtonText:"Ok",FileNotAcceptedPopupHeaderText:"File not uploaded",FileNotAcceptedPopupLargeImageErrorText:"Oops! Your file is too big. Please upload a file smaller than @MYCHART@ALLOWEDIMAGESIZE@ MB.",FileNotAcceptedPopupLargeImageErrorTextKb:"Oops! Your file is too big. Please upload a file smaller than @MYCHART@ALLOWEDIMAGESIZEKB@ kB.",FileNotAcceptedPopupLargeVideoErrorText:"Oops! Your file is too big. Please upload a file smaller than @MYCHART@ALLOWEDVIDEOSIZE@ MB.",FileNotAcceptedPopupTooManyFilesErrorText:"You have uploaded too many files. Only @MYCHART@MAXUPLOADS@ are allowed.",FileNotAcceptedPopupWrongExtensionErrorText:"Oops! This file type is not allowed. Please upload files with the following types: @MYCHART@ALLOWEDEXTENSIONS@",FileNotAcceptedPopupWrongExtensionErrorTextNoExtensions:"File type not accepted.",listSeparator:", ",LoadingConfigPrompt:"Loading ...",RemoveButtonText:"Remove",RemoveButtonTitleText:"Remove @MYCHART@DOCUMENTNAME@",ServerErrorPopupButtonText:"OK",ServerErrorPopupDescriptionDeleteFileFailedText:"Cannot delete file at this time. Please try again later.",ServerErrorPopupDescriptionEditFileFailedText:"Cannot update file at this time. Please try again later.",ServerErrorPopupDescriptionGetConfigFailedText:"Cannot initialize the upload control at this time. Please try again later.",ServerErrorPopupDescriptionUploadFileFailedText:"Oops! Looks like we ran into a network issue and couldn’t upload your file at this moment. Please try again later.",ServerErrorPopupHeaderText:"Error",Title:"Upload",TryAgainText:"Try again",UploadAnotherFilePrompt:"Add another document",UploadFilePrompt:"Add a document",UploadInfoBubbleHelpText:"You can attach up to @MYCHART@MAXUPLOADS@ files. The allowed file types are @MYCHART@ALLOWEDEXTENSIONS@. ",UploadInfoBubbleHelpTextNoExtensions:"You can attach up to @MYCHART@MAXUPLOADS@ files. ",UploadInfoBubbleHelpTextOneFile:"You can attach up to 1 file. The allowed file types are @MYCHART@ALLOWEDEXTENSIONS@. ",UploadInfoBubbleHelpTextOneFileNoExtensions:"You can attach up to 1 file. ",UploadInfoBubbleImageSizeHelpText:"The maximum file size is @MYCHART@ALLOWEDIMAGESIZE@ MB for images and documents. ",UploadInfoBubbleVideoSizeHelpText:"The maximum file size is @MYCHART@ALLOWEDVIDEOSIZE@ MB for videos. ",UploadingFilePrompt:"Uploading ...",UploadLimitReachedErrorMessage:"You have reached the upload files limit. If you would like to upload another file, please remove one first.",ViewButtonText:"View",ViewButtonTitleText:"View @MYCHART@DOCUMENTNAME@"});$$WP.Strings.getNamespace("viewdocument").addStrings({acceptedDocumentsTitle:"Documents On File",added:"Added on @MYCHART@DATEADDED@ ",addOtherSignatures:"Add other signatures",allDocumentsTitle:"Documents On File",backToDocCenterButtonText:"Back to My Documents",cannotDisplayMobile:"Sorry, the document you've requested cannot be displayed. Please use a computer browser to view this document.",closeButtonText:"Close",dateHeader:"Date",defaultDateFilter:"All Dates",defaultDocTypeFilter:"All Documents",departmentAltText:"Department",docAssigned:"Sent to you on @MYCHART@AssignedDate@",docDateAscending:"Currently documents are sorted in ascending order by the date.",docDateAscendingAction:"Click to sort documents in ascending order by the date.",docDateDescending:"Currently documents are sorted in descending order by the date.",docDateDescendingAction:"Click to sort documents in descending order by the date.",docDateFilterLabel:"Date: ",docToSignHeader:"Documents to sign",docToSignPendingHeader:"Documents waiting on signatures from others",docTypeAscending:"Currently documents are sorted in ascending order by the document type.",docTypeAscendingAction:"Click to sort documents in ascending order by the document type.",docTypeDescending:"Currently documents are sorted in descending order by the document type.",docTypeDescendingAction:"Click to sort documents in descending order by the document type.",docTypeFilterLabel:"Document Type: ",docTypeHeader:"Document type",documentAudioIconAltText:"Document is an Audio file.",documentESignIconAltText:"Document was e-signed.",documentImageIconAltText:"Document is an Image.",documentPDFIconAltText:"Document is a PDF.",documentTiffIconAltText:"Document is a tiff file.",documenttooltip:"View @MYCHART@DOCTYPE@",documentToPrintAltText:"Document to print",documentVideoIconAltText:"Document is a Video.",download:"Download",downloadIconAltText:"Download Document",endOfLifePlanningLink:"Advance Care Planning",endOfLifePlanningLinkNoMnemonic:"End-of-Life Planning",errorAltText:"Warning: no documents loaded.",errorDocumentFailed:"There was an error retrieving your document.",errorDocumentFailedTitle:"Document load failed",errorLoadTime:"Your document took too long to load. Please try again later.",errorText:"There was an error retrieving your documents.",eSignDocumentHeader:"Review and Sign Document",expiredDocumentBadgeHoverText:"This document has expired.",expiredDocumentBadgeText:"Expired",imagePreviewAltText:"Image preview for document",loadMore:"Load more documents",newDocument:"This document has not yet been viewed",noAcordex:'Sorry, the document you\'ve requested cannot be displayed. <a href="@MYCHART@DOWNLOADLINK@">Please click here  to download your document<\/a>.',nodatatext:"There are no documents of this kind to display.",noDocsToSign:"No documents to sign",noEmbeddedPdf:'Oops! It appears your browser does not support embedded PDFs. <a href="@MYCHART@DOWNLOADLINK@">Download the document here<\/a>.',noFilePreview:"Previews are not supported for @MYCHART@FILEEXTENSION@ files.",noOtherDocs:"No other documents",noPdfAltButton:"View here",noPdfAltText:"Oops! It appears your browser does not support embedded pdfs. If you'd like to view it: ",noSignedDocs:"No signed documents",otherDocsHeader:"Other documents",pendingDocumentBadgeHoverText:"This document is currently being reviewed.",pendingDocumentBadgeText:"In review",pendingDocumentsTitle:"Documents In Review",pendingSignatureBadgeHoverText:"This document is waiting on signatures from others.",pendingSignatureBadgeText:"Pending",posttext:"",pretext:"",print:"Print",printIconAltText:"Print Document",providerAltText:"Provider",rejectedDocumentBadgeHoverText:"There were issues with this document submission.",rejectedDocumentBadgeText:"Not accepted",rejectedDocumentsTitle:"Refused Documents",reviewAndSignButton:"Review and sign",sidebarContent:"",sidebarTitle:"Helpful Links",signed:"Signed on @MYCHART@DATESIGNED@ ",signedDocsHeader:"Signed documents",statusHeader:"Status",Title:"My Documents",toggleShowRejected:"Show Declined Documents",unsignedField:"This signature field is blank.",uploaded:"Uploaded on @MYCHART@DATEUPLOADED@",useComputerToDownload:"Sorry, the document you've requested cannot be displayed. Please use a computer browser to download this document.",viewedDocument:"This document has been viewed previously",visitDetailsButton:"Go to visit details",visitInfo:"@MYCHART@VisitType@ on @MYCHART@VisitDate@",visitRecordsLink:"Visit records",visitsLink:"View past visits"});$$WP.Strings.getNamespace("virtualqueue").addStrings({ActivityTitle:"",ActivityTitle_1:"Schedule an Appointment",ComeBackLaterInstructions:"",ComeBackLaterInstructions_1:"The line is full. Check back later.",ComeBackLaterInstructionsMobile:"",ComeBackLaterInstructionsMobile_1:"Join the line or check back later.",HighDemand:"",HighDemand_1:"To help you schedule, we limit the number of people who can make appointments at the same time.",JoinWaitingRoomCommandTitle:"Join the line",PlaceInLineLabel:'You are number <span id="place-in-line">@MYCHART@PLACEINLINE@<\/span> in line.',Title:"Waiting Room",WaitingRoomInstructions:"",WaitingRoomInstructions_1:"To stay in line, do not close or leave this page. You'll be redirected to schedule when it is your turn.",WaitingRoomNavigationDetails:"If you leave now, you'll lose your place in line.",WaitingRoomNavigationLeaveLine:"Leave line",WaitingRoomNavigationStayHere:"Stay here",WaitingRoomNavigationTitle:"Leaving line"});$$WP.Strings.getNamespace("visits").addStrings({AdditionalActions:"Links created via FDI records need to have their names configured with Strings Manager",AdditionalActionsHeader:"Other actions you can take:",AddToCalendarLabel:"Add to calendar",AddToWaitListButtonLabel:"Get on the Wait List",AddToWaitListPreText:"Want an earlier time?",AdmissionForOutpatientSurg:"Outpatient Procedure",AdmissionInstructionLine1:"We're looking forward to seeing you!",AdmissionInstructionLine2:"Please call us if you have any questions about your upcoming admission.",AdmissionWithoutService:"Hospital Visit",AdmissionWithSurgeriesInstruction:"",AdmittingProvider:"Admitting Provider",AdtHovInstruction:"Please call us if you have any questions about your upcoming hospital visit.",AllDepartmentsSelected:"All departments",AllProvidersSelected:"All doctors",AllSpecialtiesSelected:"All specialties",AlreadyConfirmedMultipleVisitsText:"You've confirmed these appointments!",AlreadyConfirmedOneVisitText:"You've confirmed this appointment!",AnotherTime:"Rescheduled to another time",ApplyFiltersButton:"Apply filters",AppointmentDetailsTitle:"Appointment Details",AppointmentLocationClearLabel:"Appointment Location:",AppointmentRescheduledPreText:"Thanks, the appointment is now rescheduled for @MYCHART@PATIENT@!",AppointmentRescheduledTitle:"Appointment Rescheduled",AppointmentScheduledPreText:"Thanks, the appointment is now scheduled for @MYCHART@PATIENT@!",AppointmentTimeLabel:"Starts at @MYCHART@TIME@ @MYCHART@TIMEZONE@",AppointmentTimeLabelAM:"Starts in the AM @MYCHART@TIMEZONE@",AppointmentTimeLabelPM:"Starts in the PM @MYCHART@TIMEZONE@",ArrivalBannerAlmostDoneDetailText:"Please go to the front desk to complete check in.",ArrivalBannerAlmostDoneECheckInDetailText:"Please complete @MYCHART@BrandECheckIn@.",ArrivalBannerAlmostDoneECheckInDetailTextNoMnemonic:"Please complete eCheck-In.",ArrivalBannerAlmostDoneHeader:"Almost done!",ArrivalBannerButtonLabel:"I'm here",ArrivalBannerCheckedInDetailText:"We've checked you in. Please wait for your name to be called.",ArrivalBannerDetailText:"Have you arrived for this appointment?",ArrivalBannerHeader:"Confirm you've arrived",ArrivalBannerProxyButtonLabel:"@MYCHART@SubjectName@ has arrived",ArrivalBannerProxyDetailText:"Has @MYCHART@SubjectName@ arrived for this appointment?",ArrivalBannerProxyHeader:"Confirm @MYCHART@SubjectName@ has arrived",ArrivalBannerWelcomeHeader:"Welcome!",ArrivalErrorButtonLabel:"OK",ArrivalErrorMessageText:"Thanks for letting us know you're here, but we weren't able to notify the front desk. Please try again later or go to the front desk to check in.",ArrivalErrorTitleText:"Almost Ready!",ArrivalTimeLabel:"Arrive by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",AuthorizedCopay:"You have authorized your expected copay of @MYCHART@AUTHORIZEDCOPAYAMOUNT@",AuthorizedPrepay:"You have authorized your expected prepay of @MYCHART@AUTHORIZEDPREPAYAMOUNT@",AVSButtonTitle:"View After Visit Summary",AVSButtonTitleEnUS:"View After Visit Summary®",BackToDetailsButtonLabel:"Back to Visit Details",BackToListButtonLabel:"Back to Appointments and Visits",BackToPreviousPageLabel:"Back to the previous page",BalencePayPreText:"Pay your outstanding balances.",BarcodeAltText:"This barcode might be scanned to help you check in.",BarcodeOnlyText:"This barcode might be scanned to help you check in.",ButtonClearLabel:"for @MYCHART@VISITTYPE@ on @MYCHART@DATE@",CalculatingPaymentMain:"Calculating payment due.",CalculatingPaymentSub:"This might take a few minutes. Please wait or check back later.",CalendarDescriptionTextAppointmentTime:"Appointment Time: @MYCHART@TIME@ @MYCHART@TIMEZONE@",CalendarDescriptionTextArrivalLocation:"Arrival Location: @MYCHART@ARRIVALLOCATION@",CalendarDescriptionTextArriveBy:"Arrive by @MYCHART@TIME@ @MYCHART@TIMEZONE@",CalendarDescriptionTextJoinBy:"Join by @MYCHART@TIME@ @MYCHART@TIMEZONE@",CalendarDescriptionTextMoreDetails:"Check @MYCHART@APPTITLE@ for appointment details.",CalendarDescriptionTextPhoneNumber:"Phone: @MYCHART@PHONENUMBER@",CalendarFileName:"Upcoming Appointment",CalendarPopupIncludeDetails:"Include details",CalendarPopupIncludeTimeOnly:"Include time only",CalendarPopupPrompt:"Would you like to include details in the calendar appointment?",CalendarPopupTitle:"Add to Calendar",CalendarSubjectTextDefault:"Doctor Visit",CalendarSubjectTextDefaultWithProxy:"Doctor Visit for @MYCHART@PATIENT@",CalendarSubjectTextVisitTypeAndProvider:"@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@",CalendarSubjectTextVisitTypeAndProviderWithProxy:"@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@ for @MYCHART@PATIENT@",CalendarSubjectTextVisitTypeWithProxy:"@MYCHART@VISITTYPE@ for @MYCHART@PATIENT@",CancelApptPreText:"",CancelButtonLabel:"Cancel appointment",CancelEVisitLabel:"Cancel @MYCHART@BrandEVisit@",CancelEVisitLabelNoMnemonic:"Cancel E-Visit",CancelPanelLabel:"Cancel appointments",CancelPreText:"",CancelRequestSent:"You have sent a message canceling this appointment. Your cancellation is being processed.",CancelVisitLabel:"Cancel visit",CannotCancel:"This visit cannot be canceled online. To cancel, please call @MYCHART@CANCELPHONE@.",CannotCancelAppt:"This appointment cannot be canceled online. To cancel, please call @MYCHART@CANCELPHONEAPPT@.",CannotCancelApptNoPhone:"This appointment cannot be canceled online.",CannotCancelEVisit:"This @MYCHART@BrandEVisit@ cannot be canceled because someone responded to it.",CannotCancelEVisitNoMnemonic:"This E-Visit cannot be canceled because someone responded to it.",CannotCancelEVisitProxy:"This @MYCHART@BrandEVisit@ cannot be canceled because it is under review.",CannotCancelEVisitProxyNoMnemonic:"This E-Visit cannot be canceled because it is under review.",CannotCancelNoPhone:"This visit cannot be canceled online.",ChiefComplaintHeader:"Reason for Visit",ClearFiltersButton:"Reset filters",clickableVisitCardClearLabel:"Click for more details about this visit.",ClientTimeZoneAppointmentTimeLabel:"Starts at @MYCHART@TIME@ @MYCHART@CLIENTTIMEZONE@",ClientTimeZoneJoinByTimeLabel:"Join by @MYCHART@CLIENTTIMEZONEJOINBYTIME@ @MYCHART@CLIENTTIMEZONE@",ClientTimeZoneVisitTime:"@MYCHART@TIME@ @MYCHART@CLIENTTIMEZONE@",CollapseInstructionLink:"Collapse",CollapseInstructionLinkTitle:"click to collapse instructions",ConfirmButtonLabel:"Confirm",ConfirmButtonLabelForScreenReaderMultipleVisits:"Confirm these appointments",ConfirmButtonLabelForScreenReaderOneVisit:"Confirm this appointment",ConfirmCancel:"Cancel",ConfirmContent:"Are you sure you want to remove this appointment from the wait list? You will need to call the clinic to add yourself back to the wait list.",ConfirmErrorContent:"Unable to confirm the appointment. Please try again later. If you continue to see this error, please contact the clinic.",ConfirmOK:"Remove",ConfirmTitle:"Remove From Wait List",CopayAuthorizedListPage:"You have authorized this amount",CopayButtonLabel:"Pay copay",CopayPreText:"Your expected copay is",DateTime:"@MYCHART@DATE@ @MYCHART@TIME@",DateTimeAMWithTimeZone:"@MYCHART@DATE@ AM @MYCHART@TIMEZONE@",DateTimePMWithTimeZone:"@MYCHART@DATE@ PM @MYCHART@TIMEZONE@",DateTimeToBeDetermined:"@MYCHART@DATE@, Time to Be Determined",DateTimeWithTimeZone:"@MYCHART@DATE@ @MYCHART@TIME@ @MYCHART@TIMEZONE@",DefaultVisitTypeName:"Visit",DepartmentsCategory:"Departments",DetailsButtonLabel:"Details",DetailsButtonTooltip:"View details of this appointment",DetailsPagePVGLink:"@MYCHART@HYPERLINKMARKUPSTART@Download your visit guide@MYCHART@HYPERLINKMARKUPEND@ for more information about your upcoming visits.",DetailsPostText:"",DetailsPreText:"",DiagnosesHeader:"Diagnoses",DownloadMyRecord:"Document Center",DrivingDirectionsButtonLabel:"Get directions",DurationString:"(@MYCHART@DURATION@ minutes)",DurationStringAdmission:"For @MYCHART@DURATION@ day(s)",ECheckInAdmissionsCompleteAltText:"Information has been updated for this hospital visit",ECheckInBarcodeHeader:"Keep this barcode ready for when you arrive",ECheckInButtonLabel:"@MYCHART@BrandECheckIn@",ECheckInButtonLabelNoMnemonic:"eCheck-In",ECheckInButtonTooltip:"Check in online",ECheckInClinicSteps:"",ECheckInClinicSteps_1:"Scan Insurance Card",ECheckInClinicSteps_2:"Sign Documents",ECheckInClinicSteps_3:"Complete Your MSPQ",ECheckInClinicSteps_4:"Verify Emergency Contacts",ECheckInClinicStepsHeader:"When you arrive, you may need to:",ECheckInClinicStepsHeaderGeolocation:"You may need to:",ECheckInCompleteAltText:"@MYCHART@BrandECheckIn@ is complete on this appointment",ECheckInCompleteAltTextNoMnemonic:"eCheck-In is complete on this appointment",ECheckInCompletedHeader:"Thanks for using @MYCHART@BrandECheckIn@!",ECheckInCompletedHeaderInpatient:"Thanks for updating your information!",ECheckInCompletedHeaderNoMnemonic:"Thanks for using eCheck-In!",ECheckInCompletedInHomeVisit:"The information you've submitted is now on file.",ECheckInCompletedNoBarcode:"The information you've submitted is now on file.",ECheckInCompletedNotification:"Thanks for using @MYCHART@BrandECheckIn@!",ECheckInCompletedNotificationNoMnemonic:"Thanks for using eCheck-In!",EcheckInCompletedText:"@MYCHART@BrandECheckIn@ completed",EcheckInCompletedTextNoMnemonic:"eCheck-In completed",ECheckInCompletedTitle:"@MYCHART@BrandECheckIn@ Complete",ECheckInCompletedTitleNoMnemonic:"eCheck-In Complete",ECheckInCompletedWithBarcode:"The information you've submitted is now on file. Scan this barcode when you arrive to save time. You can use the @MYCHART@APPTITLE@ app or a printed barcode.",ECheckInCompleteFraction:"You've completed @MYCHART@BrandECheckIn@ for @MYCHART@COMPLETEDECHECKINCOUNT@ of @MYCHART@TOTALECHECKINCOUNT@ visits.",ECheckInCompleteFractionNoMnemonic:"You've completed eCheck-In for @MYCHART@COMPLETEDECHECKINCOUNTNOMNEMONIC@ of @MYCHART@TOTALECHECKINCOUNTNOMNEMONIC@ visits.",ECheckInFilteredSteps:"",ECheckInFilteredSteps_1:"Make Payments",ECheckInFilteredSteps_10:"Verify Insurance",ECheckInFilteredSteps_11:"Sign Documents",ECheckInFilteredSteps_12:"Verify Travel History",ECheckInFilteredSteps_2:"Verify Personal Information",ECheckInFilteredSteps_3:"Verify Insurance",ECheckInFilteredSteps_4:"Verify Medications",ECheckInFilteredSteps_5:"Verify Allergies",ECheckInFilteredSteps_6:"Verify Health Issues",ECheckInFilteredSteps_7:"Complete Visit Questionnaires",ECheckInFilteredSteps_9:"Verify the Person Responsible for Payment",ECheckInGeolocationCheckedIn:"We've checked you in. Please wait for your name to be called.",ECheckInGeolocationSignedIn:" Please go to the front desk to complete check in.",ECheckInGeolocationSignedInHeader:"You're almost done!",ECheckInInProgressPreTextLine1Hospital:"You have begun the @MYCHART@BrandECheckIn@ process.",ECheckInInProgressPreTextLine1HospitalNoMnemonic:"You have begun the eCheck-In process.",ECheckInInProgressPreTextLine2Hospital:"Save time at the hospital by completing the following tasks in @MYCHART@BrandECheckIn@:",ECheckInInProgressPreTextLine2HospitalNoMnemonic:"Save time at the hospital by completing the following tasks in eCheck-In:",ECheckInNotCompletePreText:"Save time by completing @MYCHART@BrandECheckIn@ ahead of time.",ECheckInNotCompletePreTextNoMnemonic:"Save time by completing eCheck-In ahead of time.",ECheckInNotStartedPreTextHospital:"Save time at the hospital by completing the following tasks in @MYCHART@BrandECheckIn@:",ECheckInNotStartedPreTextHospitalNoMnemonic:"Save time at the hospital by completing the following tasks in eCheck-In:",ECheckInPartiallyCompletedNoBarcode:"The information you've submitted is now on file. Click the button below to continue checking in.",ECheckInPartiallyCompletedTitle:"Thanks for checking in!",ECheckInPartiallyCompletedWithBarcode:"The information you've submitted is now on file. Click the button below to continue checking in. If you decide to stop here, you may still use this barcode when you arrive.",ErrorClose:"OK",ErrorLinkIsDeadFailure:"Unable to begin video visit because it is already completed.",ErrorLinkIsDeadSuccess:"Unable to begin video visit because it is already completed. This video visit will be removed.",ErrorTitle:"Error",ErrorWebRequestFailed:"Unable to begin video visit. Please try again later. If you continue to see this error, please contact the clinic.",EstimatedCopayLabel:"Expected Copay",EVisitActionHeader:"Complete your @MYCHART@BrandEVisit@ to submit it!",EVisitActionHeaderNoMnemonic:"Complete your E-Visit to submit it!",EVisitAltText:"This is an @MYCHART@BrandEVisit@",EVisitAltTextNoMnemonic:"This is an E-Visit",EVisitButtonLabel:"Continue @MYCHART@BrandEVisit@",EVisitButtonLabelNoMnemonic:"Continue E-Visit",EVisitButtonTooltip:"Finish your @MYCHART@BrandEVisit@",EVisitButtonTooltipNoMnemonic:"Finish your E-Visit",EVisitContinueButtonLabel:"Continue @MYCHART@BrandEVisit@",EVisitContinueButtonLabelNoMnemonic:"Continue E-Visit",EVisitHasResponse:'You can view the response from our @MYCHART@BrandEVisit@ team in your <a href="@MYCHART@ABSOLUTEURL@Messaging/Review/">Message Center<\/a>',EVisitHasResponseNoMnemonic:'You can view the response from our E-Visit team in your <a href="@MYCHART@ABSOLUTEURL@Messaging/Review/">Message Center<\/a>',EVisitInstructions:"Once you finish your @MYCHART@BrandEVisit@, a doctor will review your submission. You will receive a MyChart message in response within one business day.",EVisitInstructionsNoMnemonic:"Once you finish your E-Visit, a doctor will review your submission. You will receive a MyChart message in response within one business day.",EVisitPageTitle:"@MYCHART@BrandEVisit@ Details",EVisitPageTitleNoMnemonic:"E-Visit Details",EVisitPaymentActionHeaderNotYetPaid:"Your @MYCHART@BrandEVisit@ Payment is Due",EVisitPaymentActionHeaderNotYetPaidNoMnemonic:"Your E-Visit Payment is Due",EVisitPaymentActionHeaderPaid:"Your @MYCHART@BrandEVisit@ Payment",EVisitPaymentActionHeaderPaidNoMnemonic:"Your E-Visit Payment",EVisitProviderInitButtonLabel:"@MYCHART@BrandEVisit@",EVisitProviderInitButtonLabelNoMnemonic:"E-Visit",EVisitProviderInitButtonTooltip:"@MYCHART@BrandEVisit@",EVisitProviderInitButtonTooltipNoMnemonic:"E-Visit",EVisitQuestionnairePretext:"When you are ready, use the @MYCHART@BrandEVisit@ button to fill out your submission.",EVisitQuestionnairePretextNoMnemonic:"When you are ready, use the E-Visit button to fill out your submission.",EVisitReviewedHeader:"Your @MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@ has been reviewed",EVisitReviewedHeaderNoMnemonic:"Your E-Visit for @MYCHART@EVISITREASONFORVISIT@ has been reviewed",EVisitScheduledNotYetSyncedPreText:"Your @MYCHART@BrandEVisit@ was created, but is not yet available. Check your account later to complete it.",EVisitScheduledNotYetSyncedPreTextNoMnemonic:"Your E-Visit was created, but is not yet available. Check your account later to complete it.",EVisitScheduledTitle:"@MYCHART@BrandEVisit@ Created",EVisitScheduledTitleNoMnemonic:"E-Visit Created",EVisitSubmissionHeader:"Your @MYCHART@BrandEVisit@ Submission",EVisitSubmissionHeaderNoMnemonic:"Your E-Visit Submission",EVisitSubmitted:"You can expect to receive a MyChart message with a response from our team within one business day. If you do not receive a response or your symptoms get worse, please call your clinic. You can return to this page through your appointments and visits list.",EVisitSubmittedHeader:"Your @MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@ has been submitted",EVisitSubmittedHeaderNoMnemonic:"Your E-Visit for @MYCHART@EVISITREASONFORVISIT@ has been submitted",EVisitSubmittedTitle:"@MYCHART@BrandEVisit@ Submitted",EVisitSubmittedTitleNoMnemonic:"E-Visit Submitted",EVisitTitle:"@MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@",EVisitTitleNoMnemonic:"E-Visit for @MYCHART@EVISITREASONFORVISIT@",EVisitUnderReview:"We're currently reviewing your @MYCHART@BrandEVisit@. You can expect to receive a MyChart message with a response from our team within one business day. If you do not receive a response or your symptoms get worse, please call your clinic. You can return to this page through your appointments and visits list.",EVisitUnderReviewHeader:"Your @MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@ is under review",EVisitUnderReviewHeaderNoMnemonic:"Your E-Visit for @MYCHART@EVISITREASONFORVISIT@ is under review",EVisitUnderReviewNoMnemonic:"We're currently reviewing your E-Visit. You can expect to receive a MyChart message with a response from our team within one business day. If you do not receive a response or your symptoms get worse, please call your clinic. You can return to this page through your appointments and visits list.",EVisitVisitNewMessageLabel:"View new message",EVisitVisitTypeLabel:"@MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@",EVisitVisitTypeLabelNoMnemonic:"E-Visit for @MYCHART@EVISITREASONFORVISIT@",EVisitWithAnyResponse:'We\'re currently reviewing your @MYCHART@BrandEVisit@. You can see messages regarding this @MYCHART@BrandEVisit@ in your <a href="@MYCHART@ABSOLUTEURL@Messaging/Review/">Message Center<\/a>',EVisitWithAnyResponseNoMnemonic:'We\'re currently reviewing your E-Visit. You can see messages regarding this E-Visit in your <a href="@MYCHART@ABSOLUTEURL@Messaging/Review/">Message Center<\/a>',EVisitWithDeletedResponse:"We're currently reviewing your @MYCHART@BrandEVisit@.",EVisitWithDeletedResponseNoMnemonic:"We're currently reviewing your E-Visit.",ExpectedArrivalDate:"Expected on @MYCHART@DATE@",ExpectedArrivalDateAM:"Expected on @MYCHART@DATE@ in the AM @MYCHART@TIMEZONE@",ExpectedArrivalDateBoldAM:"Expected on @MYCHART@DATE@ in the @MYCHART@BOLDMARKUPSTART@AM@MYCHART@BOLDMARKUPEND@ @MYCHART@TIMEZONE@",ExpectedArrivalDateBoldPM:"Expected on @MYCHART@DATE@ in the @MYCHART@BOLDMARKUPSTART@PM@MYCHART@BOLDMARKUPEND@ @MYCHART@TIMEZONE@",ExpectedArrivalDatePM:"Expected on @MYCHART@DATE@ in the PM @MYCHART@TIMEZONE@",ExpectedArrivalDateTime:"Expected on @MYCHART@DATE@ at @MYCHART@TIME@ @MYCHART@TIMEZONE@",ExternalIncompletePretext:"Visit is from another organization that doesn't allow further details to be viewed here. Please log in to your account there",ExternalLinkingWidgetPretext:"You will be able to see visits from the following organizations when you activate your account",ExternalPretext:"Visit is from another organization",FilterByOrganizationLabel:"Organization: ",FilterLabel:"Show: ",FilterOn:"Filter on:",FiltersButton:"More filter options",FiltersDisabled:"Filters are disabled. Select @MYCHART@VISITSHOMEORG@ to use filters.",FinishECheckInPreText:"Finish @MYCHART@BrandECheckIn@ for the following appointments:",FinishECheckInPreTextNoMnemonic:"Finish eCheck-In for the following appointments:",FinishSignupButton:"Finish creating account",FinishSignupHeader:"Save time in the future",FinishSignupText:"With a @MYCHART@APPTITLE@ account, you can message your doctor, view your test results, and schedule new appointments online.",FullyPreparedForVisitHeader:"You're all set!",FutureVisitsLabel:"Future Visits",GuestProxyRequestSectionTitle:"Scheduling for someone else?",GuestProxyRequestText:"Request access to @MYCHART@SubjectName@'s @MYCHART@APPTITLE@ to see more of their health information and to access this appointment information anytime.",GuestProxyRequestTextButton:"Request @MYCHART@APPTITLE@ Access",HideFiltersButton:"(Hide filter options)",HospitalVisitImgAltText:"This was a hospital visit",InProgressLabel:"In-Progress Visits",InProgressMultiECheckInButtonLabel:"Finish @MYCHART@BrandECheckIn@ for @MYCHART@VISITTYPE@",InProgressMultiECheckInButtonLabelNoMnemonic:"Finish eCheck-In for @MYCHART@VISITTYPE@",IsCanceled:"(Canceled)",IsNoShow:"(Missed)",JoinByTimeLabel:"Join by @MYCHART@JOINBYTIME@ @MYCHART@TIMEZONE@",LastThreeMonthsLabel:"Last 3 Months",LD:"Upcoming Delivery",LeftWithoutSeen:"(Not Seen)",LinkedEstimateButtonText:"View estimate",LinkedEstimateListHeader:"Review cost estimates for the following visits:",LinkedEstimateText:"There is a cost estimate available for this visit.",ListPostText:"",ListPreText:"",LocationInstructionsHeader:"Directions for @MYCHART@LOCATIONNAME@",MoreDetailsLabel:"More details",MultiECheckInButtonLabel:"@MYCHART@BrandECheckIn@ to @MYCHART@VISITTYPE@",MultiECheckInButtonLabelNoMnemonic:"eCheck-In to @MYCHART@VISITTYPE@",MultipleAppointmentScheduledPreText:"Thanks, these appointments are now scheduled for @MYCHART@PATIENT@!",MutipleProvidersDescriptionListPage:"@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@ and",NoDataToDisplay:"There are no past visits to display.",NoFiltersLabel:"All",NoInfoFound:"No information found",NoLocationFound:"No location found",NoMoreVisitsWithFilters:"There are no more visits with the selected filters",NonEpicVisitRefreshWarningText:"Your visits may not be up to date for each linked account.",NoPastVisitsWithFilters:"There are no past visits with the selected filters.",NotAllowedToJoinVideoText:"You are not allowed to join the video visit.",NotesButtonTitle:"View notes",NoUpcomingVisitsLabel:"There are no upcoming visits to display.",NoUpcomingVisitsWithFilters:"There are no upcoming visits with the selected filters.",OldestDateLoadedLabel:"Oldest record loaded from @MYCHART@OldestRenderedDate@",OnDemandVideoVisitHeader:"You’re waiting for your video visit",OneYearAgoLabel:"1 Year Ago",OrgNameLabel:"Information from",OrgUpdatedLabel:"Updated @MYCHART@ORGTIMESTAMP@",OrgUpToDate:"Up to date",Other:" Other",OtherNoPrimary:" Provider",OtherOptionBucket:"Other",Others:" Others",OthersNoPrimary:" Providers",PaidCopay:"Your copay due was @MYCHART@PAIDCOPAYAMOUNT@. You have already paid this amount.",PaidPrepay:"Your prepay due was @MYCHART@PAIDPREPAYAMOUNT@. You have already paid this amount.",PanelFallbackManyVisits:"@MYCHART@FIRSTPANELCHILDVISITTYPE@ and @MYCHART@NUMBEROFOTHERPANELVISITS@ Other Appointments",PanelFallbackOneVisit:"@MYCHART@FIRSTPANELCHILDVISITTYPE@",PanelFallbackTwoVisits:"@MYCHART@FIRSTPANELCHILDVISITTYPE@ and @MYCHART@SECONDPANELCHILDVISITTYPE@",PanelPaymentText:"This visit has one or more payments. Click Details for more information.",PastOnlyOption:"Past Only",PastVisitsSectionHeader:"Past Visits",PatientNextStepInstructionsCustom:"@MyChart@Instructions@",PaymentPaidListPage:"You have already paid this amount",PaymentsButtonLabel:"Make payment",PaymentsCompletePreText:"You've completed all payments!",PaymentsNotCompletePreText:"Save time by completing payments ahead of time.",PerformedBy:"Performed by @MYCHART@PROVIDERS@",PhoneDefault:"",PreadmissionCasesTitle:"Procedures scheduled during your stay",PreAdmissionDescription:"@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ will be admitted by @MYCHART@PROVIDER@",PreadmissionPostText:"",PreadmissionPreText:"",PrepareForVisitHeader:"Get ready for your visit!",PrepareForYourVisitHeader:"Prepare for Your Visit",PrepayDiscountConditionsLabel:"(if paid in full by @MYCHART@SHORTDATE@)",PrepayDueLabel:"Prepay Due",PrepaymentsButtonLabel:"Make prepayment",PrepayPreText:"Your prepay due is",PrimarySurgeon:"Primary surgeon",PrintBarcodeButton:"Print your barcode",PrintQuestionnaire:"Print",ProcedureActionsHeader:"Prepare for your procedure",ProceduresActionsHeader:"Prepare for your procedures",ProcedureTitle:"Planned Procedures",ProgressBarIconAlt:"We are loading your Visit Guide",ProviderAndProvider:"@MYCHART@PROVIDER1@ and @MYCHART@PROVIDER2@",ProviderDetailsTooltip:"View details about this provider",ProvidersCategory:"Doctors",PVGContent:"This may take a few seconds.",PVGErrorMessage:"Unable to load your Visit Guide. Please try again later. If you continue to see this error, please contact the clinic.",PVGLinkText:"This guide contains information about all your upcoming visits. ",PVGLinkTitle:"Download your visit guide",PVGNewWindowContent:"Loading your visit guide. This may take a few seconds. ",PVGTitle:"Loading Your Visit Guide",PVGWaitingContent:"We are still working on your visit guide. It may take a little longer until it’s ready.",QnrFuture:"All questionnaires for this appointment will be available for you to answer on @MYCHART@QNRAVAILDATE@.",QuestionnairesAnsweredPreText:"Review your questionnaire answers below.",QuestionnairesFilledHyperspace:"Completed by @MYCHART@ANSWERINGPROVIDER@",QuestionnaireSingleLink:"Answer and print appointment questionnaires.",QuestionnaireSingleLinkEVisit:"Answer and print @MYCHART@BrandEVisit@ questionnaires.",QuestionnaireSingleLinkEVisitNoMnemonic:"Answer and print E-Visit questionnaires.",QuestionnaireSingleLinkWithVisitType:"Answer and print appointment questionnaires for @MYCHART@VISITTYPE@.",QuestionnairesInProgressText:"In Progress",QuestionnairesNotStartedText:"Not Started",QuestionnairesPreText:"Save time at the clinic by filling out the following questionnaires: ",QuestionnairesReviewText:"Review",RelatedLinksTitle:"Related Links",RemoveFromWaitListButtonLabel:"Get off the Wait List",RemoveFromWaitListPreText:"You will be notified if an earlier time becomes available.",RequestErrorContent:"Unable to submit your request. Please try again later. If you continue to see this error, please contact the clinic.",RequestProxyAccessButton:"Request full access to @MYCHART@PATIENT@",RequestProxyAccessSentPopup:"Your request for full access to @MYCHART@PATIENT@ was successfully sent.",RequestProxyAccessSentSuccess:"Request Sent",RequestProxyAccessSentText:"Your request for full access is pending.",RescheduleButtonLabel:"Reschedule appointment",RescheduledAlertTextLine1:"Any questionnaires attached to this appointment will need to be reviewed and resubmitted.",RescheduledAlertTextLine2:"@MYCHART@BrandECheckIn@ has been reset for this appointment.",RescheduledAlertTextLine2NoMnemonic:"eCheck-In has been reset for this appointment.",RescheduledAlertTitle:"Please note: ",RescheduledTo:"Rescheduled to",ScheduleCompletedSubtext:"You're all set! You can review details of your upcoming appointment below.",ScheduleCompletedTitle:"Appointment Scheduled",ScheduledProcedures:"@MYCHART@PROCEDURESCOUNT@ procedures scheduled for this visit",ScheduleMultipleCompletedTitle:"Appointments Scheduled",SchedulingButtonLabel:"Schedule an appointment",SelectedFiltersWillBeApplied:"(selected filters will be applied)",SevenDaysLabel:"Next 7 Days",ShowCanceledButton:"Show canceled visits",ShowLabel:"Organization: ",SignupButton:"Sign Up Now",SignupHeader:"Get a @MYCHART@APPTITLE@ Account",SignupText:"To save time at the clinic, sign up for @MYCHART@APPTITLE@ and check in online for your appointment. Please note that before you sign up for @MYCHART@APPTITLE@, we will verify your identity using questions from a third-party system.",SingleProviderDescriptionListPage:"@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@",SingleQuestionnairesPreText:"Save time at the clinic by filling out the following questionnaire: ",SixMonthsAgoLabel:"6 Months Ago",SomeFilterOptionsSelected:"@MYCHART@NUMFILTERSSELECTED@ of @MYCHART@TOTALFILTERCOUNT@",SpecialtiesCategory:"Specialties",StartVideoVisitHeader:"It's time to start your video visit!",SurgeryTitle:"Visit Details",SyncingPageText:"Loading appointment information.",TelemedicineBeginVisitButtonLabel:"Begin video visit",TelemedicineBeginVisitPreText:"When you are ready to talk to your doctor, click the button.",TelemedicineCannotJoinText:"You cannot join the video visit at this time.",TelemedicineCannotJoinTextBecauseARulePreventsJoining:"You cannot join the video visit at this time.",TelemedicineConferenceFullText:"The video visit is full. You cannot join at this time.",TelemedicineEcheckInDisabledButton:"Once @MYCHART@BrandECheckIn@ is complete, start your video visit with the button.",TelemedicineEcheckInDisabledButtonNoMnemonic:"Once eCheck-In is complete, start your video visit with the button.",TelemedicineEcheckInRequiredText:"You must complete @MYCHART@BrandECheckIn@ before joining the video visit.",TelemedicineEcheckInRequiredTextNoMnemonic:"You must complete eCheck-In before joining the video visit.",TelemedicineOnDemandBeginVisitPreText:"We'll let you know when your doctor is ready. When you receive this notification, click the Begin Video Visit button to get started.",TelemedicineTestHardwareButtonLabel:"Test hardware",TelemedicineTestHardwarePreText:"Test that your webcam and microphone are functioning correctly.",TelemedMultiQuestionnairesPreText:"Fill out the following questionnaires before your video visit: ",TelemedSingleQuestionnairePreText:"Fill out the following questionnaire before your video visit: ",ThreeMonthsAgoLabel:"3 Months Ago",ThreeOrMoreProviderVisitDescription:"@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@ and @MYCHART@NUMBEROFOTHERS@ others",TicketAlreadyScheduledPretext:"This appointment has already been scheduled!",TicketAlreadyScheduledTitle:"Appointment Already Scheduled",TimeToBeDetermined:"Time to Be Determined",Title:"Visits",TwoProviderVisitDescription:"@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@ and @MYCHART@OTHERPROVIDER@",UncheckAllButton:"Uncheck all",UnconfirmedPreText:"Let staff know you don't need a reminder call.",UnviewedVisitDetailsTooltipText:"Not yet viewed",UpcomingOnlyOption:"Upcoming Only",UpcomingPastOption:"Upcoming and Past",UpcomingProcedures:"Upcoming Procedures",UpcomingVisitsSectionHeader:"Upcoming Visits",UpdateInfoButtonText:"@MYCHART@BrandECheckIn@",UpdateInfoButtonTextNoMnemonic:"eCheck-In",UpdateInfoButtonTooltip:"Check in online",ViewFullDirectionsButtonText:"View full directions",ViewFullInstructionsButtonText:"View full instructions",ViewMoreLinkLabel:"Load more past visits",VisitActionsHeader:"Prepare for your visit",VisitDetailsButtonTitle:"View visit details",VisitDetailsTitle:"Visit Details",VisitGuideImageAlt:"Visit Guide icon",VisitInstructionsHeader:"Visit Instructions",VisitLocationClearLabel:"Visit Location:",VisitsTitle:"Appointments and Visits",VisitTime:"@MYCHART@TIME@",VisitTimeWithTimeZone:"@MYCHART@TIME@ @MYCHART@TIMEZONE@",WaitListErrorContent:"Unable to update the wait list. Please try again later. If you continue to see this error, please contact the clinic."});"ELEMENT_NODE"in document||(document.ELEMENT_NODE=1,document.ATTRIBUTE_NODE=2,document.TEXT_NODE=3,document.CDATA_SECTION_NODE=4,document.ENTITY_REFERENCE_NODE=5,document.ENTITY_NODE=6,document.PROCESSING_INSTRUCTION_NODE=7,document.COMMENT_NODE=8,document.DOCUMENT_NODE=9,document.DOCUMENT_TYPE_NODE=10,document.DOCUMENT_FRAGMENT_NODE=11,document.NOTATION_NODE=12);typeof WP=="undefined"&&(WP={});typeof WP.DOM=="undefined"&&(WP.DOM={});typeof WP.DOM.Add=="undefined"&&(WP.DOM.Add={});typeof WP.DOM.Search=="undefined"&&(WP.DOM.Search={});typeof WP.DOM.Browser=="undefined"&&(WP.DOM.Browser={});typeof $$WP=="undefined"&&($$WP={});WP.DOM.Browser._getAndroidVersion=function(){var t,i=-1,n;return WP.DOM.Browser.isAndroid&&(t=new RegExp(/Android [\d+\.]{3,5}/),n=t.exec(navigator.userAgent),n!=null&&(i=n[0].replace("Android ",""))),i};WP.DOM.Browser._getIEVersion=function(){var n,t=-1;return navigator.appName=="Microsoft Internet Explorer"&&(n=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})"),n.exec(navigator.userAgent)!=null&&(t=parseFloat(RegExp.$1))),t};WP.DOM.Browser._getIEDocumentMode=function(){return WP.DOM.Browser.IEVersion===-1?-1:typeof arguments.caller!="object"?9:8};WP.DOM.Browser.showUnsupportedBrowserBanner=function(){var r="global",t="true",u,e;if(sessionStorage.HideUnsupportedBrowserBanner!==t){u=$$WP.Strings.get("UnsupportedBrowserErrorMessageWithLink",r);title=$$WP.Strings.get("UnsupportedBrowserErrorMessageDismissTitle",r);sessionStorage.IEHyperspaceLaunch===t&&(u=$$WP.Strings.get("UnsupportedBrowserAdminErrorMessage",r));var n="",i,f=document.createElement("use"),o=makeStaticImageLink("library.svg#_flat_x");f.setAttribute("xlink:href",o);$$WP.Svg.Helpers.loadSingleSvgIcon(f);e=f.innerHTML;n+='<div class="unsupportedBrowserBanner" id="unsupported_banner" role="presentation">';n+="<strong>"+u;n+='<\/a>&nbsp;<a href="#" class="closeBanner" id="close_banner" tabindex="0" data-function="dismiss" title="'+title+'">';n+='<svg class="closeButton" aria-hidden="true" focusable="false">'+e+"<\/svg>";n+="<\/a ><\/strong > ";n+="<\/div>";i=dangerou$.parseHtml(n);i.on("click",'[data-function="dismiss"]',function(n){sessionStorage.setItem("HideUnsupportedBrowserBanner",t);n.preventDefault();n.stopPropagation();$$WP.Debug.RemoveBanner(i)});isEmbedded()&&i.find("#browser_link").attr("href",makeLink("Home/UnsupportedBrowser?isEmbedded=1"));$$WP.Debug.AddBanner(i);setTimeout(function(){document.activeElement.blur()},100);sessionStorage.IEHasLoggedSoftStop===t||window.location.href.toLowerCase().indexOf("action=logout")!==-1||$$WP.LocalOrAdmin===!0||isShareEverywhere()||sessionStorage.IEHyperspaceLaunch===t||sessionStorage.PicelAuth===t||$$WP.IsShareEverywhere===!0||$$WP.IsH2GDataTile===!0||(window.location.href.toLowerCase().indexOf(".asp")===-1?WP.DOM.Browser.logUnsupportedBrowserStopShown(!1):getCSRFTokenAsQS(function(n){$$WPUtil.IsNullOrEmpty(n)||WP.DOM.Browser.logUnsupportedBrowserStopShown(!1)}))}};WP.DOM.Browser.checkBrowserSupported=function(){var e="#error_reason",o=".browser_list",t="h1",i="Home.Browser",r="#error_details",u=!0,f=".unsupportedbrowser",n="true",s,h;(window.location.href.toLowerCase().indexOf("hyperspacelaunch=true")!==-1||window.location.href.toLowerCase().indexOf("home/error?code=9")!==-1||$$WP.HyperspaceSignup||$$WP.HyperspaceAdmin)&&sessionStorage.HideUnsupportedBrowserBanner!==n&&sessionStorage.setItem("IEHyperspaceLaunch",n);window.location.href.toLowerCase().indexOf("action=logout")!==-1&&sessionStorage.IEHyperspaceLaunch===n&&WP.Comm.postLogoutOperations();window.location.href.toLowerCase().indexOf("linkauth")!==-1&&window.location.href.toLowerCase().indexOf("postloginurl")!==-1&&sessionStorage.setItem("PicelAuth",n);s=$afe.select("body");h=s.hasClass("isInside");WP.DOM.Browser.isIE&&$afe.select(f).length===0&&!$$WP.HyperspaceQuestionnaire?$$WP.LocalOrAdmin===u||isShareEverywhere()||$$WP.IEHardStopDisabled===u||sessionStorage.IEHyperspaceLaunch===n||sessionStorage.PicelAuth===n||$$WP.IsShareEverywhere===u||$$WP.IsH2GDataTile===u?WP.DOM.Browser.showUnsupportedBrowserBanner():window.location=h&&!isDataTile()?makeLink("Home/Logout"):isEmbedded()?makeLink("Home/UnsupportedBrowser?isEmbedded=1"):makeLink("Home/UnsupportedBrowser"):$afe.select(f).length===0||WP.DOM.Browser.isIE?$afe.select(f).length!==0&&setTimeout(function(){$afe.select(t).focus()},100):($$WP&&$$WP.Utilities&&!$$WP.Utilities.isValidBrowser()?($afe.select(r).text(""),$afe.select(r).safeAppend(dangerou$.parseHtml($$WP.Strings.get("NonIEBrowserUnsupportedMessage",i))),$afe.select(t).text($$WP.Strings.get("NonIEBrowserUnsupportedTitle",i)),$afe.select(o).remove(),$afe.select(e).remove()):($afe.select(r).text(""),$afe.select(r).safeAppend(dangerou$.parseHtml($$WP.Strings.get("BrowserSupportedMessage",i))),$afe.select(t).text($$WP.Strings.get("BrowserSupportedTitle",i)),$afe.select(o).remove(),$afe.select(e).remove()),setTimeout(function(){$afe.select(t).focus()},100))};WP.DOM.Browser.logUnsupportedBrowserStopShown=function(n){$.ajax({url:makeLink("Home/LogUnsupportedBrowserStopShown"),type:"POST",data:$$WPUtil.postify({isHardStop:n}),cache:!1,dataType:"json"});var t=n?"IEHasLoggedHardStop":"IEHasLoggedSoftStop";sessionStorage.setItem(t,"true")};WP.DOM.Browser.isSafari=navigator.userAgent.toLowerCase().match(/safari/)!==null&&navigator.userAgent.toLowerCase().match(/chrome/)===null;WP.DOM.Browser.isOmniweb=navigator.userAgent.toLowerCase().match(/omniweb/)!=null;WP.DOM.Browser.isOpera=navigator.userAgent.toLowerCase().match(/opera/)!=null;WP.DOM.Browser.userAgent=navigator.userAgent;WP.DOM.Browser.isIE=navigator.appVersion.match(/MSIE/)!=null||!!navigator.userAgent.match(/Trident.*rv\:11\./);WP.DOM.Browser.isEdge=!!navigator.userAgent.match(/Edge\//);WP.DOM.Browser.IEVersion=WP.DOM.Browser._getIEVersion();WP.DOM.Browser.IEDocMode=WP.DOM.Browser._getIEDocumentMode();WP.DOM.Browser.isNewIE=WP.DOM.Browser.isIE&&WP.DOM.Browser.IEVersion>=8;WP.DOM.Browser.isOldIE=WP.DOM.Browser.isIE&&!WP.DOM.Browser.isNewIE;WP.DOM.Browser.isFirefox=WP.DOM.Browser.userAgent.match(/firefox/i)!=null;WP.DOM.Browser.isOldFirefox=WP.DOM.Browser.isFirefox&&(WP.DOM.Browser.userAgent.match(/firefox\/2./i)!=null||WP.DOM.Browser.userAgent.match(/firefox\/1./i)!=null);WP.DOM.Browser.isNewFirefox=WP.DOM.Browser.isFirefox&&!WP.DOM.Browser.isOldFirefox;WP.DOM.Browser.isWebKit=navigator.appVersion.match(/WebKit/)!=null;WP.DOM.Browser.isChrome=navigator.appVersion.match(/Chrome/)!=null;WP.DOM.Browser.orientation=window.orientation;WP.DOM.Browser.isAndroid=navigator.userAgent.match(/Android/i);WP.DOM.Browser.isWebOS=navigator.userAgent.match(/webOS/i);WP.DOM.Browser.isIPhone=navigator.userAgent.match(/iPhone/i);WP.DOM.Browser.isIPad=navigator.userAgent.match(/iPad/i)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1;WP.DOM.Browser.isIPod=navigator.userAgent.match(/iPod/i);WP.DOM.Browser.isBlackBerry=navigator.userAgent.match(/BlackBerry/i);WP.DOM.Browser.isWindowsPhone=navigator.userAgent.match(/Windows Phone/i);WP.DOM.Browser.isMobile=WP.DOM.Browser.isAndroid||WP.DOM.Browser.isWebOS||WP.DOM.Browser.isIPhone||WP.DOM.Browser.isIPad||WP.DOM.Browser.isIPod||WP.DOM.Browser.isBlackBerry||WP.DOM.Browser.isWindowsPhone||navigator.userAgent.toLowerCase().match(/mobile/i);typeof WP.DOM.Create=="undefined"&&(WP.DOM.Create={});WP.DOM.Create.tag=function(n,t,i,r,u){var f=document.createElement(n||"div");return f?(t&&(f.className=t),i&&(f.id=i),r&&(f.title=r),u&&dangerou$.setHtml(f,u),f):null};WP.DOM.Create.anchoredNode=function(n,t,i){var r=document.createElement("a");return r.href="#",t=t||!1,t?dangerou$.setHtml(r,n):r.appendChild(document.createTextNode(HTMLUnencode(n))),i&&(r.title=i),WP.Events.addListener(r,"click",function(){return!1}),r};typeof WP.DOM.Read=="undefined"&&(WP.DOM.Read={});WP.DOM.Read.getStyle=function(n,t){var r=t.split("-"),f=r[0],i,u;if(typeof n=="string"&&(n=document.getElementById(n)),n&&n.nodeName!=="#text"&&n.nodeName!=="#comment"){for(i=1;i<r.length;i++)f+=r[i].charAt(0).toUpperCase()+r[i].slice(1);if(n.currentStyle)u=n.currentStyle[f];else if(window.getComputedStyle)try{u=document.defaultView.getComputedStyle(n,null).getPropertyValue(t)}catch(e){u=""}return u}};WP.DOM.Read.getBorderWidth=function(n){var t={};return t.left=parseInt(WP.DOM.Read.getStyle(n,"border-left-width"),10),t.top=parseInt(WP.DOM.Read.getStyle(n,"border-top-width"),10),t.right=parseInt(WP.DOM.Read.getStyle(n,"border-right-width"),10),t.bottom=parseInt(WP.DOM.Read.getStyle(n,"border-bottom-width"),10),t};WP.DOM.Read.getAbsolutePosition=function(n){var f=null,t,s,h,e,o,r,i,u,c;if(typeof n=="string"&&(n=document.getElementById(n)),n){if(t={x:0,y:0},n!==f)if(n.getBoundingClientRect)s=document.documentElement,h=n.getBoundingClientRect(),e=window.pageXOffset,o=window.pageYOffset,e||(e=s.scrollLeft),o||(o=s.scrollTop),t.x=h.left+e,t.y=h.top+o;else for(t.x=n.offsetLeft,t.y=n.offsetTop,r=n.parentNode,i=n.offsetParent,u=f;i!=f;){if(t.x+=i.offsetLeft,t.y+=i.offsetTop,c=i.tagName.toLowerCase(),(WP.DOM.Browser.isOldIE&&c!="table"||(WP.DOM.Browser.isNewFirefox||WP.DOM.Browser.isChrome)&&c=="td")&&(u=WP.DOM.Browser.getBorderWidth(i),t.x+=u.left,t.y+=u.top),i!=document.body&&i!=document.documentElement&&(t.x-=i.scrollLeft,t.y-=i.scrollTop),!WP.DOM.Browser.isIE||WP.DOM.Browser.isNewIE)while(i!=r&&r!==f)t.x-=r.scrollLeft,t.y-=r.scrollTop,(WP.DOM.Browser.isOldFirefox||WP.DOM.Browser.isWebKit)&&(u=WP.DOM.Browser.getBorderWidth(r),t.x+=u.left,t.y+=u.top),r=r.parentNode;r=i.parentNode;i=i.offsetParent}return t.x=parseInt(t.x,10),t.y=parseInt(t.y,10),t}};typeof WP.DOM.Search=="undefined"&&(WP.DOM.Search={});WP.DOM.Search.getPrevious=function(n){for(var i=function(n){if(!n)return null;if(n.previousSibling){for(t=n.previousSibling;t.lastChild;)t=t.lastChild;return t}return n.parentNode},t=i(n);t.nodeName==="#text"||t.nodeName==="#comment";)t=i(t);return t};WP.DOM.Search.getNext=function(n){for(var i=function(n){if(n&&n.firstChild)return n.firstChild;for(var t=n;t!==null;){if(t.nextSibling)return t.nextSibling;t=t.parentNode}return t},t=i(n);t.nodeName==="#text"||t.nodeName==="#comment";)t=i(t);return t};WP.DOM.Search.getPreviousFiltered=function(n,t){return typeof n=="undefined"&&(n={},n[document.ELEMENT_NODE]=1,n[document.ATTRIBUTE_NODE]=1),WP.Utils.iterateFindNext(WP.DOM.Search.getPrevious,function(t){return t&&n[t.nodeType]},t)};WP.DOM.Search.getNextFiltered=function(n,t){return typeof n=="undefined"&&(n={},n[document.ELEMENT_NODE]=1,n[document.ATTRIBUTE_NODE]=1),WP.Utils.iterateFindNext(WP.DOM.Search.getNext,function(t){return t&&n[t.nodeType]},t)};WP.DOM.Search.getFocused=function(n,t){var i=t===!0?parent.document:document;try{return i.querySelector&&i.querySelector(":focus")||i.activeElement||n}catch(r){return n}};typeof WP.DOM.Test=="undefined"&&(WP.DOM.Test={});WP.DOM.Test.beingRendered=function(n){return n.nodeType===document.DOCUMENT_NODE?!0:WP.DOM.Read.getStyle(n,"display")!="none"&&(/colgroup|col|thead|tbody|tfoot|tr|td|th/.test(n.tagName)?WP.DOM.Read.getStyle(n,"visibility")=="collapse":!0)&&WP.DOM.Test.beingRendered(n.parentNode)};WP.DOM.Test.canFocus=function(n){if(!WP.DOM.Test.beingRendered(n)||n.nodeName==="#text"||n.nodeName==="#comment")return!1;var t=parseInt(n.getAttribute("tabindex"));return isNaN(t)?/^button|input|object|select|textarea$/i.test(n.nodeName)||n.href&&/^a|area$/i.test(n.nodeName)?!n.disabled&&!n.readOnly&&n.type!=="hidden":!1:t>=0};WP.DOM.Test.canFocusViaNavigation=function(n){return WP.DOM.Test.canFocus(n)&&(n.tabIndex||0)>=0};WP.DOM.Search.getPreviousFocusable=function(n){return WP.Utils.iterateFindNext(WP.DOM.Search.getPrevious,WP.DOM.Test.canFocus,n)};WP.DOM.Search.getNextFocusable=function(n){return WP.Utils.iterateFindNext(WP.DOM.Search.getNext,WP.DOM.Test.canFocus,n)};WP.DOM.Add.addCSSRules=function(n,t){var i,r;if("insertRule"in n)for(r=/([\s\S]*?)\{([\s\S]*?)\}/g;i=r.exec(t);)n.insertRule(i[0],n.cssRules.length);else"cssText"in n&&(n.cssText+=t)};WP.DOM.Search.findStyleSheet=function(n){for(var i=document.styleSheets,t=0;t<i.length;t++)if(i[t].href.lastIndexOf(n)==i[t].href.length-n.length)return i[t];return null};WP.DOM.Add.addStyleSheet=function(){var r=document.getElementsByTagName("head")[0],t=document.createElement("style"),i,n;for(r.appendChild(t),n=0;n<document.styleSheets.length;n++)if(i=document.styleSheets[n].ownerNode||document.styleSheets[n].owningElement,i===t)return document.styleSheets[n]};WP.DOM.Add.addCSSRule=function(n,t){"insertRule"in n?n.insertRule(t,n.cssRules.length):"cssText"in n&&(n.cssText+=t)};WP.DOM.Search.getLastFocusable=function(n){while(n.lastChild)n=n.lastChild;return WP.DOM.Test.canFocus(n)?n:WP.DOM.Search.getPreviousFocusable(n)};WP=WP||{};WP.Controls=WP.Controls||{};typeof WP.Controls.ProgressSpinner=="undefined"&&(WP.Controls.ProgressSpinner=function(n,t,i,r){var s="progbar",f=this;t=t||"Please wait...";i=i||"block";r=r||64;var u=createElement("div",s,s),e=createImage("","","spinner64.gif",t),o=createElement("div",s,"progbartext"),h;return f.isHidden=!1,e.style.display=i,e.height=r,e.width=r,o.style.display=i,$T(o,t),u.appendChild(e),u.appendChild(o),n.appendChild(u),n.className==="hidden"&&(n.className=""),f.remove=function(){n.removeChild(u)},f.updateLabel=function(n){$T(o,n)},f.hide=function(){if(this.isHidden===!0)return!0;h=u.style.display;u.style.display="none";this.isHidden=!0},f.show=function(){this.isHidden=!1;u.style.display=h},SetActivity(),h=u.style.display,f});typeof WP.Controls.InfoButton=="undefined"&&(WP.Controls.InfoButton=function(n,t,i,r,u,f,e,o,s,h,c,l,a,v,y){var b=!0,w,p,k,d,tt,g,nt;$$WP.Debug.log("This function is deprecated. Do not use it in new development. If you are calling this function from a .NET activity, you *MUST* use $$WP.UI.InfoBubble instead.");w=$afe.jq(n);a=a||"";v=v||"";i=i||"popupdiv";nt="popup_"+i;r||r===""||(r="Instructions:");tt=WP.DOM.Browser.isFirefox?" ":"";u||(u=tt);p=$afe.jq(document.createElement("a")).safeAttr("href","#").safeAttr("role","tooltip").addClass("popupinstructionsicon").safeAttr("title",u);y&&p.removeAttr("title").safeAttr("role","button").safeAttr("aria-label",u).safeAttr("aria-describedby",nt);l===b&&(p=w.safeWrapAll(p).parent());p.on("click",function(){return!1});if(h&&p.prop("tabindex",h),o)p.on("click",o);return l!==b&&(s&&s.length>0?p.safeAppend(dangerou$.parseHtml("<span>"+s+"<\/span>")):(c||(c="images/info.png"),g="See Instructions.",a&&v&&(g=$$WP.Strings.get(a,v)),p.safeAppend($afe.jq(document.createElement("img")).safeAttr("src",makeStaticLink(c)).safeAttr("alt",g).safeAttr("data-altnode",a)))),k=$$WP.SimpleTemplates.Div({"class":"popupInstructions card extraWide hidden",id:nt,title:""}),dangerou$.setHtml(k,t),r!==""&&(d=$afe.jq(document.createElement("span")).addClass("header"),dangerou$.setHtml(d,r),k.safePrepend(d)),l===b&&(w=p.safeWrapAll($afe.jq(document.createElement("div")).addClass("popupiconcontainer")).parent()),w.safeAppend(p),w.safeAppend(k),y||($endanchor=$$WP.SimpleTemplates.Anchor({href:"#","class":"clearlabel clickable","data-id":"endanchor"}),w.safeAppend($endanchor),$endanchor.keyup(function(n){$$WPUtil.handlePopupEndAnchor(n,v)})),$$WPUtil.addSinglePopupListener(w,v,b),b});typeof WP.Controls.Recaptcha=="undefined"&&(WP.Controls.Recaptcha={},WP.Controls.Recaptcha.showReCAPTCHA=function(n,t,i){var r={};r.lang=t;r.callback=WP.Controls.Recaptcha.callback;r.tabindex=r.x;Recaptcha.create(i,n,r)},WP.Controls.Recaptcha.callback=function(){try{var n=document.getElementById("recaptcha_response_field").placeholder;$afe.select("#recaptcha_response_placeholder").text(n)}catch(t){}},WP.Controls.Recaptcha.doCheck=function(){var s="retypepassalert",h="The security question is required.",c="questionansweralert",e=document.getElementById("g-recaptcha-response"),t=document.getElementById("newquestion"),i=document.getElementById("questionanswer"),o=document.getElementById("twofactorcode"),u=!0,f,n,r=document.getElementById("newpasswd"),l=document.getElementById("verifypasswd");return n=function(n,t,i){var r=!1;return i!==""&&(u&&n.focus(),u=!1,r=!0),$T(document.getElementById(t),i),r},o&&n(o,"twofactorcodealert",o.value?"":"The code is required."),e&&n(e,"captchaalert",e.value?"":"You must respond to the CAPTCHA above to finish logging in."),i&&n(i,c,i.value?"":"The answer to your security question is required."),t&&(f="",t.tagName==="SELECT"?t.value==="0"&&(f=h):t.value||(f=h),n(t,"questionalert",f),u&&i.value&&t.value.indexOf(i.value)!==-1&&n(i,c,"The answer to your security question cannot be contained within the question itself.")),r&&(n(r,"newpassalert",r.value?"":"You must enter a new password.")||n(r,s,l.value?"":"You must retype the password.")||n(r,s,l.value!==r.value?"Your new password and the retyped password are not the same.":"")),u&&WP.Events.cancelBeforeUnload(),u},WP.Controls.Recaptcha.formatCode=function(){var t=document.getElementById("twofactorcode"),n=t.value;n=n.toUpperCase();t.value=n.replace(/^\s+|s+$/g,"")});WP.Controls.Browse=WP.Controls.Browse||{};WP.Controls.Browse.getTimeOutFun=function(n,t){return function(){t===n.timeOutChecks&&n.uploading===!0&&(n.src=$$WPUtil.addUrlParameter(n.src,"Error","waytoobig"),n.timedOut=!0,WP.Events.addListener(n.nextElement,"keydown",n.nextElemTab),WP.Events.addListener(n.previousElement,"keydown",n.prevElemTab))}};typeof WP.Controls.ScrollIndicator=="undefined"&&(WP.Controls.ScrollIndicator={},WP.Controls.ScrollIndicator._didBindRedrawHandler=!1,WP.Controls.ScrollIndicator.addTo=function(n,t){var u=".scrollIndicator",i=$afe.jq(n),r=i.parent(),f,e;if(!(r.find(u).length>0)){i.safeBefore($afe.jq(document.createElement("span")).addClass("scrollIndicator right"));i.safeBefore($afe.jq(document.createElement("span")).addClass("scrollIndicator left"));i.addClass("hasScrollIndicator");f=r.children(".scrollIndicator.left");e=r.children(".scrollIndicator.right");r.on("click touchstart",u,function(r){var u,f=$afe.jq(this).hasClass("left")?-1:1;u=t||.25*n.clientWidth;i.animate({scrollLeft:"+="+f*u},200);r.preventDefault()});n.draw=WP.Controls.ScrollIndicator.Draw;n.draw();i.on("scroll touchmove",WP.Controls.ScrollIndicator.UpdateScrollIndicatorOpacity);if(!this._didBindRedrawHandler){this._didBindRedrawHandler=!0;$afe.jq(window).on("resize orientationchange",WP.Controls.ScrollIndicator.RedrawIndicators)}}},WP.Controls.ScrollIndicator.UpdateScrollIndicatorOpacity=function(){var t=this,e=t.scrollWidth-t.clientWidth,r=15,u=1,f=$afe.jq(t).parent(),n=1,i="visible";n=u*Math.min(1,$afe.jq(t).scrollLeft()/r);n<=0&&(i="hidden");f.children(".scrollIndicator.left").css({opacity:n,visibility:i});i="visible";n=u*Math.min(1,(e-r-$afe.jq(t).scrollLeft())/r);n<=0&&(i="hidden");f.children(".scrollIndicator.right").css({opacity:n,visibility:i})},WP.Controls.ScrollIndicator.Draw=function(){var u=".scrollIndicator",n=this,t=$afe.jq(n),i=$afe.jq(n).parent(),f=i.children(".scrollIndicator.left"),r=i.children(".scrollIndicator.right");if(n.scrollWidth<=n.clientWidth){i.find(u).css("opacity",0);return}$.proxy(WP.Controls.ScrollIndicator.UpdateScrollIndicatorOpacity,n)();i.find(u).css({top:n.offsetTop,height:n.clientHeight});Math.round(t.position().left)!==Math.round(f.position().left)&&f.css("left",t.position().left);Math.round(t.position().left+n.clientWidth)!==Math.round(r.position().left+r.width())&&r.css("left",t.position().left+n.clientWidth-r.width())},WP.Controls.ScrollIndicator.RedrawIndicators=function(n){var t=0;n.type==="resize"&&(t=10);setTimeout(function(){$afe.select(".hasScrollIndicator").each(function(){this.draw&&this.draw()})},t)});typeof WP.Controls.UploadButtonFocus=="undefined"&&(WP.Controls.UploadButtonFocus={},WP.Controls.UploadButtonFocus._divButtonID,WP.Controls.UploadButtonFocus.startListener=function(n){window.addEventListener("message",WP.Controls.UploadButtonFocus.messageResponse);WP.Controls.UploadButtonFocus._divButtonID=n},WP.Controls.UploadButtonFocus.messageResponse=function(n){var t="uploadButtonFocus",i=$afe.select("#"+WP.Controls.UploadButtonFocus._divButtonID);n.data==="uploadFocus"?i.addClass(t):n.data==="uploadBlur"&&i.removeClass(t)},WP.Controls.UploadButtonFocus.uploadFocus=function(){origin=window.location.href;parent.postMessage("uploadFocus",origin)},WP.Controls.UploadButtonFocus.uploadBlur=function(){origin=window.location.href;parent.postMessage("uploadBlur",origin)});WP=WP||{};WP.Controls=WP.Controls||{};WP.Controls.Menu=WP.Controls.Menu||function(){var n=$afe.select("#menu"),i,r,t;n.length!==0&&(i=WP.Controls.Menu.getURL(),r=n.find("li[role='none'] a[href*='mode="+i+"']"),t=r.parents(".menugroup"),t.length===1&&t.addClass("selected"),WP.Controls.Menu.finishTopMenus(n),WP.Controls.Menu.bindKeypressEvents(n))};WP.Controls.Menu.getURL=function(){var h="proxyaccess",o="sharemyrecord",c="apptcancelpage",l="src=apptdetail",u="questionnairelist",a="medslist",v="hlthissues",f="messages",e="msgoptions",r="visits",y="Scheduling",p="apptmake",s,t,w,n,i;if(t=document.location.toString(),n=$$WPUtil.queryString("mode"),n===""){if(t.indexOf("inside.asp")>-1)return"";n=t.substr(window.location.protocol.length+2+window.location.host.length+makeLink("").length);n!==null&&n.indexOf("?")>0&&(n=n.substring(0,n.indexOf("?")));n.substr(-1)==="/"&&(n=n.substring(0,n.length-1))}switch(n){case"fshreport":n="fshreportlist";break;case"cccsum":case"crmsum":n="cclist";break;case"accountdetail":case"recentpay":case"hbaccountdetail":case"hospaccntdetail":case"hospstmntdetail":case"payment":case"sboaccountdetail":case"paperless":case"Billing/Summary":case"Billing/Payment/MakePayment":n="accountsummary";break;case"Estimates":case"Estimates/SelectServiceArea":case"Estimates/GetEstimateServices":case"Estimates/GetEstimateDetails":n="patientestimates";break;case"FinancialAssistance/Index":n="financialassistance";break;case"Insurance/Coverages":case"insurancelegacy":case"benefitdetail":n="insurance";break;case"Claims":case"Claims/CoverageClaims":case"claimsreport":n="claims";break;case"eligibility":case"referrals":case"benefitinfo":case"hra":n="coverage";break;case"Insurance/PremiumPayment/PaymentLanding":case"Insurance/PremiumPayment/ShowPaymentResults":case"Insurance/PremiumAutoPay/Index":case"Insurance/PremiumAutoPay/Start":case"Insurance/PremiumAutoPay/Success":case"Insurance/PremiumAutoPay/Deactivate":case"Insurance/PremiumBilling":case"premiumpayment":n="premiumbilling";break;case"msgapptmake":case"tktapptmake":case"tickets":case"visitdetails":case"appointments":case"recentappts":case"visitsummary":case"itinerary":case p:case"apptsched":case"apptdetails":case"admissions":case"ippatientedu":case"copaypayment":case"echeckin":case"Visits/visitslist":case"Visits/VisitDetails":case y:case"Scheduling/OnMyWay/PostLogin":case"OpenScheduling/PostLogin":case"billing/visitpayment/LoadPaymentAmounts":n=r;break;case"editwalletcard":n="walletcard";break;case"Scheduling/PreAdmission/LDRegistration":case"Scheduling/PreAdmission/confirmation":n="stork";break;case"medadvice":case"custsvc":case"evisit":case"evisitpayment":case"EVisit/Index":n=e;break;case"HealthAdvisories":case"hmsched":n="healthmaint";break;case"labdetail":case"labchartgraph":case"displayscans":case"Clinical/TestResults":n="labs";break;case"Messaging/Review":n=f;break;case"Clinical/Allergies":n="allergies";break;case"Clinical/HealthIssues":n=v;break;case"Clinical/Medications/List":n=a;break;case"Clinical/PreferredPharmacies":n="pharmacieslist";break;case"Clinical/Genomics":n="genomics";break;case"CovidStatus":n="covidstatus";break;case"PlanOfCare":n="planofcare";break;case y:n="scheduling";break;case"AdvancedCarePlanning/CareDecision/Index":n="acp";break;case"Preferences":n="patprefs";break;case"app/implants":n="implants";break;case"app/upcoming-orders":n="upcomingorders";break;case"app/test-results":n="testresults";break;case"SocialCareApplications":case"SocialCare/SocialCareApplications":case"SocialCare/ApplicationsDecisionTree/Load":case"SocialAssistance":case"SocialCare/SocialAssistance":n="socialassistance";break;case"Documents":case"Documents/DownloadMyRecord":case"Documents/Released":case"Documents/ViewDocuments":case"app/document-center/my-documents":n="documents";break;case"Authentication/OAuth/Review":case"Authentication/OAuth/Authorize":n="oauthreview";break;case"SymptomChecker":case"SymptomChecker/History":case"SymptomChecker/SelfTriage/Load":n="symptomchecker";break;case"Research/ResearchStudies":n="researchstudies";break;case"ShareEverywhere/GenerateCode":n="sharecode";break;case"Community/Manage":n="communitymanage";break;case"PersonalInformation":n="personalinformation";break;case"showform":n=window.location.toString();n=n.substring(n.indexOf("mode=")+5);s=n.substring(n.length-20);(s==="formname=ApptReqDept"||s==="formname=ApptReqProv")&&(n="showform&formname=ApptReqCntr");break;case"Questionnaire/MyChartQuestionnaire/Questionnaires":case"questionnaireseriesoptout":n=u;break;case"questionnaire":t.indexOf("src=list")>0?n=u:t.indexOf("mid")>0?n=f:t.indexOf("evQtn")>0?n=e:t.indexOf("svyQtn")>0?n=u:t.indexOf("Qtn")>0?n=r:t.indexOf("quesid")>0&&(n=u);break;case"apptcancel":n=t.indexOf(l)>0?r:c;break;case"apptdircancel":n=t.indexOf(l)>0?r:c;break;case"provsrch":t.indexOf("mnu=ds")>0?n=p:t.indexOf("mnu=chg")>0&&(n="chgpcp");break;case"histques":t.indexOf("mid")>0?n=f:t.indexOf("Qtn")>0&&(n=r);break;case"crr":t.indexOf("fromEv")>0?n=e:t.indexOf("proccode")>0?n="labs":t.indexOf("ndc")>0?n=a:t.indexOf("icd")>0&&(n=v);break;case"pefltdtl":n="pefltlst";break;case"myclabdetails":n="mycondition";break;case"AccountManagement/ShareMyRecord":n=o;break;case"Proxies/FamilyAccess":n=o;break;case"Invite/ProxyInvite":n=o;break;case"app/access-logs":n="audit";break;case"app/communication-center":n=f;break;case"app/communication-center/ask-question":case"app/communication-center/medical-advice":case"app/communication-center/customer-service":case"app/communication-center/billing":n=e;break;case h:t.indexOf("id=")>0&&(i=t,i=i.substring(i.indexOf("id=")+3),i.indexOf("&")>0&&(i=i.substring(0,i.indexOf("&"))),n="proxyaccess&action=switchcontext&src=0&id="+i,w=h);break;case"app/todo":n="todo"}return WP.Controls.Menu.prxMode=w,n};WP.Controls.Menu.searchFocus=function(n){WP.Controls.Menu.dropOn(n);WP.Controls.Menu.preventClose++};WP.Controls.Menu.searchBlur=function(n){WP.Controls.Menu.preventClose--;WP.Controls.Menu.preventClose===0&&WP.Controls.Menu.closeMenu(n)};WP.Controls.Menu.finishTopMenus=function(n){var t=n.find(".menugroup");t.hover(WP.Controls.Menu.dropOn,WP.Controls.Menu.closeMenu).on("click touchend",WP.Controls.Menu.VisibleMenuClickHandler).keydown(WP.Controls.Menu.VisibleMenuKeyDownHandler);t.each(function(){$afe.jq(this).find("li").last().find("a").keydown(WP.Controls.Menu.VisibleMenuLastAnchorKeyDownHandler)})};WP.Controls.Menu.HandleSearchBarFocus=function(n){var t;n.id==="keywordsearchwrapper"&&(t=$afe.select(".keywordsearch input[type=text]"),t.length>0&&t.focus())};WP.Controls.Menu.VisibleMenuClickHandler=function(n){var t=$afe.jq(n.currentTarget);WP.Controls.Menu.dropOn(n);WP.Controls.Menu.HandleSearchBarFocus(t)};WP.Controls.Menu.VisibleMenuKeyDownHandler=function(n){var t=n||window.event,i=t.keyCode||t.which;i===9&&t.shiftKey===!0&&WP.Controls.Menu.closeMenu(n)};WP.Controls.Menu.VisibleMenuLastAnchorKeyDownHandler=function(n){var t=n||window.event,i=t.keyCode||t.which;i===9&&t.shiftKey!==!0&&WP.Controls.Menu.closeMenu(n)};WP.Controls.Menu.KeyHandler={27:!0,32:!0,37:!0,38:!0,39:!0,40:!0};WP.Controls.Menu.bindKeypressEvents=function(){var n="#moretabs a",t=".menugroup";$afe.select(t).keydown(function(n){var h="li[role='none']",s="li[role='none']:first-child a",u=".submenugroup",c=".submenu li[role='none']:first-child a",e="menuicon",o=".menuicon",f,r,i,l=n.keyCode||n.which;if(WP.Controls.Menu.KeyHandler[l]&&(f=$afe.jq(n.currentTarget).parents().addBack().filter(t),r=$afe.jq(n.target),f.length>0)){switch(l){case 27:WP.Controls.Menu.droppedMenu&&(f.find(o).focus(),WP.Controls.Menu.closeMenu(n));break;case 32:r.hasClass(e)&&(WP.Controls.Menu.dropOn(n),f.find(c).first().focus());break;case 37:r.hasClass(e)?(i=f.prev(t).find(o),i.length>0&&(WP.Controls.Menu.closeMenu(n),i.focus())):(i=r.parents(u).prev(u).find(s),i.length>0&&i.focus());break;case 38:i=r.parent().prev(h).find("a");i.length>0?i.focus():(i=r.parents(u).prev(u).find("li[role='none']:last-child a"),i.length>0?i.focus():(WP.Controls.Menu.closeMenu(n),f.find(o).focus()));break;case 39:r.hasClass(e)?(i=f.next(t).find(o),i.length>0&&(WP.Controls.Menu.closeMenu(n),i.focus())):(i=r.parents(u).next(u).find(s),i.length>0&&i.focus());break;case 40:r.hasClass(e)?(WP.Controls.Menu.dropOn(n),f.find(c).first().focus()):(i=r.parent().next(h).find("a"),i.length>0?i.focus():(i=r.parents(u).next(u).find(s),i.length>0&&i.focus()))}n.preventDefault()}});$afe.select("#proxies li a").keydown(function(t){var r=!0,u="proxyTabs",e=t.keyCode||t.which,i,f;if(WP.Controls.Menu.KeyHandler[e]&&t.target&&t.target.parentElement){i=t.target.parentElement;switch(t.which){case 27:WP.Controls.Menu.droppedMenu&&t.target.parentElement.parentElement.id!==u&&(getChild(getChild(WP.Controls.Menu.droppedMenu,0),0).focus(),WP.Controls.Menu.closeMenu(t));break;case 38:$afe.jq(i).index()>0?WP.Controls.Menu.handleSubMenuNavigation(i.previousElementSibling):t.target.parentElement.parentElement.id!==u&&(WP.Controls.Menu.handleParentMenuNavigation(i,!1,r)||(getChild(getChild(WP.Controls.Menu.droppedMenu,0),0).focus(),WP.Controls.Menu.closeMenu(t)));break;case 39:WP.Controls.Menu.handleParentMenuNavigation(i,r);break;case 40:i.nextElementSibling?WP.Controls.Menu.handleSubMenuNavigation(i.nextElementSibling):WP.Controls.Menu.handleParentMenuNavigation(i,r,r);break;case 37:$afe.jq(i).safeAttr("id")==="moreTabsTab"?$afe.select(n,i).length&&(f=$afe.jq($afe.select(n,i)[$afe.select(n,i).length-1]),f.focus()):WP.Controls.Menu.handleParentMenuNavigation(i,!1)}t.preventDefault()}});$afe.select(n).keydown(function(n){var r="#moreTabsTab a",t,i;if((n.which===39||n.which===37||n.which===27)&&n.target){t=n.target;switch(n.which){case 27:i=$afe.select(r)[0];break;case 39:i=t.nextElementSibling?t.nextElementSibling:$afe.select(r)[0];break;case 37:t.previousElementSibling&&(i=t.previousElementSibling)}$afe.jq(i).focus();n.preventDefault()}})};WP.Controls.Menu.handleParentMenuNavigation=function(n,t,i){var f="li",r=$afe.jq(n).closest(".menugroup:not([role='menu'])"),u;if(r[0]){if(t&&r.next()[0])r=r.next()[0];else if(!t&&r.prev()[0])r=r.prev()[0];else return!1;return i?u=t?0:$afe.select(f,r).length-1:(u=$afe.jq(n).index(),$afe.select(f,r)[u]||(u=$afe.select(f,r).length-1)),$afe.select("a",$afe.select(f,r)[u])&&$afe.select("a",$afe.select(f,r)[u]).focus(),!0}};WP.Controls.Menu.handleSubMenuNavigation=function(n){var t;n&&(t=$afe.select("a",n)[0],t&&t.focus())};WP.Controls.Menu.droppedMenu=null;WP.Controls.Menu.closeMenu=function(){WP.Controls.Menu.preventClose>0||!WP.Controls.Menu.droppedMenu||(WP.Controls.Menu.droppedMenu.removeClass("droppeddown"),$afe.select("[aria-hidden='false']",WP.Controls.Menu.droppedMenu).safeAttr("aria-hidden","true"),WP.Controls.Menu.droppedMenu=null)};WP.Controls.Menu.dropOn=function(n){var i="aria-hidden",r="[aria-hidden='true']",u="droppeddown",f="touchend",t;if(!(WP.Controls.Menu.preventClose>0)&&(n.type!==f||document.elementFromPoint(n.originalEvent.clientX||n.originalEvent.changedTouches[0].clientX,n.originalEvent.clientY||n.originalEvent.changedTouches[0].clientY)===n.target)){if(t=$afe.jq(n.currentTarget),WP.Controls.Menu.droppedMenu){if(n.type===f&&WP.Controls.Menu.droppedMenu.is(t)&&$afe.jq(n.target).hasClass("menuicon"))return WP.Controls.Menu.closeMenu(),WP.Events.cancelEvent(n),WP.Events.preventDefault(n),!1;WP.Controls.Menu.droppedMenu.removeClass(u)}return t.addClass(u),$afe.select(r,t).safeAttr(i,"false"),t.filter(r).safeAttr(i,"false"),WP.Controls.Menu.droppedMenu=t,WP.Events.cancelEvent(n)}};typeof WP=="undefined"&&(WP={});typeof WP.Controls=="undefined"&&(WP.Controls={});gotTheMessage=!1;showFlyout=function(n){var t,i;t=$afe.select("#flyout");removeClassNames(t[0],"collapsed");n.data.trigger==="keyboard"&&(i=t.find("a.flyoutitem").not(".chosen"),i.length>0&&i[0].focus())};hideFlyout=function(){var n=document.getElementById("flyout");applyClass(n,"collapsed")};SMSLightbox._isSMSOn=null;SMSLightbox._turnEmailOn=null;typeof String.prototype.trim!="function"&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")});typeof WP=="undefined"&&(WP={});typeof WP.Strings=="undefined"&&(WP.Strings={});WP.Strings.isEmpty=function(n){return WP.Strings.lTrim(n).length===0};WP.Strings.lTrim=function(n){return n.replace(/^\W+/g,"")};WP.Strings.getTextWidth=function(n,t){var i,u,r;return!n||!t?0:(r=$afe.jq(t),i=dangerou$.parseHtml("<div>"+n+"<\/div>"),i.css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden",width:"auto"}),i.css({"font-style":r.css("font-style"),"font-variant":r.css("font-variant"),"font-weight":r.css("font-weight")}),i.css({"font-size":r.css("font-size"),"font-family":r.css("font-family"),"line-height":r.css("line-height")}),i.safeAppendTo(document.body),u=i.width(),i.remove(),u)};$$WPUtil.guaranteeExistence($$WP,"Behaviors");$$WPBehav=$$WP.Behaviors;$$WPBehav.AnimateHeights={add:function(n){var o="px",s="resize",r="height",h=this,u,l,a,f,c,i,e,t;c=n.$container.get(0);u=WP.DOM.Read.getStyle(c,r);l=WP.DOM.Read.getStyle(c,"max-height");a=WP.DOM.Read.getStyle(c,"min-height");n.$container.on(WP.Events.TRANSITION_END_STR,null,function(n){n&&n.target&&!$afe.jq(n.target).hasClass("component")||($afe.jq(this).removeClass("capped"),$afe.jq(window).trigger("componentRendered"),$afe.select("#footer").removeClass("moving"))});if(t=n.$container.closest(".filledContainer"),t.length||(t=null),f=u.indexOf("%")>-1?parseFloat(u,10):$$WPUtil.cssValueToPixels(u),!isNaN(f)){if(u.indexOf("%")>-1){if(!t)throw"Components with a percentage based height must be a child (or child of a child) of an element with the filledContainer class.  The percentage of the height will be a percentage of this filled container's height.";t.on(s,{percentage:f/100,of:t,component:n},h._recalculatePercentageBasedHeight);n.__$heightHolder=t;return}n.$container.css(r,f+o);n.addEventListener(s,h._maintainFixedHeight);t&&t.css(r,Math.max(t.contentHeight(),f)+o);return}if(e=$$WPUtil.cssValueToPixels(a),n.$container.css(r,e+o),t&&t.css(r,Math.max(t.contentHeight(),e)+o),i=$$WPUtil.cssValueToPixels(l),isNaN(i)?i=99999:i!==99999&&n.$content.css("overflow","hidden"),e===i){n.addEventListener(s,h._maintainFixedHeight);return}n._animationData={$heightHolder:t,minHeight:e,maxHeight:i,component:n};n.addEventListener(s,h._adjustHeightToFitContent)},remove:function(n){var t="resize";n.removeEventListener(t,this._adjustHeightToFitContent);n.removeEventListener(t,this._maintainFixedHeight);n.__$heightHolder&&n.__$heightHolder.off(t,this._recalculatePercentageBasedHeight)},_maintainFixedHeight:function(n){var t,i;t=$afe.jq(n.currentTarget);i=$$WPUtil.cssValueToPixels(t.css("height"));$$WPComp.getInstance(t.safeAttr("data-component-id")).capHeight(i)},_adjustHeightToFitContent:function(n,t){var i=this,r,u=!1;return t&&(isNaN(t.delta)?u=t.forceShrink===!0:(r=isNaN(i.__containerTargetHeight)?$$WPUtil.cssValueToPixels(i.$container.css("height")):i.__containerTargetHeight,r+=t.delta,r<0&&(r=0),i.__containerTargetHeight=r,i.$container.css("height",r+"px"),t.allowGrowth===!0&&(r=""))),$$WPBehav.AnimateHeights._setAppropriateHeight(i.$container,i._animationData.minHeight,i._animationData.maxHeight,i._animationData.$heightHolder,r,u),!1},_recalculatePercentageBasedHeight:function(n){var t;t=$$WPUtil.cssValueToPixels(n.data.of.inlineStyle("height"))*n.data.percentage;isNaN(t)&&(t=(n.data.of.contentHeight()-$afe.jq(this).heightMargin())*n.data.percentage);$$WPBehav.AnimateHeights._setAppropriateHeight(n.data.component.$container,t,t,null,t)},_setAppropriateHeight:function(n,t,i,r,u,f){var e="height",l="isanimating",a,s,h,v,c,y,o;a=n.get(0).style.height;h=!1;v=r&&r.length;t=t||0;i=i||99999;o=$$WPComp.getInstance(n.safeAttr("data-component-id"));n.addClass(l);($$WPUtil.isNaN(u)||u<0)&&(c=n.children(".content"),y=$$WPComp.isComponent(o)&&!isNaN(o.__containerTargetHeight)?o.__containerTargetHeight:$$WPUtil.cssValueToPixels(c.css(e)),c.css(e,"auto"),f&&n.css(e,"auto"),u=n.contentHeight(),f&&n.css(e,a),v&&(u=Math.max(u,$$WPUtil.cssValueToPixels(r.inlineStyle(e)))));n.removeClass(l);s=Math.min(Math.max(t,u),i);h=o.__containerTargetHeight!==s;o.__containerTargetHeight=s;s+="px";h?(f||(n.addClass("capped"),$afe.select("#footer").addClass("moving"),setTimeout(function(){$afe.select("#footer").removeClass("moving")},500)),n.css(e,s),n.hasClass("component")&&!isNaN(i)&&(o.capHeight(i),r&&r.inlineStyle(e)!==s&&(r.css(e,s),r.find(".component").trigger("resize")))):i!==99999&&o.capHeight(i)}};$$WP.Behaviors.matchRowHeights=function(n,t){var i="",f=0,o=0,r,e,u=0;n.find(t).each(function(){var s=$afe.jq(this);s.length!==0&&(r=s.outerHeight(),e=s.offset().top,s.css("min-height",r),o!==e?(f=f+1,f>1&&n.find(t+"."+i).css("height",u),i="row"+f,o=e,u=r):u<r&&(u=r),s.addClass(i));i!==""&&n.find(t+"."+i).css("height",u)})},function(){var t=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};n=n.Core=n.Core||{};n.loggingout=t({compiler:[7,">= 4.0.0"],main:function(n,t,i,r,u){var f="getStringResource",e="Core.LoggingOutPopup",o="LoggingOutMessage";return"  <div>"+n.escapeExpression((i.getStringResource||t&&t.getStringResource||i.helperMissing).call(t!=null?t:n.nullContext||{},o,e,{name:f,hash:{},data:u}))+'<\/div><div><img alt="'+n.escapeExpression((i.getStringResource||t&&t.getStringResource||i.helperMissing).call(t!=null?t:n.nullContext||{},o,e,{name:f,hash:{},data:u}))+'" src="'+n.escapeExpression((i.makeStaticLink||t&&t.makeStaticLink||i.helperMissing).call(t!=null?t:n.nullContext||{},"images/spinner_barbershop.gif",{name:"makeStaticLink",hash:{},data:u}))+'" /><\/div>'},useData:!0})}(),function(){var e='" class="',o='<img title="',f='" src="',s='" title="',i="",t="if",r="function",n=null,h=Handlebars.template,u=$$WP.Templates=$$WP.Templates||{};u=u.Core=u.Core||{};u.ButtonBar=h({compiler:[7,">= 4.0.0"],main:function(u,f,e,o,s){var h,c;return'<div class="'+u.escapeExpression((c=(c=e.Class||(f!=n?f.Class:f))!=n?c:e.helperMissing,typeof c===r?c.call(f!=n?f:u.nullContext||{},{name:"Class",hash:{},data:s}):c))+'"><div class="titlebarblurbackground"><\/div>'+((h=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Image:f,{name:t,hash:{},fn:u.program(1,s,0),inverse:u.noop,data:s}))!=n?h:i)+((h=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Text:f,{name:t,hash:{},fn:u.program(5,s,0),inverse:u.noop,data:s}))!=n?h:i)+((h=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.ExpandBtn:f,{name:t,hash:{},fn:u.program(7,s,0),inverse:u.noop,data:s}))!=n?h:i)+((h=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Buttons:f,{name:t,hash:{},fn:u.program(16,s,0),inverse:u.noop,data:s}))!=n?h:i)+"<\/div> "},"1":function(r,u,f,e,o){var s;return(s=f[t].call(u!=n?u:r.nullContext||{},(s=u!=n?u.Image:u)!=n?s.Src:s,{name:t,hash:{},fn:r.program(2,o,0),inverse:r.noop,data:o}))!=n?s:i},"2":function(r,u,e,o,h){var c;return'<a href="#" data-id="-1" '+((c=e[t].call(u!=n?u:r.nullContext||{},(c=u!=n?u.Image:u)!=n?c.Class:c,{name:t,hash:{},fn:r.program(3,h,0),inverse:r.noop,data:h}))!=n?c:i)+'><img alt="'+r.escapeExpression(r.lambda((c=u!=n?u.Image:u)!=n?c.Alt:c,u))+s+r.escapeExpression(r.lambda((c=u!=n?u.Image:u)!=n?c.Alt:c,u))+f+r.escapeExpression(r.lambda((c=u!=n?u.Image:u)!=n?c.Src:c,u))+'" /><\/a>'},"3":function(t,i){var r;return'class="'+t.escapeExpression(t.lambda((r=i!=n?i.Image:i)!=n?r.Class:r,i))+'"'},"5":function(t,i,u,f,e){var o;return"<h2>"+t.escapeExpression((o=(o=u.Text||(i!=n?i.Text:i))!=n?o:u.helperMissing,typeof o===r?o.call(i!=n?i:t.nullContext||{},{name:"Text",hash:{},data:e}):o))+"<\/h2>"},"7":function(r,u,f,e,o){var s;return'<a href="#" data-id="'+((s=f[t].call(u!=n?u:r.nullContext||{},(s=u!=n?u.ExpandBtn:u)!=n?s.Identifier:s,{name:t,hash:{},fn:r.program(8,o,0),inverse:r.noop,data:o}))!=n?s:i)+'" class="pocexpand '+((s=f[t].call(u!=n?u:r.nullContext||{},(s=u!=n?u.ExpandBtn:u)!=n?s.Class:s,{name:t,hash:{},fn:r.program(10,o,0),inverse:r.program(12,o,0),data:o}))!=n?s:i)+'">'+((s=f[t].call(u!=n?u:r.nullContext||{},(s=u!=n?u.ExpandBtn:u)!=n?s.Image:s,{name:t,hash:{},fn:r.program(14,o,0),inverse:r.noop,data:o}))!=n?s:i)+r.escapeExpression(r.lambda((s=u!=n?u.ExpandBtn:u)!=n?s.Text:s,u))+"<\/a>"},"8":function(t,i){var r;return t.escapeExpression(t.lambda((r=i!=n?i.ExpandBtn:i)!=n?r.Identifier:r,i))},"10":function(t,i){var r;return t.escapeExpression(t.lambda((r=i!=n?i.ExpandBtn:i)!=n?r.Class:r,i))},"12":function(){return"otherbutton"},"14":function(t,i){var r;return o+t.escapeExpression(t.lambda((r=(r=i!=n?i.ExpandBtn:i)!=n?r.Image:r)!=n?r.Title:r,i))+'" alt="'+t.escapeExpression(t.lambda((r=(r=i!=n?i.ExpandBtn:i)!=n?r.Image:r)!=n?r.Alt:r,i))+f+t.escapeExpression(t.lambda((r=(r=i!=n?i.ExpandBtn:i)!=n?r.Image:r)!=n?r.Src:r,i))+e+t.escapeExpression(t.lambda((r=(r=i!=n?i.ExpandBtn:i)!=n?r.Image:r)!=n?r.Class:r,i))+'"/>'},"16":function(t,r,u,f,e){var o;return'<div class="buttons">'+((o=u.each.call(r!=n?r:t.nullContext||{},r!=n?r.Buttons:r,{name:"each",hash:{},fn:t.program(17,e,0),inverse:t.noop,data:e}))!=n?o:i)+"<\/div>"},"17":function(u,f,e,o,h){var c,l;return'<button type="button" data-id="'+u.escapeExpression(u.lambda((c=h&&h.root)&&c.Identifier,f))+((c=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Identifier:f,{name:t,hash:{},fn:u.program(18,h,0),inverse:u.program(20,h,0),data:h}))!=n?c:i)+s+((c=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Title:f,{name:t,hash:{},fn:u.program(22,h,0),inverse:u.noop,data:h}))!=n?c:i)+'" class="button '+((c=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Class:f,{name:t,hash:{},fn:u.program(24,h,0),inverse:u.program(12,h,0),data:h}))!=n?c:i)+'">'+((c=e[t].call(f!=n?f:u.nullContext||{},f!=n?f.Image:f,{name:t,hash:{},fn:u.program(26,h,0),inverse:u.noop,data:h}))!=n?c:i)+u.escapeExpression((l=(l=e.Text||(f!=n?f.Text:f))!=n?l:e.helperMissing,typeof l===r?l.call(f!=n?f:u.nullContext||{},{name:"Text",hash:{},data:h}):l))+"<\/button>"},"18":function(t,i,u,f,e){var o;return t.escapeExpression((o=(o=u.Identifier||(i!=n?i.Identifier:i))!=n?o:u.helperMissing,typeof o===r?o.call(i!=n?i:t.nullContext||{},{name:"Identifier",hash:{},data:e}):o))},"20":function(t,i,u,f,e){var o;return t.escapeExpression((o=(o=u.index||e&&e.index)!=n?o:u.helperMissing,typeof o===r?o.call(i!=n?i:t.nullContext||{},{name:"index",hash:{},data:e}):o))},"22":function(t,i,u,f,e){var o;return t.escapeExpression((o=(o=u.Title||(i!=n?i.Title:i))!=n?o:u.helperMissing,typeof o===r?o.call(i!=n?i:t.nullContext||{},{name:"Title",hash:{},data:e}):o))},"24":function(t,i,u,f,e){var o;return t.escapeExpression((o=(o=u.Class||(i!=n?i.Class:i))!=n?o:u.helperMissing,typeof o===r?o.call(i!=n?i:t.nullContext||{},{name:"Class",hash:{},data:e}):o))},"26":function(t,i){var r;return o+t.escapeExpression(t.lambda((r=i!=n?i.Image:i)!=n?r.Title:r,i))+'" alt="'+t.escapeExpression(t.lambda((r=i!=n?i.Image:i)!=n?r.Alt:r,i))+f+t.escapeExpression(t.lambda((r=i!=n?i.Image:i)!=n?r.Src:r,i))+e+t.escapeExpression(t.lambda((r=i!=n?i.Image:i)!=n?r.Class:r,i))+'"/>'},useData:!0})}(),function(){var t=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};n=n.Core=n.Core||{};n.overlay=t({compiler:[7,">= 4.0.0"],main:function(n,t,i,r,u){var f;return'<div class="lightbox_overlay lb_overlay template '+n.escapeExpression((f=(f=i.Class||(t!=null?t.Class:t))!=null?f:i.helperMissing,typeof f=="function"?f.call(t!=null?t:n.nullContext||{},{name:"Class",hash:{},data:u}):f))+'"><\/div>'},useData:!0})}(),function(){var t="function",r="<\/span>",n=null,u=Handlebars.template,i=$$WP.Templates=$$WP.Templates||{};i=i.Core=i.Core||{};i.loading=u({compiler:[7,">= 4.0.0"],main:function(t,i,r,u,f){var e="if",o;return'<div role="alert" aria-live="assertive" class="ajaxspinner">'+((o=r[e].call(i!=n?i:t.nullContext||{},i!=n?i.DataFromMultipleSources:i,{name:e,hash:{},fn:t.program(1,f,0),inverse:t.program(3,f,0),data:f}))!=n?o:"")+((o=r[e].call(i!=n?i:t.nullContext||{},i!=n?i.ExtraMessage:i,{name:e,hash:{},fn:t.program(5,f,0),inverse:t.noop,data:f}))!=n?o:"")+"<\/div>"},"1":function(i,u,f,e,o){var h,s;return i.escapeExpression((f.setStringNamespace||u&&u.setStringNamespace||f.helperMissing).call(u!=n?u:i.nullContext||{},"Global",{name:"setStringNamespace",hash:{},data:o}))+((h=(f.addTemplate||u&&u.addTemplate||f.helperMissing).call(u!=n?u:i.nullContext||{},"Core.externalloadingindicator",{name:"addTemplate",hash:{},data:o}))!=n?h:"")+'<span class="loadingStatus subtlecolor loading">'+i.escapeExpression((f.getStringResource||u&&u.getStringResource||f.helperMissing).call(u!=n?u:i.nullContext||{},"GenericLoadingMessage",{name:"getStringResource",hash:{},data:o}))+r+i.escapeExpression((s=(s=f.clearStringNamespace||(u!=n?u.clearStringNamespace:u))!=n?s:f.helperMissing,typeof s===t?s.call(u!=n?u:i.nullContext||{},{name:"clearStringNamespace",hash:{},data:o}):s))},"3":function(i,u,f,e,o){var s;return'<div class="spinner"><\/div><span class="primary clearlabel">'+i.escapeExpression((s=(s=f.PrimaryMessage||(u!=n?u.PrimaryMessage:u))!=n?s:f.helperMissing,typeof s===t?s.call(u!=n?u:i.nullContext||{},{name:"PrimaryMessage",hash:{},data:o}):s))+'<\/span><span class="loadingStatus">'+i.escapeExpression((s=(s=f.LoadingStatus||(u!=n?u.LoadingStatus:u))!=n?s:f.helperMissing,typeof s===t?s.call(u!=n?u:i.nullContext||{},{name:"LoadingStatus",hash:{},data:o}):s))+r},"5":function(i,u,f,e,o){var s;return'<span class="secondary clearlabel" style="display:block">'+i.escapeExpression((s=(s=f.ExtraMessage||(u!=n?u.ExtraMessage:u))!=n?s:f.helperMissing,typeof s===t?s.call(u!=n?u:i.nullContext||{},{name:"ExtraMessage",hash:{},data:o}):s))+r},useData:!0})}(),function(){var u="<\/span>",e="OrganizationLogo",t="function",i="",r="if",n=null,o=Handlebars.template,f=$$WP.Templates=$$WP.Templates||{};f=f.Core=f.Core||{};f.externaljump=o({compiler:[7,">= 4.0.0"],main:function(u,f,e,o,s){var c,h;return u.escapeExpression((e.setStringNamespace||f&&f.setStringNamespace||e.helperMissing).call(f!=n?f:u.nullContext||{},"community.externaljump",{name:"setStringNamespace",hash:{},data:s}))+((c=e[r].call(f!=n?f:u.nullContext||{},f!=n?f.ErrorMessage:f,{name:r,hash:{},fn:u.program(1,s,0),inverse:u.program(3,s,0),data:s}))!=n?c:i)+u.escapeExpression((h=(h=e.clearStringNamespace||(f!=n?f.clearStringNamespace:f))!=n?h:e.helperMissing,typeof h===t?h.call(f!=n?f:u.nullContext||{},{name:"clearStringNamespace",hash:{},data:s}):h))},"1":function(i,r,u,f,e){var o;return'<p class="nodata">'+i.escapeExpression((o=(o=u.ErrorMessage||(r!=n?r.ErrorMessage:r))!=n?o:u.helperMissing,typeof o===t?o.call(r!=n?r:i.nullContext||{},{name:"ErrorMessage",hash:{},data:e}):o))+"<\/p>"},"3":function(u,f,e,o,s){var a="LastTabAnchorTitle",v="ExternalJumpIframeId",l="getStringResource",y="CloseExternalJumpPopupTitle",c,h;return'<div role="alert" aria-live="assertive" class="loadingContainer">'+((c=e[r].call(f!=n?f:u.nullContext||{},f!=n?f.OrganizationName:f,{name:r,hash:{},fn:u.program(4,s,0),inverse:u.noop,data:s}))!=n?c:i)+((c=(e.addTemplate||f&&f.addTemplate||e.helperMissing).call(f!=n?f:u.nullContext||{},"Core.externalloadingindicator",{name:"addTemplate",hash:{},data:s}))!=n?c:i)+'<\/div><div class="loadedcontent"><a href="#" data-id="titlebarclose" class="clearlabel" title="'+u.escapeExpression((e.getStringResource||f&&f.getStringResource||e.helperMissing).call(f!=n?f:u.nullContext||{},y,{name:l,hash:{},data:s}))+'">'+u.escapeExpression((e.getStringResource||f&&f.getStringResource||e.helperMissing).call(f!=n?f:u.nullContext||{},y,{name:l,hash:{},data:s}))+"<\/a>"+((c=e.unless.call(f!=n?f:u.nullContext||{},f!=n?f.IsSignupWorkFlow:f,{name:"unless",hash:{},fn:u.program(6,s,0),inverse:u.noop,data:s}))!=n?c:i)+((c=e[r].call(f!=n?f:u.nullContext||{},f!=n?f.Message:f,{name:r,hash:{},fn:u.program(13,s,0),inverse:u.noop,data:s}))!=n?c:i)+'<div class="externalframewrapper"><iframe class="externalframe" id="'+u.escapeExpression((h=(h=e.ExternalJumpIframeId||(f!=n?f.ExternalJumpIframeId:f))!=n?h:e.helperMissing,typeof h===t?h.call(f!=n?f:u.nullContext||{},{name:v,hash:{},data:s}):h))+'" name="'+u.escapeExpression((h=(h=e.ExternalJumpIframeId||(f!=n?f.ExternalJumpIframeId:f))!=n?h:e.helperMissing,typeof h===t?h.call(f!=n?f:u.nullContext||{},{name:v,hash:{},data:s}):h))+'" src="'+u.escapeExpression((h=(h=e.Url||(f!=n?f.Url:f))!=n?h:e.helperMissing,typeof h===t?h.call(f!=n?f:u.nullContext||{},{name:"Url",hash:{},data:s}):h))+'" title="'+u.escapeExpression((h=(h=e.IframeTitle||(f!=n?f.IframeTitle:f))!=n?h:e.helperMissing,typeof h===t?h.call(f!=n?f:u.nullContext||{},{name:"IframeTitle",hash:{},data:s}):h))+'"><\/iframe><\/div><div class="browsersupport"><\/div><\/div><a href="#" onclick="return false;" title="'+u.escapeExpression((e.getStringResource||f&&f.getStringResource||e.helperMissing).call(f!=n?f:u.nullContext||{},a,{name:l,hash:{},data:s}))+'" class="clearlabel">'+u.escapeExpression((e.getStringResource||f&&f.getStringResource||e.helperMissing).call(f!=n?f:u.nullContext||{},a,{name:l,hash:{},data:s}))+"<\/a>"},"4":function(i,r,u,f,o){var s;return'<div class="logo"><span class="roundedimage" style="background-image:url(\''+i.escapeExpression((s=(s=u.OrganizationLogo||(r!=n?r.OrganizationLogo:r))!=n?s:u.helperMissing,typeof s===t?s.call(r!=n?r:i.nullContext||{},{name:e,hash:{},data:o}):s))+'\')"><\/span><\/div><div class="loadingStatus subtlecolor">'+i.escapeExpression((s=(s=u.LoadingStatus||(r!=n?r.LoadingStatus:r))!=n?s:u.helperMissing,typeof s===t?s.call(r!=n?r:i.nullContext||{},{name:"LoadingStatus",hash:{},data:o}):s))+"<\/div>"},"6":function(u,f,o,s,h){var l,c;return'<div class="externalheader grid"><div class="row"><div class="col-8"><span class="externallogo roundedimage" style="background-image:url(\''+u.escapeExpression((c=(c=o.OrganizationLogo||(f!=n?f.OrganizationLogo:f))!=n?c:o.helperMissing,typeof c===t?c.call(f!=n?f:u.nullContext||{},{name:e,hash:{},data:h}):c))+'\')"><\/span><h2 class="orgName header">'+u.escapeExpression((c=(c=o.OrganizationName||(f!=n?f.OrganizationName:f))!=n?c:o.helperMissing,typeof c===t?c.call(f!=n?f:u.nullContext||{},{name:"OrganizationName",hash:{},data:h}):c))+'<\/h2><\/div><div class="col-4 grid"><div class="contactinfo subtle row fixed '+u.escapeExpression((c=(c=o.contactInfoClass||(f!=n?f.contactInfoClass:f))!=n?c:o.helperMissing,typeof c===t?c.call(f!=n?f:u.nullContext||{},{name:"contactInfoClass",hash:{},data:h}):c))+'">'+((l=o[r].call(f!=n?f:u.nullContext||{},f!=n?f.Address:f,{name:r,hash:{},fn:u.program(7,h,0),inverse:u.noop,data:h}))!=n?l:i)+((l=o[r].call(f!=n?f:u.nullContext||{},f!=n?f.Contact:f,{name:r,hash:{},fn:u.program(10,h,0),inverse:u.noop,data:h}))!=n?l:i)+"<\/div><\/div><\/div><\/div>"},"7":function(t,r,f,e,o){var s;return'<span class="address section col-6">'+((s=f.each.call(r!=n?r:t.nullContext||{},r!=n?r.Address:r,{name:"each",hash:{},fn:t.program(8,o,0),inverse:t.noop,data:o}))!=n?s:i)+u},"8":function(t,r){var f;return"<span>"+((f=t.lambda(r,r))!=n?f:i)+u},"10":function(t,r,f,e,o){var s;return'<span class="contact section col-6">'+((s=f.each.call(r!=n?r:t.nullContext||{},r!=n?r.Contact:r,{name:"each",hash:{},fn:t.program(11,o,0),inverse:t.noop,data:o}))!=n?s:i)+u},"11":function(r,f,e,o,s){var c,h;return'<span class="contact'+r.escapeExpression((h=(h=e.index||s&&s.index)!=n?h:e.helperMissing,typeof h===t?h.call(f!=n?f:r.nullContext||{},{name:"index",hash:{},data:s}):h))+'">'+((c=r.lambda(f,f))!=n?c:i)+u},"13":function(i,r,u,f,e){var o;return"<p>"+i.escapeExpression((o=(o=u.Message||(r!=n?r.Message:r))!=n?o:u.helperMissing,typeof o===t?o.call(r!=n?r:i.nullContext||{},{name:"Message",hash:{},data:e}):o))+"<\/p>"},useData:!0})}(),function(){var t=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};n=n.Core=n.Core||{};n.scrollbarwidth=t({compiler:[7,">= 4.0.0"],main:function(){return'<div style="visibility: hidden; width: 100px; height: 100px; overflow: hidden;"><p style="width: 100px; height: 200px;">Unused/invisible text content<\/p><\/div>'},useData:!0})}(),function(){var r="getStringResource",u='<div class="organizationTimeStamp">',t="<\/div>",n=null,f=Handlebars.template,i=$$WP.Templates=$$WP.Templates||{};i=i.Core=i.Core||{};i.externalorganizationdetails=f({compiler:[7,">= 4.0.0"],main:function(i,r,u,f,e){var h="OrganizationName",s="function",c,o;return'<div class="organization extraWide" data-id="ignore"><img class="organizationLogo extraWide" src="'+i.escapeExpression((o=(o=u.LogoUrl||(r!=n?r.LogoUrl:r))!=n?o:u.helperMissing,typeof o===s?o.call(r!=n?r:i.nullContext||{},{name:"LogoUrl",hash:{},data:e}):o))+'" title="'+i.escapeExpression((o=(o=u.OrganizationName||(r!=n?r.OrganizationName:r))!=n?o:u.helperMissing,typeof o===s?o.call(r!=n?r:i.nullContext||{},{name:h,hash:{},data:e}):o))+'" alt="" aria-hidden="true"/><div class="organizationName extraWide">'+i.escapeExpression((o=(o=u.OrganizationName||(r!=n?r.OrganizationName:r))!=n?o:u.helperMissing,typeof o===s?o.call(r!=n?r:i.nullContext||{},{name:h,hash:{},data:e}):o))+t+((c=(u.ifEquals||r&&r.ifEquals||u.helperMissing).call(r!=n?r:i.nullContext||{},r!=n?r.LinkType:r,3,{name:"ifEquals",hash:{},fn:i.program(1,e,0),inverse:i.program(3,e,0),data:e}))!=n?c:"")+t},"1":function(i,f,e,o,s){var h="@MYCHART@ORGTIMESTAMP@";return i.escapeExpression((e.addStringResourceMnemonic||f&&f.addStringResourceMnemonic||e.helperMissing).call(f!=n?f:i.nullContext||{},h,f!=n?f.FormattedLocalTimeStamp:f,{name:"addStringResourceMnemonic",hash:{},data:s}))+u+i.escapeExpression((e.getStringResource||f&&f.getStringResource||e.helperMissing).call(f!=n?f:i.nullContext||{},"OrgUpdatedLabel",{name:r,hash:{},data:s}))+t+i.escapeExpression((e.removeStringResourceMnemonic||f&&f.removeStringResourceMnemonic||e.helperMissing).call(f!=n?f:i.nullContext||{},h,{name:"removeStringResourceMnemonic",hash:{},data:s}))},"3":function(i,f,e,o,s){return u+i.escapeExpression((e.getStringResource||f&&f.getStringResource||e.helperMissing).call(f!=n?f:i.nullContext||{},"OrgUpToDate",{name:r,hash:{},data:s}))+t},useData:!0})}(),function(){var r="ExternalIconAlt",u="makeStaticLink",f='<img class="externalicon" data-altnode="ExternalIconAlt" data-id="externalicon" src="',i="getStringResource",n=null,e=Handlebars.template,t=$$WP.Templates=$$WP.Templates||{};t=t.Core=t.Core||{};t.externalorganizationicon=e({compiler:[7,">= 4.0.0"],main:function(t,r,u,f,e){var o;return'<div class="popupiconcontainer" data-id="ignore"><a href="javascript:void(0)" class="popupinstructionsicon" data-id="ignore" role="button">'+((o=u["if"].call(r!=n?r:t.nullContext||{},r!=n?r.IncompleteH2GSetup:r,{name:"if",hash:{},fn:t.program(1,e,0),inverse:t.program(3,e,0),data:e}))!=n?o:"")+'<\/a><div class="popupInstructions extraWide autowidth hidden" data-id="ignore"><span class="subtle">'+t.escapeExpression((u.getStringResource||r&&r.getStringResource||u.helperMissing).call(r!=n?r:t.nullContext||{},"OrgNameLabel",{name:i,hash:{},data:e}))+"<\/span>"+((o=(u.ifArray||r&&r.ifArray||u.helperMissing).call(r!=n?r:t.nullContext||{},r,{name:"ifArray",hash:{},fn:t.program(5,e,0),inverse:t.program(6,e,0),data:e}))!=n?o:"")+"<\/div><\/div>"},"1":function(t,e,o,s,h){return f+t.escapeExpression((o.makeStaticLink||e&&e.makeStaticLink||o.helperMissing).call(e!=n?e:t.nullContext||{},"images/CareEverywhere-With-Arrow.png",{name:u,hash:{},data:h}))+'" alt="'+t.escapeExpression((o.getStringResource||e&&e.getStringResource||o.helperMissing).call(e!=n?e:t.nullContext||{},r,{name:i,hash:{},data:h}))+'"/>'},"3":function(t,e,o,s,h){return f+t.escapeExpression((o.makeStaticLink||e&&e.makeStaticLink||o.helperMissing).call(e!=n?e:t.nullContext||{},"images/my1chartlogo.png",{name:u,hash:{},data:h}))+'" alt="'+t.escapeExpression((o.getStringResource||e&&e.getStringResource||o.helperMissing).call(e!=n?e:t.nullContext||{},r,{name:i,hash:{},data:h}))+'"/>'},"5":function(t,i,r,u,f){var e;return(e=r.each.call(i!=n?i:t.nullContext||{},i,{name:"each",hash:{},fn:t.program(6,f,0),inverse:t.noop,data:f}))!=n?e:""},"6":function(t,i,r,u,f){var e;return(e=(r.addTemplate||i&&i.addTemplate||r.helperMissing).call(i!=n?i:t.nullContext||{},"Core.externalorganizationdetails",i,{name:"addTemplate",hash:{},data:f}))!=n?e:""},useData:!0})}(),function(){var t=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};n=n.Core=n.Core||{};n.externalloadingindicator=t({compiler:[7,">= 4.0.0"],main:function(n,t,i,r,u){var o=null,e,f,s,h="";return e=(f=(f=i.canShowExternalLoadingIndicator||(t!=o?t.canShowExternalLoadingIndicator:t))!=o?f:i.helperMissing,s={name:"canShowExternalLoadingIndicator",hash:{},fn:n.program(1,u,0),inverse:n.program(3,u,0),data:u},typeof f=="function"?f.call(t!=o?t:n.nullContext||{},s):f),i.canShowExternalLoadingIndicator||(e=i.blockHelperMissing.call(t,e,s)),e!=o&&(h+=e),h},"1":function(){return'<div class="loadingExt loading externalLoadingIndicator"><span class="lE-backorbit"><\/span><span class="lE-moon"><\/span><span class="lE-fullLogo"><\/span><span class="lE-panhandleAndCheck"><\/span><\/div>'},"3":function(){return'<div class="loadingIndicator"><div class="indicator"><\/div><\/div>'},useData:!0})}(),function(){var n=null,i=Handlebars.template,t=$$WP.Templates=$$WP.Templates||{};t=t.UI=t.UI||{};t.AjaxSpinner=i({compiler:[7,">= 4.0.0"],main:function(t,i,r,u,f){var o="ifEquals",e;return'<div role="'+((e=(r.ifEquals||i&&i.ifEquals||r.helperMissing).call(i!=n?i:t.nullContext||{},i!=n?i.polite:i,1,{name:o,hash:{},fn:t.program(1,f,0),inverse:t.program(3,f,0),data:f}))!=n?e:"")+'" class="ajaxspinner '+((e=(r.ifEquals||i&&i.ifEquals||r.helperMissing).call(i!=n?i:t.nullContext||{},i!=n?i.inline:i,1,{name:o,hash:{},fn:t.program(5,f,0),inverse:t.program(7,f,0),data:f}))!=n?e:"")+' hidden" aria-live="'+((e=(r.ifEquals||i&&i.ifEquals||r.helperMissing).call(i!=n?i:t.nullContext||{},i!=n?i.polite:i,1,{name:o,hash:{},fn:t.program(9,f,0),inverse:t.program(11,f,0),data:f}))!=n?e:"")+'"><div class="loadingmessage">'+((e=r["if"].call(i!=n?i:t.nullContext||{},(e=i!=n?i.loadingMessage:i)!=n?e.length:e,{name:"if",hash:{},fn:t.program(13,f,0),inverse:t.program(15,f,0),data:f}))!=n?e:"")+'<div class="loadingHeart"><\/div><\/div><\/div>'},"1":function(){return""},"3":function(){return"alert"},"5":function(){return" defaultajaxinline "},"7":function(){return" defaultajaxoverlay "},"9":function(){return"polite"},"11":function(){return"off"},"13":function(t,i,r,u,f){var e;return t.escapeExpression((e=(e=r.loadingMessage||(i!=n?i.loadingMessage:i))!=n?e:r.helperMissing,typeof e=="function"?e.call(i!=n?i:t.nullContext||{},{name:"loadingMessage",hash:{},data:f}):e))},"15":function(t,i,r,u,f){return t.escapeExpression((r.getStringResource||i&&i.getStringResource||r.helperMissing).call(i!=n?i:t.nullContext||{},"AjaxMessage","Global",{name:"getStringResource",hash:{},data:f}))},useData:!0})}();$$WPUtil.guaranteeExistence($$WP,"Controllers");$$WPControl=$$WP.Controllers;$$WPControl.Controller=function(n){var t=this;t.WP$BaseObject();$$WPUtil.IsNullOrEmpty(n)&&(n="");t._ViewInstance=n;t._GUID=t._GUID+t._ViewInstance};$$WPControl.Controller.prototype={_GUID:"5AF32D57-2448-43E5-854F-45E1F1D38193_Controller",_ViewInstance:"",proxify:function(){for(var t=this,n,r=arguments||[],i=0;i<r.length;i++){if(n=r[i],typeof t[n]!="function"){$$WP.Debug.logError(n+" is not a function. Cannot proxify it.");continue}t[n]=$.proxy(t[n],t)}}};$$WPControl.Controller.extend($$WP.BaseObject,"WP$Controllers$Controller");$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{};$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[];$$WP.Debug.UnitTest.tests.push(function(){var r="body",u,t,n,i;u=$$WP.Debug.UnitTest.assert;t=function(){};t.prototype={callbackInvoked:!1,onTest:function(){this.callbackInvoked=!0},onTest2:function(){this.callbackInvoked=!0},onTest3:function(){this.callbackInvoked=!0}};t.extend("Controllers.Controller");i="unittest_controller_proxify";n=new t;n.proxify("onTest","onTest2","onTest3");u(n.hasOwnProperty("onTest")&&n.hasOwnProperty("onTest2")&&n.hasOwnProperty("onTest3"),"Proxify did not copy all of the methods to the instance object.");$afe.select(r).on(i,n.onTest);$afe.select(r).trigger(i);u(n.callbackInvoked,"Proxified method was not invoked as an event callback");n.callbackInvoked=!1;$afe.select(r).off(i,n.onTest);n=null});typeof $$WP.Components=="undefined"&&($$WP.Components={TITLEBARIDENTIFIER:"titlebar",TOOLBARIDENTIFIER:"toolbar",__Instances:[],getInstance:function(n){return $$WPComp.__Instances[n]},isComponent:function(n){return!n||isNaN(n.ComponentNumber)?!1:n instanceof $$WPComp.Component?!0:typeof n.Components$Component=="function"?!0:!1},applySettings:function(n,t){t=$$WPUtil.mergeObjects(n,t,!1,!0);var r,i;if(r=function(n,t){t.Class&&(" "+n.Class+" ").indexOf(t.Class)===-1&&(n.Class+=" "+t.Class)},!t.__prototypeProcessed){for(r(t,t._constructor.prototype),i=t._constructors.length-1;i>-1;i--)r(t,t._constructors[i].prototype);t.__prototypeProcessed=!0}},ComplexObjects:{},_Events:{_onoff:function(n,t){var i,r,u,e,f,o,s=n.__Events;for(i in s)if(r=s[i],Array.isArray(r))for(u=r.length-1;u>-1;u--){e=r[u].$listeningElement||n.$container;f="";for(o in r[u])o!=="$listeningElement"&&(f+=o+" ");t==="on"?e[t](f,i==="empty"?"":i,{},$$WPComp._Events._eventProcessor):e[t](f,i==="empty"?"":i,$$WPComp._Events._eventProcessor)}},on:function(n){$$WPComp._Events._onoff(n,"on")},off:function(n){$$WPComp._Events._onoff(n,"off")},_eventProcessor:function(n,t){var s="data-component-id",h="[data-component-id]",c="disabled",r,i,f,u,l,o,e;if(n.type!=="resize"&&$$WPUtil.setActivity(),n.$target=$afe.jq(n.target),n.$target.hasClass(c)){n.preventDefault();return}if(n.$dataId=n.$target.closest("[data-id]"),n.$dataId.hasClass(c)){n.preventDefault();return}for(n.dataId=n.$dataId.safeAttr("data-id"),r=$$WPComp.getInstance($afe.jq(n.delegateTarget).closest(h).safeAttr(s));r;){if(r.__Events){for(f=r.__Events[n.handleObj.selector===""?"empty":n.handleObj.selector],i=f.length-1;i>-1;i--){for(o=!1,e=0;e<f[i].$listeningElement.length;e++)if(f[i].$listeningElement.get(e)===n.delegateTarget){o=!0;break}if(o)break}if(i!==-1){if(u=f[i][n.type],!u)return;for(i=u.length-1;i>-1;i--)if(u[i].fun&&(l=u[i].fun.apply(u[i].context||r,[n,t]),l===!1))return $$WPUtil.preventEvent(n),!1}}r=$$WPComp.getInstance(r.$container.parent().closest(h).safeAttr(s))}}},__Server:{waitingFor:0}},$$WPComp=$$WP.Components,$$WPComp.ComplexObjects.Image=function(n,t,i,r){var u=this;u.Src=n;u.Class=t;u.Alt=i;u.Title=typeof r=="undefined"?i:r},$$WPComp.ComplexObjects.Image.prototype={Src:"",Class:"",Alt:"",Title:""},$$WPComp.ComplexObjects.Button=function(n,t,i,r,u){var f=this;f.Text=n;f.Image=t;f.Class=i;f.Identifier=r;u!==null&&(f.Title=u)},$$WPComp.ComplexObjects.Button.prototype={Text:"",Image:$$WPComp.ComplexObjects.Image.prototype,Class:"",Identifier:"",Title:""},$$WPComp.ComplexObjects.ButtonBar=function(n,t,i,r,u){var f=this;f.Text=n;f.Image=t;f.Class=i;f.Buttons=r;f.Identifier=u},$$WPComp.ComplexObjects.ButtonBar.prototype={Buttons:[],Identifier:"",Text:"",Image:$$WPComp.ComplexObjects.Image.prototype,Class:"",HasText:function(){return this.Text&&this.Text.toString()}},$$WPComp.Component=function(n){var t=this,i;t.BaseObject();$$WPComp.applySettings(n,t);t.ComponentNumber=$$WPComp.__Instances.length;$$WPComp.__Instances.push(t);t.Tag=t.Tag||"div";t.$container||(t.$container=$afe.jq(document.createElement(t.Tag)));t.$container.addClass(t.Class);t.$container.safeAttr("data-component-id",String(t.ComponentNumber));t.$content=$afe.jq(document.createElement("div")).addClass("content");t.$container.safeAppend(t.$content);t._visible=!0;(t.Components$Component$hide||t.hide).apply(t);t.CommunicationsIndicator===!1||$$WPComp.isComponent(t.CommunicationsIndicator)||(typeof t.CommunicationsIndicator!="string"&&(t.CommunicationsIndicator=$$WP.Strings.getForTemplate("GenericLoadingMessage","Global")),t.DataFromMultipleSources?(t.CommunicationsIndicator=new $$WPComp.InlineLoadingComponentWithSources({Data:{PrimaryMessage:t.CommunicationsIndicator},AreaName:t.AreaName,DataFromMultipleSources:!0}),t.CommunicationsIndicator.parentComponent=t):t.CommunicationsIndicator=new $$WPComp.InlineLoadingComponent({Data:{PrimaryMessage:t.CommunicationsIndicator}}));t.SupportAnimations&&$$WPBehav.AnimateHeights.add(t);t.LoadParameters&&(t.load(t.LoadParameters),delete t.LoadParameters);t.Html!==null&&typeof t.Html!="undefined"&&(t.html(t.Html),delete t.Html);t.TitleText===""&&(i=$$WP.Strings.getNamespace(t.StringsNamespace),t.TitleText=i.getStringForTemplate("Title"));t.addEventListener("click",t._componentClick)},$$WPComp.Component.prototype={MaintainFocus:!1,StringsNamespace:"Global",__Server:{waitingFor:0},CommunicationsIndicator:$$WP.Strings.getForTemplate("GenericLoadingMessage","Global"),_visible:!1,$parent:null,$toolbar:null,$title:null,ContainerComponent:null,ComponentNumber:Number,FocusOnClose:null,Tag:"div",Class:"component",ToolbarButtons:null,TitleText:"",TitleButtons:[],TitleImage:null,IsClosable:!1,SupressTitle:!1,AlwaysShowExpandIcon:!1,AlwaysShowViewMore:!1,ShowPocExpandIcon:!1,SupportAnimations:!1,$container:null,$content:null,_shownOnce:!1,_isDisposed:!1,_Title:null,AreaName:"",DataFromMultipleSources:!1,addEventListener:function(n,t,i,r,u){var f=this,o,e,s;for(f.isVisible()&&$$WPComp._Events.off(f),r=r||f.$container,u=u||"empty",f.__Events=f.__Events||{},f.__Events[u]=f.__Events[u]||[],o=f.__Events[u],s=o.length-1;s>-1&&!e;s--)if(r===o[s].$listeningElement){e=o[s];break}if(e||(e={$listeningElement:r},o.push(e)),e[n]=e[n]||[],e[n].push({fun:t,context:i}),f.isVisible())$$WPComp._Events.on(f)},removeEventListener:function(n,t,i,r){var f=this,s,u,o,e,h;for(f.isVisible()&&$$WPComp._Events.off(f),i=i||f.$container,r=r||"empty",s=f.__Events[r],o=s.length-1;o>-1&&!u;o--)if(i===s[o].$listeningElement){u=s[o];break}if(u[n]){for(e=u[n].length-1;e>-1;e--)if(u[n][e].fun===t){u[n]=u[n].slice(e,e);break}if(u[n].length===0){delete u[n];e=-1;for(h in u)e++;e===0&&(f.__Events[r]=s.slice(o,o),f.__Events[r].length===0&&delete f.__Events[r])}}if(f.isVisible())$$WPComp._Events.on(f)},_componentClick:function(n){var t="viewmore";return n.dataId===t||n.dataId===$$WPComp.TITLEBARIDENTIFIER+t?(this.showAllContentInPopup(),!1):n.dataId===$$WPComp.TITLEBARIDENTIFIER+"close"||n.dataId===$$WPComp.TOOLBARIDENTIFIER+"close"?(this.dispose(!0),!1):void 0},showAllContentInPopup:function(){var i="max-height",t="100%",r,n,u;u=$$WP.Strings.getNamespace("Core.Component");n=this.copy({SupportAnimations:!1});r=new $$WPContain.Popup({Components:[n],TitleText:this._Title.HasText()||u.getStringForTemplate("ShowingAllContent"),positioningFunction:$$WPContain.Positions.InsideCentered,Size:$$WPContain.Popup.SizeEnum.LARGE});n.$container.css("height",t);n.$container.css(i,t);n.$content.css("height",t);n.$content.css(i,t);n.show();r.show()},hasTitle:function(){var n=this;return n._Title?n.IsClosable||n._Title.HasText()||n._Title.Buttons&&n._Title.Buttons.length>0:!1},setTitle:function(n,t,i,r,u){var e="textlessTitle",f=this,o;f.IsClosable=typeof r=="boolean"?r:f.IsClosable&&n!==null;f.$container.removeClass(e);f._Title=new $$WPComp.ComplexObjects.ButtonBar(n,i,"titlebar",$$WPUtil.copyObject(t),$$WPComp.TITLEBARIDENTIFIER);f.$title&&f.$title.remove();f.hasTitle()?(f.IsClosable&&!f._Title._addedCloseButton&&(f._Title.Buttons=f._Title.Buttons||[],o=$$WP.Strings.getNamespace("Core.Component"),f._Title.Buttons.push(new $$WPComp.ComplexObjects.Button("",new $$WPComp.ComplexObjects.Image(makeStaticLink("images/close_popup.svg")),"cancelworkflow","close",o.getStringForTemplate("ClosePopupAlt"))),f._Title._addedCloseButton=!0),u&&(f._Title.ExpandBtn=u),f._Title.HasText()||f.$container.addClass(e),f.$title=$afe.renderTemplate($$WP.Templates.Core.ButtonBar,f._Title),f.$title.find(".button").removeClass("button"),f.$container.safePrepend(f.$title)):f.$title=dangerou$.parseHtml("<div><\/div>");f._titleSetOnce=!0},focus:function(n){try{this.FocusOnClose=WP.DOM.Search.getFocused(document.body)}catch(i){}try{var t=(n?this.$content:this.$container).get(0);WP.DOM.Search.getNextFocusable(t).focus()}catch(r){}},html:function(n,t){var u="column_2",r="function",i=this,f;if(n===null||typeof n=="undefined"){$$WP.Debug.logError("Trying to set non-existant html in a component...");return}if(n instanceof Handlebars.SafeString)$$WP.Debug.logError("A Component's HTML should be a String. It's currently a Handlebars.SafeString. Setting the content anyway..."),n=n.toString();else if(typeof n!="string"){$$WP.Debug.logError("A Component's HTML must be a String. It's currently a(n) "+typeof n+".");return}n.search("<body")!==-1&&(n="<div class='errormessage'>"+$$WP.Strings.get("WidgetErrorMessage")+"<\/div>");i.maintainFocus(t);$$WPUtil&&typeof $$WPUtil.removePopupListener===r&&$$WPUtil.removePopupListener(i.$content);dangerou$.setHtml(i.$content,$$WP.Strings.getNamespace().replaceMnemonics(n||""));i.isVisible()&&(f=$$WPUtil.getScrollTop(),i.$container.trigger("resize"),$$WPUtil.setScrollTop(f),$$WP&&$$WP.Utilities&&$$WP.Utilities.UI&&(isDataTile()&&(i.$content.find(".cardlist.column_3").removeClass("column_3").addClass(u),i.$content.find(".cardlist.column_4").removeClass("column_4").addClass(u)),i.$content.find(".cardlist").trigger("cardLoad"),i.$content.find(".navparent").length>0&&typeof $$WP.Utilities.UI.NavTabs===r&&$$WP.Utilities.UI.NavTabs({})));$$WPUtil&&typeof $$WPUtil.addPopupListener===r&&$$WPUtil.addPopupListener(i.$content)},maintainFocus:function(n){var t=this;if(t.MaintainFocus&&$.contains(t.$content.get(0),document.activeElement)){if(t._previouslyFocused=document.activeElement,t._nextFocusSelect=null,document.activeElement.id)t._nextFocusSelect="#"+document.activeElement.id;else if(n)t._nextFocusSelect=n;else{WP.DOM.Search.getPreviousFocusable(t.$container.get(0)).focus();return}window.setTimeout(function(n){var t=$$WP.Components.getInstance(n),i;t._nextFocusSelect&&(i=t.$content.find(t._nextFocusSelect).get(0));i||(i=t);i.focus()},50,[t.ComponentNumber])}},dispose:function(){var n=this,t;if(!n._isDisposed){for(n.$container.hasClass("capped")&&$afe.select("#footer").removeClass("moving"),n.hide(),n.SupportAnimations&&$$WPBehav.AnimateHeights.remove(n),n.$container.empty(),n.$container.remove(),$$WPComp.__Instances[n.ComponentNumber]&&($$WPComp.__Instances[n.ComponentNumber]=null),t=$$WPComp.__Instances;t[t.length-1]===null;)t.pop();n._isDisposed=!0;n.ContainerComponent&&n.ContainerComponent._Components.length===1&&n.ContainerComponent.dispose();matchWrapHeight()}},show:function(){var n=this,t,i;if(n._visible!==!0){if(n._isDisposed){console.error("Cannot shown disposed component number "+n.ComponentNumber);return}if($$WP.Debug.UpdateTopMarginForBanners(),n._visible=!0,n.$container.removeClass("hidden"),!n._shownOnce){if(n._titleSetOnce||n.setTitle(n.TitleText,n.TitleButtons,n.TitleImage,n.IsClosable),n.setToolbar(n.ToolbarButtons),i=n.$container.parent(),i.length===0?n.$parent?n.$parent.safeAppend(n.$container):console.error("Cannot show component that has no $parent"):n.$parent=i,n.SupportAnimations&&n.$container.closest(".SupportsAnimations").length===0){for(t=n;t.ContainerComponent;)t=t.ContainerComponent;t.$container.addClass("SupportsAnimations")}n._shownOnce=!0}$$WPComp._Events.on(n);n.isVisible()&&(n.$container.trigger("resize"),n.$content.find(".cardlist").trigger("cardLoad"))}},hide:function(){var n=this,t;n._visible!==!1&&(n._visible=!1,t=n.__containerTargetHeight||n.$container.outerHeight(!0),n.$container.addClass("hidden"),$$WPComp._Events.off(n),n.$container.parent().closest(".component").trigger("resize",{delta:-t}))},isVisible:function(){return this._visible&&this.$container.parent().length>0},copy:function(n){return new this._constructor(n)},capHeight:function(n){var l="images/widget_open.svg",f="ViewMoreLabel",u="",e=!0,r="viewmore",v="height",t=this,y,o,a,i,s,h,c,p;if(!isNaN(n)&&t._visible){if(t.$content.css(v,"auto"),n=Math.floor(n),p=0,y=t.$title.contentHeight()+t.$title.heightPadding(),o=n-t.$container.heightPadding()-y,a=t.$content.contentHeight(),i=t.$container.children("a.viewmore"),s=$$WP.Strings.getNamespace(t.StringsNamespace),t._Title&&t._Title.Buttons)if(t.ShowPocExpandIcon)t._Title.ExpandBtn&&(c=e);else for(h=0;h<t._Title.Buttons.length;h++)t._Title.Buttons[h].Identifier===r&&(c=e,p=h);a<=o?(t.AlwaysShowViewMore?(i.length||(i=$$WP.SimpleTemplates.Anchor({"class":"viewmore noFadeContent","data-id":r,href:makeLink(u)}),$$WP.Strings.setDisplayText(i,f,"Core.Component"),t.$container.safeAppend(i)),a+i.outerHeight(e)>o&&(t.$content.css(v,a-i.outerHeight(e)+"px"),i.removeClass("noFadeContent"))):i.length&&i.remove(),c&&!t.AlwaysShowExpandIcon?t.ShowPocExpandIcon?t.setTitle(t._Title.Text,t._Title.Buttons,t._Title.Image,t.IsClosable):t._Title&&t._Title.Buttons&&(t._Title.Buttons=t._Title.Buttons.slice(0,p),t.setTitle(t._Title.Text,t._Title.Buttons,t._Title.Image,t.IsClosable)):!c&&t.AlwaysShowExpandIcon&&t._Title&&(t._Title.Buttons=t._Title.Buttons||[],t.ShowPocExpandIcon?(t._Title.ExpandBtn=new $$WPComp.ComplexObjects.Button(u,new $$WPComp.ComplexObjects.Image(makeStaticLink(l),u,s.getStringForTemplate(f)),r,r),t.setTitle(t._Title.Text,t._Title.Buttons,t._Title.Image,t.IsClosable,t._Title.ExpandBtn)):(t._Title.Buttons.push(new $$WPComp.ComplexObjects.Button(u,new $$WPComp.ComplexObjects.Image(makeStaticLink(l),u,s.getStringForTemplate(f)),r,r)),t.setTitle(t._Title.Text,t._Title.Buttons,t._Title.Image,t.IsClosable)))):(i.length===0&&(i=$$WP.SimpleTemplates.Anchor({"class":r,"data-id":r,href:makeLink(u)}),$$WP.Strings.setDisplayText(i,f,t.StringsNamespace),t.$container.safeAppend(i),c||t._Title&&(t._Title.Buttons=t._Title.Buttons||[],t.ShowPocExpandIcon?(t._Title.ExpandBtn=new $$WPComp.ComplexObjects.Button(u,new $$WPComp.ComplexObjects.Image(makeStaticLink(l),u,s.getStringForTemplate(f)),r,r),t.setTitle(t._Title.Text,t._Title.Buttons,t._Title.Image,t.IsClosable,t._Title.ExpandBtn)):(t._Title.Buttons.push(new $$WPComp.ComplexObjects.Button(u,new $$WPComp.ComplexObjects.Image(makeStaticLink(l),u,s.getStringForTemplate(f)),r,r)),t.setTitle(t._Title.Text,t._Title.Buttons,t._Title.Image,t.IsClosable)),o-=t.$title.contentHeight()+t.$title.heightPadding()-y)),t.$content.css(v,o-i.outerHeight(e)+"px"))}},setToolbar:function(n){var i="notoolbar",t=this;t.$container.removeClass(i);t.ToolbarButtons=$$WPUtil.copyObject(n);n&&n.length?(t.$toolbar&&t.$toolbar.remove(),t.$toolbar=$afe.renderTemplate($$WP.Templates.Core.ButtonBar,new $$WPComp.ComplexObjects.ButtonBar("",null,"toolbar",t.ToolbarButtons,$$WPComp.TOOLBARIDENTIFIER)),t.$container.safeAppend(t.$toolbar)):t.$container.addClass(i)},waitingForRequest:function(n){return typeof n=="string"?this.__Server[n]?this.__Server[n].waitingFor>0:0:this.__Server.waitingFor>0},makeRequest:function(n,t,i,r){var s="@MYCHART@UNLOADEDCOMPONENTS@",e=!1,u=this,h,f,o;if(n.url)return t=t||"other",i===e||$$WPComp.isComponent(i)||((typeof i=="undefined"||i===null||i===!0)&&(i=u.CommunicationsIndicator),i===e||$$WPComp.isComponent(i)||(typeof i!="string"&&(i=$$WP.Strings.getForTemplate("GenericLoadingMessage","Global")),i=new $$WPComp.InlineLoadingComponent({Data:{PrimaryMessage:i}}))),$$WPComp.isComponent(i)&&i.refresh(),n=$$WPUtil.mergeObjects({type:"POST",data:{},dataType:"html",cache:e},n,e),h={CommunicationsIndicator:i,Options:n,success:n.success,failure:n.failure,callbackParam:r},n.success=u.__serverSuccess,n.error=u.__serverFailed,n.url=$$WPUtil.addUrlParameter(n.url,"ComponentNumber",u.ComponentNumber),u.__Server[t]=u.__Server[t]||{length:0,waitingFor:0},f=u.__Server[t],f[f.length]=h,n.context={ComponentNumber:u.ComponentNumber,Identifier:t,RequestNumber:f.length},++f.length,++f.waitingFor,u.__Server.waitingFor++,$$WPComp.isComponent(i)&&i.show(u.$container),$.ajax(n),$$WPComp.__Server.waitingFor++,o=$$WP.Strings.getNamespace("Global"),o.addMnemonic(s,$$WPComp.__Server.waitingFor.toString()),$afe.select("#skiplink").text(o.getString("GlobalLoadingIndicator")),o.removeMnemonic(s),n.context.RequestNumber},cancelRequest:function(n,t){if(this.__Server[n]){var i=this.__Server[n][t];if(i.canceled=!0,$$WPComp.isComponent(i.CommunicationsIndicator)){try{i.CommunicationsIndicator.hide(this.$container)}catch(r){}$$WPComp.__Server.waitingFor--}}},__serverSuccess:function(n){var t;t=$$WPComp.getInstance(this.ComponentNumber);t.__serverCallback(this.Identifier,this.RequestNumber,n,"success")},__serverFailed:function(n){var t;t=$$WPComp.getInstance(this.ComponentNumber);t.__serverCallback(this.Identifier,this.RequestNumber,n,"failure")},__serverCallback:function(n,t,i,r){var o="#skiplink",s="@MYCHART@UNLOADEDCOMPONENTS@",u=this,f,e;if(f=u.__Server[n][t],u.__Server[n].waitingFor--,u.__Server.waitingFor--,u.__Server[n].waitingFor===0?delete u.__Server[n]:delete u.__Server[n][t],!f.canceled){if($$WPComp.isComponent(f.CommunicationsIndicator))try{f.CommunicationsIndicator.hide(u.$container)}catch(h){}typeof f[r]=="function"?f[r].apply(u,[i,f.callbackParam]):console.error("Could not find appropriate callback for value returned by server.\nThe value returned was: "+i+".\t\nThe component number was: "+u.ComponentNumber+".\t\nIts container's class was: "+u.$container.get(0).className);$$WPComp.__Server.waitingFor--}e=$$WP.Strings.getNamespace("Global");$$WPComp.__Server.waitingFor>0?(e.addMnemonic(s,$$WPComp.__Server.waitingFor.toString()),$afe.select(o).text(e.getString("GlobalLoadingIndicator")),e.removeMnemonic(s)):$afe.select(o).text(e.getString("SkipNavigationText"))},load:function(){console.error("Components must declare a load function")}},$$WPComp.Component.extend("BaseObject"));$afe.onDocumentReady(function(){$$WP.Strings.add("SkipNavigationText",$afe.select("#skiplink").text(),"Global")});$$WP.$body=$$WP.$body||$afe.select("body"),function(){var r="function",n=null,t=function(n){var t=this,r,u,f;if(t.WP$BaseObject(),t.ModelId=e++,t._propertyListeners=[],i[t.ModelId]=t,$.type(n)==="object"&&Array.isArray(t.s_dataMembers))for(f=t._constructor.prototype,u=0;u<t.s_dataMembers.length;u++)r=t.s_dataMembers[u],f.hasOwnProperty(r)||$$WP.Debug.logError(t._constructor._className+" defined '"+r+"' in s_dataMembers, but that field was not defined in the prototype."),r in n&&(t[r]=n[r])},u={s_dataMembers:n,ModelId:n,_propertyListeners:n,addPropertyListener:function(n,t,i){var r;return r={propertyName:n,callback:t,contextData:i,listenerId:o++},this._propertyListeners.push(r),r.listenerId},removePropertyListener:function(n){for(var t=0;t<this._propertyListeners.length;t++)if(this._propertyListeners[t].listenerId===n){this._propertyListeners.splice(t,1);return}},setProperty:function(n,t){var i=this,f,e,u,r;if(f=i[n],f!==t)for(i[n]=t,e={model:i,propertyName:n,from:f,to:t},u=0;u<i._propertyListeners.length;u++)r=i._propertyListeners[u],(r.propertyName===n||$$WPUtil.IsNullOrEmpty(r.propertyName))&&r.callback(e,r.contextData)},toRawObject:function(){for(var u={},t,n,i=0;i<this.s_dataMembers.length;i++)t=this.s_dataMembers[i],n=this[t],u[t]=$$WPUtil.IsNullOrEmpty(n)||typeof n.WP$Common$Model!==r?n:n.toRawObject();return u},dispose:function(){delete i[this.ModelId]},proxify:function(){for(var t=this,n,u=arguments||[],i=0;i<u.length;i++){if(n=u[i],typeof t[n]!==r){$$WP.Debug.logError(n+" is not a function. Cannot proxify it.");continue}t[n]=$.proxy(t[n],t)}}},f=function(t){return i[t]||n},e=1,o=1,i={};t.prototype=u;t.getInstance=f;$$WP.Common=$$WP.Common||{};$$WP.Common.Model=t;t.extend($$WP.BaseObject,"WP$Common$Model")}();$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{};$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[];$$WP.Debug.UnitTest.tests.push(function(){var n=$$WP.Debug.UnitTest.assert}),function(){var h="function",u="array",f="set",o="object",n=null,c="undefined",r=!0,i=",",l=$$WP.Common.Model,t=function(n,t,u){var f=this,p,o,a,y,v,h,l;for(n=n||[],t=t||[],u=u||[],p=$$WP.Debug.UnitTest.assert,f._indexDefinitions={},f._indexDefinitionsByProperty={},f._indices={},f._monitoredProperties={},f._monitoredEvents={add:[],remove:[]},f._modelId2listenerId={},f._indexedProperties={},f._mutexRules={},f.Models=[],f._changeBatch={changesMap:{},changeEventData:{},openBatchCounter:0,collectionEvents:{}},f._onPropertyChanged=$.proxy(f._onPropertyChanged,f),o=0;o<n.length;o++){for(a=new s(n[o]),y=a.propertyNames,v=0;v<y.length;v++)h=y[v],p(h.indexOf(i)===-1,"Indexed property names cannot contain commas. It will corrupt the index definitions."),f._indexedProperties[h]=r,f._indexDefinitionsByProperty[h]=f._indexDefinitionsByProperty[h]||[],f._indexDefinitionsByProperty[h].push(a);f._indexDefinitions[a.indexName]=a;f._indices[a.indexName]={}}for(o=0;o<t.length;o++)h=t[o],f.addMonitoredProperty(h);for(o=0;o<u.length;o++){if(l=new e(u[o],f),typeof l.indexDefinition===c){$$WP.Debug.logError("'"+h+"' is not indexed by itself and therefore cannot have mutex rules.");return}f._mutexRules[l.propertyName]=f._mutexRules[l.propertyName]||{};f._mutexRules[l.propertyName][l.value]=l}},y={_indexDefinitions:n,_indexDefinitionsByProperty:n,_indices:n,_monitoredProperties:n,_monitoredEvents:n,_modelId2listenerId:n,_changeBatch:n,_indexedProperties:n,_mutexRules:n,Models:n,empty:function(){var n=this,t;for(n.openChangeBatch();n.Models.length>0;)t=n.Models[0],n.remove(t);n.closeChangeBatch()},add:function(n){var i=this,r,u;u=n.addPropertyListener("",i._onPropertyChanged);i._modelId2listenerId[n.ModelId]=u;i.Models.push(n);for(r in i._indexDefinitions)i._addToIndex(i._indexDefinitions[r],n);i._onCollectionEvent(t.AddEvent)},addRange:function(n){this.openChangeBatch();for(var t=0;t<n.length;t++)this.add(n[t]);this.closeChangeBatch()},remove:function(n){var i=this,r;if(i.Models.indexOf(n)!==-1){n.removePropertyListener(i._modelId2listenerId[n.ModelId]);i.Models.splice(i.Models.indexOf(n),1);for(r in i._indexDefinitions)i._removeFromIndex(i._indexDefinitions[r],n,n);i._onCollectionEvent(t.RemoveEvent)}},removeRange:function(n){this.openChangeBatch();for(var t=0;t<n.length;t++)this.remove(n[t]);this.closeChangeBatch()},getFromIndex:function(t,e,s){var a,l,y,h,c,p;if(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),l=t.join(i)+i,y=this._indices[l],typeof y!==o)return $$WP.Debug.logError("Index does not exist for "+l),n;if(t.length!==e.length)return $$WP.Debug.logError("Each specified property name must have a corresponding value"),n;if(h=v(y,e,!1),h===n)c=this._indexDefinitions[l],c.storeAs===f?h={size:0}:c.storeAs===u&&(h=[]);else if(s===r)if(c=this._indexDefinitions[l],c.storeAs===f){p={};for(a in h)p[a]=h[a];h=p}else c.storeAs===u&&(h=h.slice());return h},getFirstInIndex:function(t,i){var r=this.getFromIndex(t,i);return r===n?n:("size"in r&&(r=a(r)),Array.isArray(r)&&(r=r.length===0?n:r[0]),r)},getIndex:function(t){var r;return typeof t=="string"&&(t=[t]),r=t.join(i)+i,this._indices[r]||n},sortByIndex:function(n){if(this._indexedProperties[n])this.Models=this.Models.sort(function(t,i){return t[n]-i[n]});else throw"["+n+"] is not an indexed property on this collection.";},addMonitoredProperty:function(n){Array.isArray(this._monitoredProperties[n])||(this._monitoredProperties[n]=[])},addPropertyListener:function(n,t,i){var r;if(!Array.isArray(this._monitoredProperties[n])){$$WP.Debug.logError(n+" is not a monitorable property.");return}if(typeof t!==h){$$WP.Debug.logError("Property change listener must be a function");return}return r={callback:t,contextData:i,listenerId:p++},this._monitoredProperties[n].push(r),r.listenerId},removePropertyListener:function(n,t){var i,r;if(i=this._monitoredProperties[n],Array.isArray(i))for(r=0;r<i.length;r++)if(i[r].listenerId===t){i.splice(r,1);return}},addCollectionEventListener:function(n,t,i){var r;if(typeof t!==h){$$WP.Debug.logError("Event listener must be a function");return}return r={callback:t,contextData:i,listenerId:w++},this._monitoredEvents[n].push(r),r.listenerId},removeCollectionEventListener:function(n,t){var i,r;if(i=this._monitoredEvents[n],Array.isArray(i))for(r=0;r<i.length;r++)if(i[r].listenerId===t){i.splice(r,1);return}},openChangeBatch:function(){this._changeBatch.openBatchCounter++},closeChangeBatch:function(){var n=this,f,v,i,e,o,s,y,p,h,a,g,w,u,t,b,nt,k,tt,d;if(n._changeBatch.openBatchCounter!==0){if(n._changeBatch.openBatchCounter--,n._changeBatch.openBatchCounter<0){$$WP.Debug.logError("Tried to close the change batch, but there wasn't one open.");return}if(!(n._changeBatch.openBatchCounter>0)){v=n._changeBatch.changesMap;f=[];for(i in v)f.push(i);for(f.sort(),e=0;e<f.length;e++){i=f[e];o=l.getInstance(i);s=v[i];y={};for(t in n._indexedProperties)y[t]=typeof s[t]!==c?s[t].from:o[t];p={};for(t in s)if(a=n._indexDefinitionsByProperty[t],!$$WPUtil.IsNullOrEmpty(a))for(h=0;h<a.length;h++)p[a[h].indexName]=r;for(g in p)w=n._indexDefinitions[g],n._removeFromIndex(w,y,o),n._addToIndex(w,o)}nt=n._changeBatch.collectionEvents;u=n._changeBatch.changeEventData;n._changeBatch={changesMap:{},changeEventData:{},openBatchCounter:0,collectionEvents:{}};for(k in nt)for(tt in n._monitoredEvents[k])d=n._monitoredEvents[k][tt],d.callback(d.contextData);for(t in u){for(i in u[t])b=u[t][i],b.from===b.to&&delete u[t][i];$.isEmptyObject(u[t])||n._invokePropertyListeners(t,u[t])}}}},size:function(){return this.Models.length},contains:function(n){return this.Models.indexOf(n)!==-1},toArray:function(){return this.Models},toRawObjectArray:function(){for(var t=[],n=0;n<this.Models.length;n++)t[n]=this.Models[n].toRawObject();return t},_onCollectionEvent:function(n){var t=this,u,i;if(t._changeBatch.openBatchCounter>0)t._changeBatch.collectionEvents[n]=r;else for(u in t._monitoredEvents[n])i=t._monitoredEvents[n][u],i.callback(i.contextData)},_invokePropertyListeners:function(n,t){var i,u,r;if(i=this._monitoredProperties[n],Array.isArray(i))for(r=0;r<i.length;r++)u=i[r],u.callback(t,u.contextData)},_addToIndex:function(t,i){var a,h,c,e,l,s;for(h=t.propertyNames,c=this._indices[t.indexName],e=c,a=0;a<h.length-1;a++)l=i[h[a]],l!==n&&typeof l===o&&$$WP.Debug.logError("Indices will not work if the indexed value is a non-null object."),e=c[l]||{},c[l]=e,c=e;s=i[h[h.length-1]];t.storeAs===f?(e[s]=e[s]||{size:0},e[s][i.ModelId]=r,e[s].size++):t.storeAs===u?(e[s]=e[s]||[],e[s].push(i)):e[s]=i},_removeFromIndex:function(t,i,e){var h,l,c,s,a,o;for(l=t.propertyNames||[],c=[],h=0;h<l.length;h++)c[h]=i[l[h]];(s=c[c.length-1],a=this._indices[t.indexName],o=v(a,c,r),o!==n)&&(t.storeAs===f?(o[s]=o[s]||{size:0},o[s][e.ModelId]&&(delete o[s][e.ModelId],o[s].size--)):t.storeAs===u?(o[s]=o[s]||[],o[s].splice(o[s].indexOf(e),1),o[s].length===0&&delete o[s]):delete o[s])},_getMutexRule:function(t,i){var r=this._mutexRules[t]||{};return r=r[i],r||n},_onPropertyChanged:function(t){var r=this,f,u,i,v,a,h,s,e,c,o,l;if(f=t.model,u=f.ModelId,i=t.propertyName,v=r._indexedProperties[i],a=Array.isArray(r._monitoredProperties[i]),v||a){if(h=r._getMutexRule(t.propertyName,t.to),h!==n&&(l=r.getFirstInIndex(i,h.value),l!==n&&l[i]===h.value&&l!==f)){r.openChangeBatch();l.setProperty(i,h.bumpToValue);r._onPropertyChanged(t);r.closeChangeBatch();return}if(r._changeBatch.openBatchCounter>0)s=r._changeBatch.changesMap,s[u]=s[u]||{},s[u][i]=s[u][i]||{from:t.from},s[u][i].to=t.to,a&&(e=r._changeBatch.changeEventData,e[i]=e[i]||{},e[i][u]=s[u][i],e[i][u].model=f);else{if(v){for(c=r._indexDefinitionsByProperty[i],f[i]=t.from,o=0;o<c.length;o++)r._removeFromIndex(c[o],f,f);for(f[i]=t.to,o=0;o<c.length;o++)r._addToIndex(c[o],f)}a&&(e={},e[u]=t,r._invokePropertyListeners(i,e))}}}},s=function(n){var t=this,r=n.propertyNames;t.storeAs=n.storeAs;Array.isArray(r)||(r=[r]);t.propertyNames=r;t.indexName=t.propertyNames.join(i)+i},e;s.prototype={indexName:n,storeAs:n,propertyNames:n};e=function(n,t){var r=this;r.propertyName=n.propertyName;r.value=n.value;r.bumpToValue=n.bumpToValue;r.modelCollection=t;r.indexDefinition=t._indexDefinitions[r.propertyName+i]};e.prototype={propertyName:n,value:n,bumpToValue:n,indexDefinition:n,modelCollection:n};var a=function(t,i){var f,u,e=[];for(f in t)t[f]===r&&(u=l.getInstance(f),u!==n&&(i?e.push(u.toRawObject()):e.push(u)));return e},p=1,w=1,v=function(t,i,r){for(var u=t,f=0;f<i.length-1;f++)if(u=u[i[f]],$.type(u)!==o)return n;return r?u:u[i[i.length-1]]||n};t.prototype=y;t.modelIdSet2Array=a;t.IndexDefinition=s;t.MutexRule=e;t.AddEvent="add";t.RemoveEvent="remove";$$WP.Common=$$WP.Common||{};$$WP.Common.ModelCollection=t;t.extend($$WP.BaseObject,"WP$Common$ModelCollection")}();$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{};$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[];$$WP.Debug.UnitTest.tests.push(function(){var f="b",e="tester2",s="a",c="tester1",o=!0,w="Selected",u=null,t="Value",r="Name",i="Id",b=!1,k,a,h,n,v,y,p,l;n=$$WP.Debug.UnitTest.assert;k=$$WP.Common.Model;a=$$WP.Common.ModelCollection;l=function(n){return $.isPlainObject(n)&&n.hasOwnProperty("size")},function(){var n="single";h=function(n){this.WP$Common$Model(n);this.Selected=b};h.prototype={s_dataMembers:[i,r,t],Id:u,Name:u,Value:u,Selected:u};h.extend($$WP.Common.Model,"WP$Common$ModelCollection$Tester");v=[{propertyNames:w,storeAs:"set"},{propertyNames:i,storeAs:n},{propertyNames:r,storeAs:"array"},{propertyNames:t,storeAs:"set"},{propertyNames:[t,i],storeAs:n},{propertyNames:[i,t],storeAs:n},{propertyNames:[i,r,t],storeAs:n}];y=[t];p=[{propertyName:w,value:o,bumpToValue:b}]}(),function(){var u="The value of Models[0] did not match the expected value after the call to add()",i,r,t;t=new a(v,y,p);n(t.size()===0,"size() did not return 0 for a newly created ModelCollection");n(Array.isArray(t.Models)&&t.Models.length===0,"The Models property on the new ModelCollection was not properly initialized as an empty array");i=new h({Id:1,Name:c,Value:s});t.add(i);n(t.size()===1,"size() did not return 1 as expected after a call to add()");n(Array.isArray(t.Models)&&t.Models.length===1,"The Models property was not an array of length 1 as expected after the call to add()");n(Array.isArray(t.Models)&&t.Models[0]===i,u);r=new h({Id:2,Name:e,Value:f});t.add(r);n(t.size()===2,"size() did not return 2 as expected after the second call to add()");n(Array.isArray(t.Models)&&t.Models.length===2,"The Models property was not an array of length 2 as expected after the second call to add()");n(Array.isArray(t.Models)&&t.Models[0]===i,"The value of Models[0] did not match the expected value after the second call to add()");n(Array.isArray(t.Models)&&t.Models[1]===r,"The value of Models[1] did not match the expected value after the second call to add()");t.remove(i);n(t.size()===1,"size() did not return 1 as expected after the a call to remove()");n(Array.isArray(t.Models)&&t.Models.length===1,"The Models property was not an array of length 1 as expected after a call to remove()");n(Array.isArray(t.Models)&&t.Models[0]===r,u);t.remove(r);n(t.size()===0,"size() did not return 0 as expected after the a call to remove()");n(Array.isArray(t.Models)&&t.Models.length===0,"The Models property was not an array of length 0 as expected after a call to remove()");i.dispose()}(),function(){var nt="[Id, Name, Value] (single) index did not contain the expected instance.",tt="[Id, Value] (single) index did not contain the expected instance.",b,g,w,d;d=new a(v,y,p);b=new h({Id:1,Name:c,Value:s});d.add(b);n(k.getInstance(b.ModelId)===b,"ModelId-->instance map was not correctly updated when instance was first added to the collection.");w=d.getFromIndex(i,1);n(w===b,"[Id] (single) index was not correctly updated on first instance added.");w=d.getFromIndex(r,c);n(Array.isArray(w)&&w.length===1&&w[0]===b,"[Name] (array) index was not correctly updated on first instance added.");w=d.getFromIndex(t,s);n(l(w)&&w.size===1&&w[b.ModelId],"[Value] (set) index was not correctly updated on first instance added.");g=new h({Id:2,Name:e,Value:s});d.add(g);w=d.getFromIndex(t,s);n(l(w)&&w.size===2&&w[b.ModelId]&&w[g.ModelId],"[Value] (set) index was not correctly updated when a second instance with the same value was added.");b.setProperty(i,-1);w=d.getFromIndex(i,1);n(w===u,"[Id] (single) index was not correctly cleared under 1 when the instance's Id property changed from 1 to -1");w=d.getFromIndex(i,-1);n(w===b,"[Id] (single) index was not correctly set under -1 when the instance's Id property changed from 1 to -1");b.setProperty(r,e);w=d.getFromIndex(r,c);n(Array.isArray(w)&&w.length===0,"[Name] (array) index was not correctly cleared under 'tester1' when the instance's Name property changed from 'tester1' to 'tester2'");w=d.getFromIndex(r,e);n(Array.isArray(w)&&w.length===2&&w[0]===g&&w[1]===b,"[Name] (array) index was not correctly set under 'tester2' when the instance's Name property changed from 'tester1' to 'tester2'");b.setProperty(t,f);w=d.getFromIndex(t,s);n(l(w)&&w.size===1&&!w[b.ModelId]&&w[g.ModelId],"[Value] (set) index did not correctly remove the instance from the value 'a'");w=d.getFromIndex(t,f);n(l(w)&&w.size===1&&w[b.ModelId],"[Value] (set) index did not correctly move the instance to the value 'b'");w=d.getFromIndex(i,-1,o);n(w===b,"[Id] (single) index: failed to ignore the asCopy=true flag in getFromIndex(). ");w=d.getFromIndex(r,e,o);n(Array.isArray(w)&&w.length===2&&w[0]===g&&w[1]===b&&w!==d.getFromIndex(r,e)&&w!==d.getFromIndex(r,e,o)&&d.getFromIndex(r,e)===d.getFromIndex(r,e),"[Name] (array) index: failed to get a copy of the index storage structure from getFromIndex()");w=d.getFromIndex(t,f,o);n(l(w)&&w.size===1&&w[b.ModelId]&&w!==d.getFromIndex(t,f)&&w!==d.getFromIndex(t,f,o)&&d.getFromIndex(t,f)===d.getFromIndex(t,f),"[Value] (set) index: failed to get a copy of the index storage structure from getFromIndex()");w=d.getFirstInIndex(i,-1);n(w===b,"[Id] (single) index failed to get the correct instance with getFirstInIndex");w=d.getFirstInIndex(r,e);n(w===g,"[Name] (array) index failed to get the correct instance with getFirstInIndex");w=d.getFirstInIndex(t,f);n(w===b,"[Value] (set) index failed to get the correct instance with getFirstInIndex");w=d.getFromIndex([i,t],[b.Id,b.Value]);n(w===b,tt);w=d.getFromIndex([i,r,t],[b.Id,b.Name,b.Value]);n(w===b,nt);b.setProperty(i,1);b.setProperty(r,c);w=d.getFromIndex([i,t],[b.Id,b.Value]);n(w===b,tt);w=d.getFromIndex([i,r,t],[b.Id,b.Name,b.Value]);n(w===b,nt);d.remove(b);d.remove(g);w=d.getFromIndex(i,b.Id);n(w===u,"[Id] (single) index did not properly remove the removed instance");w=d.getFromIndex([i,t],[b.Id,b.Value]);n(w===u,"[Id, Value] (single) index did not properly remove the removed instance.");w=d.getFromIndex([i,r,t],[b.Id,b.Name,b.Value]);n(w===u,"[Id, Name, Value] (single) index did not properly remove the removed instance.");w=d.getFromIndex(i,"no instances have this Id");n(w===u,"[Id] (single) index did not return null for a value for which it had no instances");w=d.getFromIndex(r,"no instances have this Name");n(Array.isArray(w)&&w.length===0,"[Name] (array) index did not return an empty array for a value for which it had no instances");w=d.getFromIndex(t,"no instances have this Value");n(l(w)&&w.size===0,"[Value] (set) index did not return an empty set for a value for which it had no instances");b.dispose();g.dispose()}(),function(){function d(){var h="The instance was already removed from its original index location by changes made in an open change batch.";o=l.getFirstInIndex(i,1);n(o===w,h);o=l.getFirstInIndex(r,c);n(o===w,h);o=l.getFirstInIndex(t,s);n(o===w,h);o=l.getFirstInIndex(i,2);n(o===u,b);o=l.getFirstInIndex(r,e);n(o===u,b);o=l.getFirstInIndex(t,f);n(o===u,b)}function g(){var h="The instance was not removed from its original index location when the change batch was closed.";o=l.getFirstInIndex(i,1);n(o===u,h);o=l.getFirstInIndex(r,c);n(o===u,h);o=l.getFirstInIndex(t,s);n(o===u,h);o=l.getFirstInIndex(i,2);n(o===w,b);o=l.getFirstInIndex(r,e);n(o===w,b);o=l.getFirstInIndex(t,f);n(o===w,b)}var k="The instance was not removed from the index during removal. This should happen even if a change batch is open.",b="The instance was already moved to its new index location by changes made in an open change batch.",w,o,l;l=new a(v,y,p);w=new h({Id:1,Name:c,Value:s});l.add(w);l.openChangeBatch();l.openChangeBatch();w.setProperty(i,2);w.setProperty(r,e);w.setProperty(t,f);d();l.closeChangeBatch();d();l.closeChangeBatch();g();l.openChangeBatch();l.remove(w);o=l.getFirstInIndex(i,2);n(o===u,k);o=l.getFirstInIndex(r,e);n(o===u,k);o=l.getFirstInIndex(t,f);n(o===u,k);w.dispose()}(),function(){var t,i,r;r=new a(v,y,p);t=new h({Id:1,Name:c,Value:s});i=new h({Id:2,Name:e,Value:f});r.add(t);r.add(i);t.setProperty(w,o);n(t.Selected===o&&i.Selected===b,"Initially setting an instance to be selected failed");i.setProperty(w,o);n(t.Selected===b&&i.Selected===o,"Mutual exclusion did not behave as expected when setting the second instance to be selected");r.remove(i);t.setProperty(w,o);n(t.Selected===o&&i.Selected===o,"Mutual exclusion did not behave as expected with disposed instances");t.dispose();i.dispose()}(),function(){var i,w,u,b,k,e,l,r,d;r=new a(v,y,p);w=function(n,t){k=n;b=t;u=o};l={};d=r.addPropertyListener(t,w,l);i=new h({Id:1,Name:c,Value:s});r.add(i);r.openChangeBatch();i.setProperty(t,f);n(!u,"Callback was invoked during an open change batch");i.setProperty(t,s);r.closeChangeBatch();n(!u,"Callback was invoked after a change batch closed even though the net change was nothing");r.openChangeBatch();i.setProperty(t,f);i.setProperty(t,"c");r.closeChangeBatch();e=k[i.ModelId];n(u&&b===l&&$.type(e)==="object"&&e.from===s&&e.to==="c","Callback was not correctly invoked after multiple changes inside of a change batch.");i.dispose()}()}),function(){var n=null,i="Identifier",r=$$WP.Common.ModelCollection,t=function(n){this.WP$Common$Model(n)},u={s_dataMembers:[i,"PrimaryLocaleName","Language","ForceMetricUnits","DatePatterns","TimePatterns","Months","Days","DateSeparator","TimeSeparator","DecimalSeparator","GroupSeparator","RangeSeparator","DecimalPlaces","GroupSize","NegativePattern","CurrencySymbol","CurrencyCode","CurrencyDecimalPlaces","CurrencyGroupSize","CurrencyPositivePattern","CurrencyNegativePattern","PercentSymbol"],PrimaryLocaleName:n,Identifier:n,Language:n,ForceMetricUnits:n,DatePatterns:n,TimePatterns:n,Months:n,Days:n,DateSeparator:n,TimeSeparator:n,DecimalSeparator:n,GroupSeparator:n,RangeSeparator:n,DecimalPlaces:n,GroupSize:n,NegativePattern:n,CurrencySymbol:n,CurrencyCode:n,CurrencyDecimalPlaces:n,CurrencyGroupSize:n,CurrencyPositivePattern:n,CurrencyNegativePattern:n,PercentSymbol:n},f=function(){return new r(o)},e=function(r,u){var e,o,f,s;s=[];u.openChangeBatch();for(e in r)(o=r[e],typeof o=="object")&&(f=u.getFromIndex(i,e),f===n&&(f=new t(o),f.Identifier=e,u.add(f)),s.push(f));return u.closeChangeBatch(),s},o=[{propertyNames:i,storeAs:"single"}];t.prototype=u;t.createModelCollection=f;t.convertRawLocales=e;$$WP.I18N=$$WP.I18N||{};$$WP.I18N.Locale=t;t.extend($$WP.Common.Model,"WP$I18N$Locale")}();$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{};$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[];$$WP.Debug.UnitTest.tests.push(function(){var n=$$WP.Debug.UnitTest.assert});$$WPComp.ViewComponent=function(n){this.Components$Component(n)};$$WPComp.ViewComponent.prototype={Url:"",refresh:function(){var n=this,t=-n.$container.outerHeight(!0);n.load(n._lastRequest);t+=n.$container.outerHeight(!0);n.$container.trigger("resize",{delta:t})},copy:function(n){return n=n||{},n.Html=n.Html||this.$content.get(0).innerHTML,new this._constructor(n)},load:function(n,t){var i=this;i._lastRequest=n||i.Url;i.makeRequest({type:"GET",success:i.html,dataType:"html",url:n||i.Url},"load",t)}};$$WPComp.ViewComponent.extend("Components.Component"),function(){var u="margin-top",s="aria-hidden",h="localeShow",c="jqHidden",l="localeHide",f="true",e="aria-expanded",n=!1,t=!0,i=null,r="click",o=function(n){var t=this;t.WP$Controllers$Controller();t.proxify("_localeButtonKeyDown","_localeButtonClick","_openLocaleDropdown","_closeLocaleDropdown","_setFocusToMenuButton");t.proxify("_setFocusToFirstLink","_setFocusToLastLink","_setFocusToNextLink","_setFocusToPreviousLink","_localeLinkKeyDown");t.$root=n;t.$menuButton=t.$root.find("#localeswitch");t.$links=t.$root.find(".morelocalesitemlink");t.$currentLocaleLink=t.$root.find("#currentlanguagelink");t.$firstLink=t.$links.first();t.$lastLink=t.$links.last();t.$localesList=t.$root.find("#morelocalesnav");t.numLinks=t.$links.length;t.currentIndex=0;t.keyCode={TAB:9,RETURN:13,ESC:27,SPACE:32,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};t.$root.on("blur",t._closeLocaleDropdown);t.$menuButton.on("keydown",t._localeButtonKeyDown);t.$menuButton.on(r,t._localeButtonClick);t.$links.on("keydown",t._localeLinkKeyDown);t.$currentLocaleLink.on(r,t._closeLocaleDropdown)},a={$root:i,$menuButton:i,$links:i,$firstLink:i,$lastLink:i,$localesList:i,currentIndex:0,_localeButtonKeyDown:function(i){var r=this,u=t;switch(i.keyCode){case r.keyCode.SPACE:case r.keyCode.RETURN:r._openLocaleDropdown();r._setFocusToFirstLink();break;default:u=n}u&&(i.stopPropagation(),i.preventDefault())},_localeButtonClick:function(n){var i=this;i.$menuButton.safeAttr(e)===f?i._closeLocaleDropdown(t):(i._openLocaleDropdown(),i._setFocusToFirstLink());n.stopPropagation();n.preventDefault()},_openLocaleDropdown:function(){var n=this,t;n.$localesList.removeClass(l).removeClass(c).addClass(h).safeAttr(s,"false");n.$menuButton.safeAttr(e,f);t=$afe.select("body");t.css(u,-$$WPUtil.getScrollTop());t.on(r,n._closeLocaleDropdown);n.$localesList.scrollTop=0},_closeLocaleDropdown:function(n){var t=this,i,o;t.$menuButton.safeAttr(e,"false");t.$localesList.removeClass(h).addClass(l).addClass(c).safeAttr(s,f);n||t._setFocusToMenuButton();i=$afe.select("body");o=-parseInt(i.css(u));i.css(u,"");$$WPUtil.setScrollTop(o);i.off(r,t._closeLocaleDropdown)},_setFocusToMenuButton:function(){this.$menuButton.focus()},_setFocusToFirstLink:function(){this.$firstLink.focus();this.currentIndex=0},_setFocusToLastLink:function(){this.$lastLink.focus();this.currentIndex=this.numLinks-1},_setFocusToPreviousLink:function(i){var r=this;return r.currentIndex<=0?i?(r._setFocusToLastLink(),n):(r._closeLocaleDropdown(),t):(r.$links.eq(--r.currentIndex).focus(),n)},_setFocusToNextLink:function(i){var r=this;return r.currentIndex>=r.$links.length-1?i?(r._setFocusToFirstLink(),n):(r._closeLocaleDropdown(),t):(r.$links.eq(++r.currentIndex).focus(),n)},_localeLinkKeyDown:function(i){var r=this,u=n;if(!i.ctrlKey&&!i.altKey&&!i.metaKey){if(i.shiftKey)i.keyCode===r.keyCode.TAB&&(u=!r._setFocusToPreviousLink(n));else{u=t;switch(i.keyCode){case r.keyCode.ESC:r._closeLocaleDropdown();break;case r.keyCode.SPACE:r.currentLink.click();break;case r.keyCode.UP:r._setFocusToPreviousLink(t);break;case r.keyCode.DOWN:r._setFocusToNextLink(t);break;case r.keyCode.TAB:u=!r._setFocusToNextLink(n);break;case r.keyCode.HOME:case r.keyCode.PAGEUP:r._setFocusToFirstLink();break;case r.keyCode.END:case r.keyCode.PAGEDOWN:r._setFocusToLastLink();break;default:u=n}}u&&(i.stopPropagation(),i.preventDefault())}}};o.prototype=a;$$WP.UI=$$WP.UI||{};$$WP.UI.LocaleSwitcherController=o;o.extend($$WP.Controllers.Controller,"WP$UI$LocaleSwitcherController")}(),function(){var n=null,t=function(n){var t=this;t.WP$Common$Model(n);t.CommandType=$$WP.UI.CommandOptions.resolveCommandType(t.CmdOptions);t.CssClasses=$$WP.UI.CommandOptions.resolveCssClasses(t.Priority,t.Tone,t.CmdOptions)},i={s_dataMembers:["Caption","CmdOptions","Priority","Tone"],Caption:n,CmdOptions:n,Priority:n,Tone:n,CommandType:n,CssClasses:n};t.prototype=i;$$WP.UI=$$WP.UI||{};$$WP.UI.Command=t;$$WP.Common&&t.extend($$WP.Common.Model,"WP$UI$Command")}(),function(){var n=null,t=function(n){var t=this;if(t.WP$Common$Model(n),t.DataAttrs)for(key in t.DataAttrs)key.toLowerCase().substr(0,5)==="data-"&&(t.DataAttrs[key.substring(5)]=t.DataAttrs[key],delete t.DataAttrs[key]);t.IconCssClasses=("btnImg "+t.IconCssClasses).trim();t.IsSvgSprite=t.IconPath&&t.IconPath.indexOf(".svg#")>0},i={s_dataMembers:["AriaDescribedBy","AriaLabel","Callback","CssClasses","DataAttrs","IconCssClasses","IconPath","Id","IsDisabled","IsSubmit","LinkTarget","MiscContent","Path","UsesJqShowHide"],AriaDescribedBy:n,AriaLabel:n,Callback:n,CssClasses:n,DataAttrs:n,IconCssClasses:n,IconPath:n,Id:n,IsDisabled:n,IsSubmit:n,LinkTarget:n,MiscContent:n,Path:n,UsesJqShowHide:n,IsSvgSprite:n},r=function(n){if(n){if(n.Path)return"Navigation";if(n.Callback)return"Action"}},u=function(n,t,i){var u=!0,r=["button"];return n&&(["primary","secondary","tertiary"].indexOf(n.toLowerCase())<0?$$WP.Debug.logError("Priority must be either 'primary', 'secondary', 'tertiary', or undefined.",u):r.push(n.toLowerCase())),t&&(["positive","neutral","negative"].indexOf(t.toLowerCase())<0?$$WP.Debug.logError("Tone must be either 'positive', 'neutral', 'negative', or undefined.",u):r.push(t.toLowerCase())),i&&(i.IsDisabled===u&&r.push("disabled"),i.UsesJqShowHide===u&&r.push("jqHidden"),i.CssClasses&&r.push(i.CssClasses)),r.join(" ")};t.prototype=i;t.resolveCommandType=r;t.resolveCssClasses=u;$$WP.UI=$$WP.UI||{};$$WP.UI.CommandOptions=t;$$WP.Common&&t.extend($$WP.Common.Model,"WP$UI$CommandOptions")}();$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{};$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[];$$WP.Debug.UnitTest.tests.push(function(){var n=$$WP.Debug.UnitTest.assert}),function(){var e="IconCssClasses",t="if",r='"',u="function",i="",n=null,o=Handlebars.template,f=$$WP.Templates=$$WP.Templates||{};f=f.UI=f.UI||{};f.Command=o({compiler:[7,">= 4.0.0"],main:function(t,f,e,o,s,h,c){var v="with",y="ifEquals",p="Navigation",l,a;return((l=(e.ifEquals||f&&f.ifEquals||e.helperMissing).call(f!=n?f:t.nullContext||{},f!=n?f.CommandType:f,p,{name:y,hash:{},fn:t.program(1,s,0,h,c),inverse:t.program(4,s,0,h,c),data:s}))!=n?l:i)+'class="'+t.escapeExpression((a=(a=e.CssClasses||(f!=n?f.CssClasses:f))!=n?a:e.helperMissing,typeof a===u?a.call(f!=n?f:t.nullContext||{},{name:"CssClasses",hash:{},data:s}):a))+r+((l=e[v].call(f!=n?f:t.nullContext||{},f!=n?f.CmdOptions:f,{name:v,hash:{},fn:t.program(11,s,0,h,c),inverse:t.noop,data:s}))!=n?l:i)+">"+((l=e[v].call(f!=n?f:t.nullContext||{},f!=n?f.CmdOptions:f,{name:v,hash:{},fn:t.program(22,s,0,h,c),inverse:t.noop,data:s}))!=n?l:i)+((l=(e.ifEquals||f&&f.ifEquals||e.helperMissing).call(f!=n?f:t.nullContext||{},f!=n?f.CommandType:f,p,{name:y,hash:{},fn:t.program(28,s,0,h,c),inverse:t.program(30,s,0,h,c),data:s}))!=n?l:i)},"1":function(u,f,e,o,s){var h;return'<a href="'+u.escapeExpression(u.lambda((h=f!=n?f.CmdOptions:f)!=n?h.Path:h,f))+r+((h=e[t].call(f!=n?f:u.nullContext||{},(h=f!=n?f.CmdOptions:f)!=n?h.LinkTarget:h,{name:t,hash:{},fn:u.program(2,s,0),inverse:u.noop,data:s}))!=n?h:i)},"2":function(t,i){var u;return'target="'+t.escapeExpression(t.lambda((u=i!=n?i.CmdOptions:i)!=n?u.LinkTarget:u,i))+r},"4":function(u,f,e,o,s){var h;return'<button type="'+((h=e[t].call(f!=n?f:u.nullContext||{},(h=f!=n?f.CmdOptions:f)!=n?h.IsSubmit:h,{name:t,hash:{},fn:u.program(5,s,0),inverse:u.program(7,s,0),data:s}))!=n?h:i)+r+((h=e[t].call(f!=n?f:u.nullContext||{},(h=f!=n?f.CmdOptions:f)!=n?h.IsDisabled:h,{name:t,hash:{},fn:u.program(9,s,0),inverse:u.noop,data:s}))!=n?h:i)},"5":function(){return"submit"},"7":function(){return"button"},"9":function(){return"disabled "},"11":function(r,u,f,e,o){var s;return((s=f[t].call(u!=n?u:r.nullContext||{},u!=n?u.Callback:u,{name:t,hash:{},fn:r.program(12,o,0),inverse:r.noop,data:o}))!=n?s:i)+((s=f[t].call(u!=n?u:r.nullContext||{},u!=n?u.AriaDescribedBy:u,{name:t,hash:{},fn:r.program(14,o,0),inverse:r.noop,data:o}))!=n?s:i)+((s=f[t].call(u!=n?u:r.nullContext||{},u!=n?u.AriaLabel:u,{name:t,hash:{},fn:r.program(16,o,0),inverse:r.noop,data:o}))!=n?s:i)+((s=f[t].call(u!=n?u:r.nullContext||{},u!=n?u.Id:u,{name:t,hash:{},fn:r.program(18,o,0),inverse:r.noop,data:o}))!=n?s:i)+((s=f.each.call(u!=n?u:r.nullContext||{},u!=n?u.DataAttrs:u,{name:"each",hash:{},fn:r.program(20,o,0),inverse:r.noop,data:o}))!=n?s:i)},"12":function(t,i,f,e,o){var s;return'onclick="'+t.escapeExpression((s=(s=f.Callback||(i!=n?i.Callback:i))!=n?s:f.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:"Callback",hash:{},data:o}):s))+r},"14":function(t,i,f,e,o){var s;return'aria-describedby="'+t.escapeExpression((s=(s=f.AriaDescribedBy||(i!=n?i.AriaDescribedBy:i))!=n?s:f.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:"AriaDescribedBy",hash:{},data:o}):s))+r},"16":function(t,i,f,e,o){var s;return'aria-label="'+t.escapeExpression((s=(s=f.AriaLabel||(i!=n?i.AriaLabel:i))!=n?s:f.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:"AriaLabel",hash:{},data:o}):s))+r},"18":function(t,i,f,e,o){var s;return'id="'+t.escapeExpression((s=(s=f.Id||(i!=n?i.Id:i))!=n?s:f.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:"Id",hash:{},data:o}):s))+r},"20":function(t,i,f,e,o){var s;return"data-"+t.escapeExpression((s=(s=f.key||o&&o.key)!=n?s:f.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:"key",hash:{},data:o}):s))+'="'+t.escapeExpression(t.lambda(i,i))+r},"22":function(r,f,e,o,s,h,c){var a,l;return((a=e[t].call(f!=n?f:r.nullContext||{},f!=n?f.IconPath:f,{name:t,hash:{},fn:r.program(23,s,0,h,c),inverse:r.noop,data:s}))!=n?a:i)+r.escapeExpression(r.lambda(c[1]!=n?c[1].Caption:c[1],f))+((a=(l=(l=e.MiscContent||(f!=n?f.MiscContent:f))!=n?l:e.helperMissing,typeof l===u?l.call(f!=n?f:r.nullContext||{},{name:"MiscContent",hash:{},data:s}):l))!=n?a:i)},"23":function(r,u,f,e,o){var s;return(s=f[t].call(u!=n?u:r.nullContext||{},u!=n?u.IsSvgSprite:u,{name:t,hash:{},fn:r.program(24,o,0),inverse:r.program(26,o,0),data:o}))!=n?s:i},"24":function(t,i,r,f,o){var s;return'<svg class="'+t.escapeExpression((s=(s=r.IconCssClasses||(i!=n?i.IconCssClasses:i))!=n?s:r.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:e,hash:{},data:o}):s))+'" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">'+t.escapeExpression((r.referenceSvg||i&&i.referenceSvg||r.helperMissing).call(i!=n?i:t.nullContext||{},i!=n?i.IconPath:i,{name:"referenceSvg",hash:{},data:o}))+"<\/svg>"},"26":function(t,i,r,f,o){var s;return'<img class="'+t.escapeExpression((s=(s=r.IconCssClasses||(i!=n?i.IconCssClasses:i))!=n?s:r.helperMissing,typeof s===u?s.call(i!=n?i:t.nullContext||{},{name:e,hash:{},data:o}):s))+'" aria-hidden="true" src="'+t.escapeExpression((r.makeStaticImageLink||i&&i.makeStaticImageLink||r.helperMissing).call(i!=n?i:t.nullContext||{},i!=n?i.IconPath:i,{name:"makeStaticImageLink",hash:{},data:o}))+'" />'},"28":function(){return"<\/a>"},"30":function(){return"<\/button>"},useData:!0,useDepths:!0})}()