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){