File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/org/ohnlp/medxn/backbone Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >org.ohnlp.medxn</groupId >
88 <artifactId >medxn</artifactId >
9- <version >1.0.7 </version >
9+ <version >1.0.8 </version >
1010 <description >The MedXN medication Information extraction pipeline</description >
1111
1212 <repositories >
Original file line number Diff line number Diff line change 1010import org .apache .beam .sdk .values .Row ;
1111import org .joda .time .Instant ;
1212import org .ohnlp .backbone .api .Transform ;
13+ import org .ohnlp .backbone .api .annotations .ComponentDescription ;
1314import org .ohnlp .backbone .api .components .OneToOneTransform ;
1415import org .ohnlp .backbone .api .exceptions .ComponentInitializationException ;
1516
3233 * <b>Important:</b> Requires that the OHDSI vocabulary load query first be run and loaded into backbone resources folder
3334 * as ohdsi_rxnorm_map.csv. Please refer to documentation for further details
3435 */
36+ @ ComponentDescription (
37+ name = "MedXN OHDSI Converter" ,
38+ desc = "Converts MedXN Output to the OHDSI Format for NOTE_NLP Table"
39+ )
3540public class MedXNOutputToOHDSIFormatTransform extends OneToOneTransform {
3641 private static ThreadLocal <SimpleDateFormat > sdf = ThreadLocal .withInitial (() -> new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ssXXX" ));
3742 private Schema schema ;
You can’t perform that action at this time.
0 commit comments