i2b2 Web Client
Space shortcuts
Space Tools
i2b2 Web Client webclient

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

i2b2.MSG_TYPES

Contains the "magic strings" used to communicate with the plugin manager in the main UI via Window.postMessage().

i2b2.ajax

Contains Promise-returning functions that return a string of XML which was returned by the i2b2 server for your particular API call.

i2b2.authorizedTunnel


Wiki Markup
Contains the "function\[\]" and "variable\[\]" accessors your plugin can use to programmatically access resources within the main UI.


i2b2.h

Some helper functions used by the i2b2 loader file.

i2b2.model

This is where your plugin should store its data that it wants preserved when the plugin reloads. Use i2b2.state.save() function to save it.

i2b2.state

Contains the save() function used to save the i2b2.model namespace.

i2b2.sdx

Contains two functions used to make HTML elements drop targets for the i2b2 SDX subsystem.

...

i2b2 Web Client webclient