Hi All,

I am trying to extend the current Lab Value finder annotator to include the 
Range annotation also.

"Blood Urea Nitrogen (BUN) 10 mg/dL 8-23"

Using current module , I am able to pull lab value as " BUN 10 mg" from above 
text  and  trying to tag "8-23"  as reference range.

      final Map<Annotation, List<IdentifiedAnnotation>> subsumeMap = 
createCoveringMap( jCas, valueClasses,
            Arrays.asList( FractionAnnotation.class, RangeAnnotation.class, 
MeasurementAnnotation.class ) );

The range annotator is already added in the Labvalue finder class, but only 
MeasurementAnnotation is getting tagged in the output. Can anyone help here?


Thanks,
Abilash Mathew
This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful. Where permitted by applicable law, this e-mail 
and other e-mail communications sent to and from Cognizant e-mail addresses may 
be monitored.

Reply via email to