Permalink
Browse files

add conclusion

  • Loading branch information...
1 parent ae2afe6 commit af2500594c5e1a4b531d338ffe8516106a1fc6cb @alistairewj alistairewj committed Jun 22, 2017
Showing with 7 additions and 0 deletions.
  1. +7 −0 notebooks/crrt-notebook.ipynb
@@ -2035,6 +2035,13 @@
" plt.legend(handles=legend_handle,loc='best')\n",
" plt.savefig('crrt_' + str(iid) + '.png')"
]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Examining the plots, it appears that durations from INPUTEVENTS and PROCEDUREEVENTS_MV are redundant to that in CHARTEVENTS. Furthermore, the durations from CHARTEVENTS appear to better reflect small interruptions due to clotted lines and paused treatment. As a result, we only use the durations from the CHARTEVENTS. The `concepts/durations/crrt-durations.sql` query contains the final duration query which additionally has `itemid` from CareVue. These `itemid` were determined in a similar manner to the above."
+ ]
}
],
"metadata": {

0 comments on commit af25005

Please sign in to comment.