MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.59k stars 1.52k forks source link

JavaScript references in 873 clinical notes #143

Open jengong opened 8 years ago

jengong commented 8 years ago

In the references section of some of these clinical notes, there is text containing "JavaScript:parent.POPUP...". It always happens at the end of the file, and these are primarily physician notes. 163/873 are from a single caregiver (cgid = 18414).

tompollard commented 8 years ago

Thanks @jengong. Just adding a query below to reproduce this issue.

SELECT text 
FROM noteevents 
WHERE cgid = 18414 
AND hadm_id = 168904
AND text like '%JavaScript%'; 

Outputs:

...
...
References            
1. JavaScript:parent.POPUP(self,%22_WEBTAG=_1%22,640,400,50,50,1);                                     
2. JavaScript:parent.POPUP(self,%22_WEBTAG=_2%22,640,400,50,50,1);       
3. JavaScript:parent.POPUP(self,%22_WEBTAG=_3%22,640,400,50,50,1);                
4. JavaScript:parent.POPUP(self,%22_WEBTAG=_4%22,640,400,50,50,1);    
5. JavaScript:parent.POPUP(self,%22_WEBTAG=_5%22,640,400,50,50,1);        
6. JavaScript:parent.POPUP(self,%22_WEBTAG=_6%22,640,400,50,50,1);             
7. JavaScript:parent.POPUP(self,%22_WEBTAG=_7%22,640,400,50,50,1);