wiki:LEGACY - i2b2 - Importing data via web services

In an ideal world (as far as I can imagine it), we would be able to throw a PDO at a URL and have it import the data to i2b2. This would allow us to import from the many different systems that BRISSKit will entail in a relatively simple way. If we have to have some kind of middleware layer or a bespoke i2b2 cell for this is an open question. In the first instance we just need to be able to talk to i2b2 with a web service...

Inter-cell communication is done (almost) exclusively with web services as described in https://www.i2b2.org/software/files/PDF/current/MessageWrapper.pdf From what I understand, each message consists of a standard xml file with well defined headers containing all the metadata, then any PDOs are included in the body of the xml file.

Both the workbench and the web client talk to i2b2 with these web services. Different parts seem to be able to talk directly with different cells - so the ontology tree display talks with the ontology cell etc.

The web client is written completely in Javascript so it is entirely client-side code. In theory picking it apart would give us a rough idea of how messages are passed to/from i2b2. It is difficult to understand however...

The workbench works in a similar way, but written in Java. I think Jeff is going to have a look at this in the future.

Clearly other groups have got on top of this as they have lots of data in i2b2, by lots I mean literally millions of patients!

There are a few projects around that look like they might be helpful in pointing us in the right direction.

Error: Macro BackLinks(None) failed
'Environment' object has no attribute 'get_db_cnx'

Last modified 8 years ago Last modified on 12/09/15 19:46:52
Note: See TracWiki for help on using the wiki.