Skip to content

Highlights corresponding PHI data in the text portion of an i2b2 XML Document.

License

Notifications You must be signed in to change notification settings

danlamanna/i2b2-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i2b2-mode

Highlights corresponding PHI data in the text portion of an i2b2 XML Document.

Installation

i2b2-mode is in the MELPA repository! So you can use package.el to install it.

You can always manually clone it and add it to your load path if desired.

This is the code I use to load it:

(add-hook 'nxml-mode-hook (lambda(&rest args)
                            (require 'i2b2-mode)
                            (if (i2b2-buffer-p)
                                (i2b2-mode 1))))

Example

i2b2-mode

About

Highlights corresponding PHI data in the text portion of an i2b2 XML Document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published