Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

JavaScript references in 873 clinical notes #143

Open
jengong opened this Issue Oct 27, 2016 · 1 comment

Comments

Projects
None yet
2 participants

jengong commented Oct 27, 2016

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

Owner

tompollard commented Oct 31, 2016

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);  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment