Sean,

Do you recall if there was a reason "iv" was not included  in the list 
originally?

To clarify, the snippet Pei shows below is what it would look like if he added 
it; the snippet is not showing what the code already looks like. 
So technically "IV" would not be added, "iv" would be.

Also, fyi, iv_singleInjectWordSet already includes " subcutaneously" too.

Pei, looks like there is a copy/paste error, that subcutaneously is already 
listed twice for iv_singleInjectWordSet . 
Could you remove the extra one as long as you are in that file?

-- James

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of 
Chen, Pei
Sent: Wednesday, July 17, 2013 1:53 PM
To: [email protected]
Subject: RE: Medication Route in DrugNER

Any objections to adding 'IV' to the Inject/Intervenious machines-  
RouteFSM.java?
                iv_singleInjectWordSet.add("intervenously");    
                iv_singleInjectWordSet.add("injection");
                iv_singleInjectWordSet.add("injections");
                iv_singleInjectWordSet.add("injected");
                iv_singleInjectWordSet.add("iv");
I just tested it out that it worked fine after we added iv to the FSM.  
I'll create a Jira in the meantime.

--Pei

> -----Original Message-----
> From: Masanz, James J. [mailto:[email protected]]
> Sent: Wednesday, July 17, 2013 1:59 PM
> To: [email protected]
> Subject: RE: Medication Route in DrugNER
> 
> info from Sean:
> 
> I would expect 'intravenous' to be found, but 'IV' isn't included in the list 
> of
> route FSM
> 
> IV might be being found as a roman numeral
> 
> ________________________________________
> From: [email protected] [dev-
> [email protected]] on behalf of
> Chen, Pei [[email protected]]
> Sent: Wednesday, July 17, 2013 11:08 AM
> To: [email protected]
> Subject: Medication Route in DrugNER
> 
> Does anyone recall if the intravenous or IV could be picked up as a route by
> the DrugNER module?
> For example: "cisplatin 2.5 mg IV every 24 hours." IV gets picked up as a
> Medication Frequency (4) instead of Route.
> 
> --Pei
> 

Reply via email to