Git Product home page Git Product logo

Comments (4)

kclaes avatar kclaes commented on July 23, 2024
 .../0105_anti_depressant/components/180day_map.js  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/measures/0105_anti_depressant/components/180day_map.js b/measures/0105_anti_depressant/components/180day_map.js
index 24e8d25..6f3946d 100644
--- a/measures/0105_anti_depressant/components/180day_map.js
+++ b/measures/0105_anti_depressant/components/180day_map.js
@@ -39,8 +39,8 @@ function() {
     first_diagnosis = _.min(depression_during_encounter);
     var meds_dispensed_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_dispensed,first_diagnosis - (30 * day), first_diagnosis);
     var meds_dispensed_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_dispensed, first_diagnosis, first_diagnosis + (14 * day));
-    var meds_ordered_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_order,first_diagnosis - (30 * day), first_diagnosis);
-    var meds_ordered_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_order, first_diagnosis, first_diagnosis + (14 * day));
+    var meds_ordered_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_ordered,first_diagnosis - (30 * day), first_diagnosis);
+    var meds_ordered_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_ordered, first_diagnosis, first_diagnosis + (14 * day));
     var meds_active_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_active,first_diagnosis - (30 * day), first_diagnosis);
     var meds_active_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_active, first_diagnosis, first_diagnosis + (14 * day));

from pophealth.

kclaes avatar kclaes commented on July 23, 2024
 .../0105_anti_depressant/components/84day_map.js   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/measures/0105_anti_depressant/components/84day_map.js b/measures/0105_anti_depressant/components/84day_map.js
index 311bb3f..8ed2758 100644
--- a/measures/0105_anti_depressant/components/84day_map.js
+++ b/measures/0105_anti_depressant/components/84day_map.js
@@ -39,8 +39,8 @@ function() {
     first_diagnosis = _.min(depression_during_encounter);
     var meds_dispensed_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_dispensed,first_diagnosis - (30 * day), first_diagnosis);
     var meds_dispensed_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_dispensed, first_diagnosis, first_diagnosis + (14 * day));
-    var meds_ordered_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_order,first_diagnosis - (30 * day), first_diagnosis);
-    var meds_ordered_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_order, first_diagnosis, first_diagnosis + (14 * day));
+    var meds_ordered_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_ordered,first_diagnosis - (30 * day), first_diagnosis);
+    var meds_ordered_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_ordered, first_diagnosis, first_diagnosis + (14 * day));
     var meds_active_before_first_diagnosis30 = inRange(measure.antidepressant_medications_medication_active,first_diagnosis - (30 * day), first_diagnosis);
     var meds_active_after_first_diagnosis14 = inRange(measure.antidepressant_medications_medication_active, first_diagnosis, first_diagnosis + (14 * day));

from pophealth.

 avatar commented on July 23, 2024

bug confirmed in 0105 A and B

from pophealth.

ssayer avatar ssayer commented on July 23, 2024

Resolved and pushed to develop branch of measures

from pophealth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.