Hi Everyone

I am using cTAKES from the svn repository in IntelliJ IDEA. I wrote a small
script calling the *getFastPipeline()* function from the
*ClinicalPipelineFactory* class.

On passing the string:
*"clonazePAM 0.5 mg oral tablet*
*clopidogrel 75 mg oral tablet"*

I'm getting the annotated RXNORM tokens as:

*clonazePAM --> codes: [2598]*
*0.5 mg --> codes: []*
*0.5 --> codes: []*
*oral tablet --> codes: [317541]*


*clopidogrel  --> codes: [32968]*
*75mg --> codes:[]*

*oral tablet --->  codes: [317541]*

where actually I need something like:

*clonazePAM 0.5 mg oral tablet --> codes: [197527]*
*clopidogrel 75 mg oral tablet --> codes:[309362]*

Can you please suggest if there's a way I can get these specific codes
instead of the class codes?

Thanks and Best Regards.
Pratik Agarwal

Reply via email to