att
9/9/2018 - 6:23 PM

utilities

if (document.vbBridge && document.vbBridge[key])
	{
		delete document.vbBridge[key];
	}
	
	window.location="epic://SUPPRESSREFRESH/";

function printPage() {
    window.print();
}

/**************************************************************************
	FUNCTION: 	sortColumn
	PURPOSE:	Raises the sort column event to the client.
	PARAMETERS:
		section (string) - the string ID of this section
		column  (string) - the column key to sort
**************************************************************************/	
function sortColumn(section, column) {
	window.location="epic://SORTCOLUMN/" + section + "/" + column;
}


// ==========================================================
// active section
activeSection = document.body.getAttribute("activeSection");


// ==========================================================
// go to patient
<a title="Review chart for Amb-Qts-Oc-Nkrfks, Pqwubfwllbypeauu" style="color: rgb(0, 0, 0);" href="ecmd:HIC?2004^251206144^^1;H022861">Amb-Qts-Oc-Nkrfks, Pqwubfwllbypeauu</a>
window.location = "ecmd:HIC?2004^251206144^^1;H022861";


// ==========================================================
// open activity tab
window.location = "epic://OPENTAB/" + tab;
var tab_title = document.getElementById("tab_title");
appendClass(tab_title, "tab_title_selected");

showTab(openTab);