From b68435239bdef1cef992364e218f18ad3f20989c Mon Sep 17 00:00:00 2001 From: Jonas Almeida Date: Thu, 23 Oct 2014 08:32:57 -0500 Subject: [PATCH] cache disabled for selfPay --- jobs/sparcsSuffolk2012tabulateSelfPay.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jobs/sparcsSuffolk2012tabulateSelfPay.js b/jobs/sparcsSuffolk2012tabulateSelfPay.js index 1d8a33e..6525a9e 100644 --- a/jobs/sparcsSuffolk2012tabulateSelfPay.js +++ b/jobs/sparcsSuffolk2012tabulateSelfPay.js @@ -1,4 +1,5 @@ console.log("sparcsSuffolk2012.js loaded") +openHealth.getJSON.cache=false;console.log("cache disabled") sparcsSuffolk2012={}; sparcsSuffolk2012.url=[ @@ -48,7 +49,7 @@ s.loadData(function(x){ s.medicaid.tab=openHealth.docs2tab(s.medicaid.docs) console.log(s.medicaid.docs.length+" Medicaid entries found") - $("#openHealthJob").html('

Ready to analyse the '+s.docs.length+' Self-Pay (source_of_payment_1 and 2) entries in the public data "Hospital Inpatient Discharges (SPARCS De-Identified): 2012" for Suffolk county') + $("#openHealthJob").html('

Ready to analyse the '+s.docs.length+' Self-Pay (as documented by source_of_payment_1 and 2) entries in the public data "Hospital Inpatient Discharges (SPARCS De-Identified): 2012" for Suffolk county') $("#openHealthJob").append('

Count against :

') s.Uparms = Object.getOwnPropertyNames(s.tab).sort(); s.Uparms.map(function(u){