try{Typekit.load();}catch(e){}
https://odprn.ca/wp-content/themes/odprn/jquery.media.js
https://odprn.ca/wp-content/themes/odprn/jquery.metadata.js
$(document).ready(function(){
var is_mobile = false;
if($('#mobile').css('display')=='none'){
is_mobile = true;
//mobile only stuff!
} else {
//non mobile stuff!
}
$('#logo').click(function(){
window.location.href = "https://odprn.ca";
});
//grab the title attr from each link and add it as a class to the parent list item
$('nav#primary li').each(function(){
var theclass = $(this).find('a').attr('title');
$(this).addClass(theclass);
});
//$('#searchForm').hide();
/*
$('#searchLink').click(function(){
$(this).hide();
$('#searchForm').show();
});
*/
//Let's populate the correct subnav into the subHeader
//let's grab the right page
var whichMenu = 'home';
//grab the content
var menuContent = $('nav#primary .'+whichMenu+' ul').html();
//alert(menuContent);
//put it into the subHeader
$('#subHeader ul').html(menuContent);
var theURL = '';
$('.confirm').click(function(){
theURL = $(this).attr('href');
$('#overlay').show();
return false;
});
$('#overlayClose').click(function(){
$('#overlay').hide();
window.location.href = theURL;
});
$('.clickForMore').click(function() {
//for some reason toggle is giving me issues, so lets do this old school
if($(this).parent().next('.hiddenText').is(':visible')){
$(this).removeClass('show');
$(this).parent().next('.hiddenText').slideUp();
} else {
$(this).addClass('show');
$(this).parent().next('.hiddenText').slideDown();
}
});
//redo the PDF tables to embed the pdf on click
$('.reportList a[href$=".pdf"]').each(function(){
var pdfLink = $(this).attr('href');
var pdfTitle = $(this).html();
var shortCode = '';
var newContent = '<span class="pdfClick">' + pdfTitle + '</span><div class="hidden"><a class="media" href="' + pdfLink + '">' + pdfTitle + '</a> </div>';
$(this).parent().html(newContent);
});
$('a.media').media({width:600, height:400});
//add the click to show the hidden pdf
$('.reportList .pdfClick').click(function(){
$(this).next('.hidden').toggle('slow');
$(this).toggleClass('active')
});
//make the faqlist work
$('.faqList li:has(ul)').click(function(){
$(this).find('ul').slideToggle('slow');
$(this).toggleClass('active');
});
});
var em_version = '8.2.4';
var em_track_user = true;
var em_no_track_reason = '';
var ExactMetricsDefaultLocations = {"page_location":"https:\/\/odprn.ca\/drug-formulary-modernization\/"};
if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
} else {
var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
}
var disableStrs = [
'ga-disable-G-ZQ9FC7Y2WK',
];
/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}
return false;
}
/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}
/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}
if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];
window.ExactMetricsDualTracker = {
helpers: {},
trackers: {},
};
if (em_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}
function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}
if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}
if (type === 'event') {
parameters.send_to = exactmetrics_frontend.v4_id;
var hookName = name;
if (typeof parameters['event_category'] !== 'undefined') {
hookName = parameters['event_category'] + ':' + name;
}
if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
ExactMetricsDualTracker.trackers[hookName](parameters);
} else {
__gtagDataLayer('event', name, parameters);
}
} else {
__gtagDataLayer.apply(null, arguments);
}
}
__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dNDMyYj': true,
});
if ( ExactMetricsLocations.page_location ) {
__gtagTracker('set', ExactMetricsLocations);
}
__gtagTracker('config', 'G-ZQ9FC7Y2WK', {"forceSSL":"true"} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}
function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
'referrer' : 'page_referrer',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
var mi_version = '9.2.4';
var mi_track_user = true;
var mi_no_track_reason = '';
var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/odprn.ca\/drug-formulary-modernization\/"};
if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
} else {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
}
var disableStrs = [
'ga-disable-G-MC1P8JGVP4',
];
/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}
return false;
}
/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}
/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}
if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];
window.MonsterInsightsDualTracker = {
helpers: {},
trackers: {},
};
if (mi_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}
function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}
if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}
if (type === 'event') {
parameters.send_to = monsterinsights_frontend.v4_id;
var hookName = name;
if (typeof parameters['event_category'] !== 'undefined') {
hookName = parameters['event_category'] + ':' + name;
}
if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
MonsterInsightsDualTracker.trackers[hookName](parameters);
} else {
__gtagDataLayer('event', name, parameters);
}
} else {
__gtagDataLayer.apply(null, arguments);
}
}
__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dZGIzZG': true,
});
if ( MonsterInsightsLocations.page_location ) {
__gtagTracker('set', MonsterInsightsLocations);
}
__gtagTracker('config', 'G-MC1P8JGVP4', {"forceSSL":"true"} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}
function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
'referrer' : 'page_referrer',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/odprn.ca\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
https://odprn.ca/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/odprn.ca","hash_tracking":"false","v4_id":"G-ZQ9FC7Y2WK"};
https://odprn.ca/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/odprn.ca","hash_tracking":"false","v4_id":"G-MC1P8JGVP4"};
var breeze_prefetch = {"local_url":"https:\/\/odprn.ca","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
https://odprn.ca/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://odprn.ca/wp-includes/js/jquery/jquery.min.js
https://odprn.ca/wp-includes/js/jquery/jquery-migrate.min.js
var dearPdfLocation = "https://odprn.ca/wp-content/plugins/dearpdf-lite/assets/"; var dearpdfWPGlobal = [];
function setREVStartSize(e){
//window.requestAnimationFrame(function() {
window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
try {
var pw = document.getElementById(e.c).parentNode.offsetWidth,
newh;
pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw;
e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
if(e.layout==="fullscreen" || e.l==="fullscreen")
newh = Math.max(e.mh,window.RSIH);
else{
e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
var nl = new Array(e.rl.length),
ix = 0,
sl;
e.tabw = e.tabhide>=pw ? 0 : e.tabw;
e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
e.tabh = e.tabhide>=pw ? 0 : e.tabh;
e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
sl = nl[0];
for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
newh = (e.gh[ix] * m) + (e.tabh + e.thumbh);
}
var el = document.getElementById(e.c);
if (el!==null && el) el.style.height = newh+"px";
el = document.getElementById(e.c+"_wrapper");
if (el!==null && el) {
el.style.height = newh+"px";
el.style.display = "block";
}
} catch(e){
console.log("Failure at Presize of Slider:" + e)
}
//});
};
ODPRN
Drug formulary modernization involves the enhancement and refinement of the management and utilization of drug formularies within healthcare systems or organizations. Our aim is to offer a comprehensive resource for healthcare experts, policymakers, researchers, and the general public. Through an assortment of research papers, reports, and drug class reviews, our objective is to provide you with the information necessary to navigate the intricate terrain of drug policy.
The ODPRN is not currently conducting drug class reviews at this time.
The ODPRN has completed a total of 12 drug class reviews since 2013. These reviews were based on an innovative framework that incorporated systematic reviews and network meta-analysis, economic modeling, real-world prescribing and adherence, qualitative analysis of patient and clinician perspectives, and an environmental scan of listing across Canada. Research findings were synthesized to make recommendations to the Ontario Ministry of Health and Long-Term Care regarding public drug reimbursement policies.
Find out about our drug class review process.
Deliverables
All completed reviews contain the following:
- The final research plan: A detailed description of how each study was conducted within the drug class review
- All final research reports: Includes a consolidated report of all research findings and proposed reimbursement options
- Resources: Summaries and infographics to facilitate understanding of our drug class review findings
Self-monitoring of blood glucose for patients with diabetes on insulin therapy is considered an essential part of management. However, the clinical benefit of regular testing for most patients with type 2 diabetes not using insulin, has been questioned, with concerns that frequent testing could even lead to decreased quality of life.
The ODPRN has conducted multiple studies on blood glucose test strips (BGTS) primarily focusing on the impact of BGTS quantity limits on utilization, costs and patient outcomes.
The ODPRN has conducted pivotal research on biologic medications, focusing on their utilization, safety, effectiveness, and cost within Ontario.
The ODPRN analyzes the utilization, safety, effectiveness, and economic impact of high-cost drugs in Ontario. This work informs policymakers on managing high-cost medications to ensure optimal patient outcomes and financial sustainability. ODPRN's evaluations of prescribing trends, cost-effectiveness, and the healthcare system's burden have shaped evidence-based drug policies and improved healthcare delivery in Ontario.
function do_resize(){
var width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width();
var height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();
var toggleSize = true;
jQuery('iframe').animate({
width: toggleSize ? width : 640,
height: toggleSize ? height : 360
}, 250);
toggleSize = !toggleSize;
}
$(".dcr .list").find("li").each(function(index, item) {
var index = index+1;
$(item).addClass("pd_" + index);
});
if($(".dcr").length) {
resizeBlackline();
$(window).resize(function() {
resizeBlackline();
});
}
function resizeBlackline() {
var height = $(".dcr h2:last").position().top - $(".dcr").position().top - 50;
var css = 'height:' + height + 'px';
document.styleSheets[0].addRule('.dcr:before',css);
}
window.RS_MODULES = window.RS_MODULES || {};
window.RS_MODULES.modules = window.RS_MODULES.modules || {};
window.RS_MODULES.waiting = window.RS_MODULES.waiting || [];
window.RS_MODULES.defered = true;
window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {};
window.RS_MODULES.type = 'compiled';
window.WPCOM_sharing_counts = {"https:\/\/odprn.ca\/drug-formulary-modernization\/":7701};
https://odprn.ca/wp-content/plugins/responsive-accordion-and-collapse/js/accordion-custom.js
https://odprn.ca/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js
https://odprn.ca/wp-content/plugins/revslider/public/assets/js/rbtools.min.js
https://odprn.ca/wp-content/plugins/revslider/public/assets/js/rs6.min.js
https://odprn.ca/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.querySelectorAll('img[data-breeze]').forEach(img=>{if(img.getBoundingClientRect().top<=window.innerHeight){img.src=img.getAttribute('data-breeze');img.removeAttribute('data-breeze')}});
https://odprn.ca/wp-content/plugins/dearpdf-lite/assets/js/dearpdf-lite.min.js
https://odprn.ca/wp-includes/js/jquery/ui/core.min.js
var pum_vars = {"version":"1.20.3","pm_dir_url":"https:\/\/odprn.ca\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/odprn.ca\/wp-admin\/admin-ajax.php","restapi":"https:\/\/odprn.ca\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"9287","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/odprn.ca\/wp-json\/pum\/v1"};
var pum_sub_vars = {"ajaxurl":"https:\/\/odprn.ca\/wp-admin\/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-9296":{"triggers":[],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-9296","key":"","session":false,"path":"1","time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"9287","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":true,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":9296,"slug":"evidence-development"},"pum-9327":{"triggers":[],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-9327","key":"","session":null,"path":true,"time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"9287","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":true,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":9327,"slug":"expert-insight"},"pum-9330":{"triggers":[],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-9330","key":"","session":false,"path":"1","time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"9287","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":true,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":9330,"slug":"public-consultation-process"}};
//odprn.ca/wp-content/uploads/pum/pum-site-scripts.js
_stq = window._stq || [];
_stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"121595629\",\"post\":\"7701\",\"tz\":\"0\",\"srv\":\"odprn.ca\",\"j\":\"1:14.1\"}") ]);
_stq.push([ "clickTrackerInit", "121595629", "7701" ]);
https://odprn.ca/wp-includes/js/hoverIntent.min.js
https://odprn.ca/wp-content/plugins/megamenu/js/maxmegamenu.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-select/bootstrap-select.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-select/ajax-bootstrap-select.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/moment/moment.js
var wpdatatables_edit_strings = {"success_common":"Success!","error_common":"Error!","settings_saved_error_common":"Unable to save settings of plugin. Please try again or contact us over Support page.","close_common":"Close","tableNameEmpty_common":"Table name can not be empty! Please provide a name for your table.","masterdetail_error_common":"For the selected master-detail option, the following fields cannot be empty: Parent Table Column Name and Child Table Column Name. Additionally, the tables must be connected through a common unique ID column.","masterdetailParentId_error_common":"For the selected master-detail option, the following field cannot be empty: Parent Table Column Name.","tableSaved_common":"Table saved successfully!","selectExcelCsv_common":"Select an Excel or CSV file","choose_file_common":"Use selected file","chooseFile_common":"Choose file","shortcodeSaved_common":"Shortcode has been copied to the clipboard.","dataSaved_common":"Data has been saved!","databaseInsertError_common":"There was an error trying to insert a new row!","databaseDeleteError_common":"There was an error trying to delete a row!","rowDeleted_common":"Row has been deleted!","systemInfoSaved_common":"System info data has been copied to the clipboard. You can now paste it in file or in support ticket.","selected_replace_data_option_common":"<small>You've selected the <strong>'Replace rows with source data'<\/strong> option. This means that you're about to <strong>delete all the data<\/strong> you currently have in your table and replace it with data from your source file.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first.<br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small> ","selected_add_data_option_common":"<small>You've selected the <strong>'Add data to current table data'<\/strong> option. This means that you're about to <strong>add data<\/strong> from the file source to your table.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first.<br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small>","selected_replace_table_option_common":"<small>You've selected the <strong>'Replace entire table data'<\/strong> option. This means that you're about to <strong>delete your entire table data and current column settings<\/strong> and replace it with data from your source file with default settings for columns.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first. <br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small> ","clear_table_data_common":"Clear table data","delete_common":"Delete","deleteSelected_common":"Delete selected","getJsonRoots_common":"JSON roots are found!","errorText_common":"Unable to retrieve results"};
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/wpdatatables/admin/common.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-tagsinput/bootstrap-tagsinput.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-nouislider/bootstrap-nouislider.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-nouislider/wNumb.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.min.js
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-growl/bootstrap-growl.min.js
var wdt_ajax_object = {"ajaxurl":"https:\/\/odprn.ca\/wp-admin\/admin-ajax.php"};
var wpdatatables_inline_strings = {"invalid_email_inline":"Please provide a valid e-mail address for field","invalid_link_inline":"Please provide a valid URL link for field","cannot_be_empty_inline":" field cannot be empty!","cannot_be_edit_inline":"You can't edit this field","errorText_inline":"Unable to retrieve results","nothingSelected_inline":"Nothing selected","sLoadingRecords_inline":"Loading...","currentlySelected_inline":"Currently selected","search_inline":"Search...","statusInitialized_inline":"Start typing a search query","statusNoResults_inline":"No Results","statusTooShort_inline":"Please enter more characters","selectFileAttachment_inline":"Select file","changeFileAttachment_inline":"Change","saveFileAttachment_inline":"Save","removeFileAttachment_inline":"Remove","select_upload_file_inline":"Select a file to use in table","choose_file_inline":"Use selected file","chooseFile_inline":"Choose file","inlineEditing_inline":"Inline editing of the cell "};
var wpdatatables_filter_strings = {"errorText_columnfilter":"Unable to retrieve results","nothingSelected_columnfilter":"Nothing selected","sLoadingRecords_columnfilter":"Loading...","currentlySelected_columnfilter":"Currently selected","search_columnfilter":"Search...","statusInitialized_columnfilter":"Start typing a search query","statusNoResults_columnfilter":"No Results","statusTooShort_columnfilter":"Please enter more characters","from_columnfilter":"From","to_columnfilter":"To","fromDate_columnfilter":"Date from","toDate_columnfilter":"Date to","fromDateTime_columnfilter":"DateTime from","toDateTime_columnfilter":"DateTime to","fromTime_columnfilter":"Time from","toTime_columnfilter":"Time to","filterInputString_columnfilter":"Filter input for ","filterInputNumber_columnfilter":"Filter input for number range filter ","filterInputDate_columnfilter":"Filter input for date picker ","filterInputDateTime_columnfilter":"Filter input for datetime picker ","filterInputTime_columnfilter":"Filter input for time picker ","filterCheckbox_columnfilter":"Filter checkbox for ","minValue_columnfilter":"Minimum Value: ","maxValue_columnfilter":"Maximum Value: ","multiSelectBoxOption_columnfilter":"MultiSelectBox option","selectBoxOption_columnfilter":"SelectBox option","dividerSearchBox_columnfilter":"This is divider between searchbox input and options to select"};
var wpdatatables_functions_strings = {"sInfo_functions":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty_functions":"Showing 0 to 0 of 0 entries","sInfoFiltered_functions":"(filtered from _MAX_ total entries)","sInfoPostFix_functions":"","sInfoThousands_functions":",","sLengthMenu_functions":"Show _MENU_ entries","sLoadingRecords_functions":"Loading...","sProcessing_functions":"Processing...","sSearch_functions":"Search: ","lengthMenu_functions":"Show _MENU_ entries","sEmptyTable_functions":"No data available in table","sZeroRecords_functions":"No matching records found","oAria_functions":{"sSortAscending_functions":": activate to sort column ascending","sSortDescending_functions":": activate to sort column descending"},"oPaginate_functions":{"sFirst_functions":"First","sLast_functions":"Last","sNext_functions":"Next","sPrevious_functions":"Previous"},"nothingSelected_functions":"Nothing selected"};
var wpdatatables_settings = {"wdtDateFormat":"d M Y","wdtTimeFormat":"h:i A","wdtNumberFormat":"1","wdtGlobalTableLoader":"1"};
var wpdatatables_frontend_strings = {"success_wpdatatables":"Success!","error_wpdatatables":"Error!","dataSaved_wpdatatables":"Data has been saved!","databaseInsertError_wpdatatables":"There was an error trying to insert a new row!","databaseDeleteError_wpdatatables":"There was an error trying to delete a row!","rowDeleted_wpdatatables":"Row has been deleted!","errorText_wpdatatables":"Unable to retrieve results","nothingSelected_wpdatatables":"Nothing selected","sLoadingRecords_wpdatatables":"Loading...","currentlySelected_wpdatatables":"Currently selected","search_wpdatatables":"Search...","statusInitialized_wpdatatables":"Start typing a search query","statusNoResults_wpdatatables":"No Results","statusTooShort_wpdatatables":"Please enter more characters","select_upload_file_wpdatatables":"Select a file to use in table","choose_file_wpdatatables":"Use selected file","chooseFile_wpdatatables":"Choose file","add_new_entry_wpdatatables":"Add new entry","duplicate_entry_wpdatatables":"Duplicate entry","edit_entry_wpdatatables":"Edit entry","invalid_email_wpdatatables":"Please provide a valid e-mail address for field","invalid_link_wpdatatables":"Please provide a valid URL link for field","cannot_be_empty_wpdatatables":" field cannot be empty!","sInfo_wpdatatables":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty_wpdatatables":"Showing 0 to 0 of 0 entries","sInfoFiltered_wpdatatables":"(filtered from _MAX_ total entries)","sInfoPostFix_wpdatatables":"","sInfoThousands_wpdatatables":",","sLengthMenu_wpdatatables":"Show _MENU_ entries","sProcessing_wpdatatables":"Processing...","sSearch_wpdatatables":"Search: ","lengthMenu_wpdatatables":"Show _MENU_ entries","sEmptyTable_wpdatatables":"No data available in table","sZeroRecords_wpdatatables":"No matching records found","oAria_wpdatatables":{"sSortAscending_wpdatatables":": activate to sort column ascending","sSortDescending_wpdatatables":": activate to sort column descending"},"oPaginate_wpdatatables":{"sFirst_wpdatatables":"First","sLast_wpdatatables":"Last","sNext_wpdatatables":"Next","sPrevious_wpdatatables":"Previous"},"from_wpdatatables":"From","to_wpdatatables":"To","sortingError_wpdatatables":"At least one show\/hide sorting icon must be enabled!","firstPageWCAG_wpdatatables":"Navigate to First page","lastPageWCAG_wpdatatables":"Navigate to Last page","nextPageWCAG_wpdatatables":"Navigate to Next page","previousPageWCAG_wpdatatables":"Navigate to Previous page","pageWCAG_wpdatatables":"Navigate to wpDataTable Page ","spacerWCAG_wpdatatables":"Spacer","printTableWCAG_wpdatatables":"Print table","exportTableWCAG_wpdatatables":"Export table","newEntryWCAG_wpdatatables":"New entry","deleteRowWCAG_wpdatatables":"Delete row","editRowWCAG_wpdatatables":"Edit row","duplicateRowWCAG_wpdatatables":"Duplicate row","clearFiltersWCAG_wpdatatables":"Clear filters","columnVisibilityWCAG_wpdatatables":"Column visibility","sInfoEmptyWCAG_wpdatatables":"Showing 0 to 0 of 0 entries _COLUMN_ _DATA_","sInfoWCAG_wpdatatables":"Showing _START_ to _END_ of _TOTAL_ entries _COLUMN_ _DATA_","masterDetailWCAG_wpdatatables":"Master Detail","globalSearchWCAG_wpdatatables":"Global Search Table Input Field","chooseExportWCAG_wpdatatables":"Choose how to export table","optionHideWCAG_wpdatatables":"Option to either display or hide columns","rowsPerPageWCAG_wpdatatables":"Open dropdown menu for show rows per page","forWCAG_wpdatatables":"for ","columnSearchWCAG_wpdatatables":" column searching for ","valueFromWCAG_wpdatatables":"value from ","valueToWCAG_wpdatatables":" value to ","andforWCAG_wpdatatables":" and for ","andforGloablWCAG_wpdatatables":" and for Global search of value ","forGloablWCAG_wpdatatables":"for Global search of value ","lenghtMenuWCAG_wpdatatables":"Length menu:","searchTableWCAG_wpdatatables":"Search table:","all_wpdatatables":"All","customDisplayError_wpdatatables":"Invalid format of custom rows per page. Please enter a valid format like \"1,2,3,4\". If you use the number 0, it must be in the format 0 without any preceding zeros.","close_common_wpdatatables":"Close","error_adding_to_cart_wpdatatables":"Error adding products to cart.","select_products_for_cart_wpdatatables":"Please select products to add to the cart.","error_fetching_cart_info_wpdatatables":"Error fetching cart info.","could_not_add_to_cart_wpdatatables":"Could not add this product to cart - the stock of this product could be limited.","emtyfields_woo_front":"All of the following fields must be filled out: Taxonomy, Tax Field and Tax Terms."};
https://odprn.ca/wp-content/plugins/wpdatatables/assets/js/wpdatatables/wdt.frontend.min.js
https://odprn.ca/wp-includes/js/underscore.min.js
var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"};
https://odprn.ca/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js
var windowOpen;
( function () {
function matches( el, sel ) {
return !! (
el.matches && el.matches( sel ) ||
el.msMatchesSelector && el.msMatchesSelector( sel )
);
}
document.body.addEventListener( 'click', function ( event ) {
if ( ! event.target ) {
return;
}
var el;
if ( matches( event.target, 'a.share-twitter' ) ) {
el = event.target;
} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) {
el = event.target.parentNode;
}
if ( el ) {
event.preventDefault();
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
return false;
}
} );
} )();
var windowOpen;
( function () {
function matches( el, sel ) {
return !! (
el.matches && el.matches( sel ) ||
el.msMatchesSelector && el.msMatchesSelector( sel )
);
}
document.body.addEventListener( 'click', function ( event ) {
if ( ! event.target ) {
return;
}
var el;
if ( matches( event.target, 'a.share-facebook' ) ) {
el = event.target;
} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) {
el = event.target.parentNode;
}
if ( el ) {
event.preventDefault();
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
return false;
}
} );
} )();
var windowOpen;
( function () {
function matches( el, sel ) {
return !! (
el.matches && el.matches( sel ) ||
el.msMatchesSelector && el.msMatchesSelector( sel )
);
}
document.body.addEventListener( 'click', function ( event ) {
if ( ! event.target ) {
return;
}
var el;
if ( matches( event.target, 'a.share-linkedin' ) ) {
el = event.target;
} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-linkedin' ) ) {
el = event.target.parentNode;
}
if ( el ) {
event.preventDefault();
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomlinkedin', 'menubar=1,resizable=1,width=580,height=450' );
return false;
}
} );
} )();