Release Management
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JDBC drivers were updated to the following versions.

DriverNew Version
ojdbc8.jarOracle 12.2.0.1
postgresql-42.2.5.jarPostgreSQL 42.2.5
mssql-jdbc-7.0.0.jre8.jarMS Sql Server 7.0.0

Upgrade Paths

The i2b2 now provides two options for upgrading your i2b2 server.

  1. Continue to download the source code provided in the zip file released on www.i2b2.org/software
  2. Install the precompiled JAR files onto your existing i2b2 server to upgrade it to 1.7.11.

Both are acceptable paths to upgrade your i2b2 server and depending on which you choose will determine where you need to go to obtain the appropriate files. The location of the upgrade files for each component is outlined below.

Upgrade Software

DescriptionWhere to find itRequirements
Upgrade i2b2 database to 1.7.11

Software page (i2b2 Website)

Download i2b2createdb-1711.zip file under Source Code
Upgrade i2b2 Web Client to 1.7.11

Software page (i2b2 Website)

Download i2b2webclient-1711.zip file under Source Code
Upgrade i2b2 Server to 1.7.11 (Source Code)

Software page (i2b2 Website)

Download i2b2core-src-1711.zip file under Source Code
Upgrade i2b2 Server to 1.7.11 (JAR files) Upgrade to latest version page (Community Wiki) See Technical Details section on the i2b2 Upgrades page and upgrade documentation on Upgrade to latest version page.


Database Changes


Release 1.7.11 involves a few changes to the i2b2 Database. Some are simple an addition to the sample data that is included in the demo data that is delivered with the software while others are changes to the database structure to support new features that are included in 1.7.11

Crcdata Tables

QT_PRIVILEGE   Added new entry for the Identity Data Plan

Ontdata Taables

TABLE_ACCESS  Added new column for the Identity Data Plan



Change Summary - Release 1.7.10

Did you know?

  • Changes to the i2b2 server & database are listed under i2b2 Kernel (Core) Software
  • Changes to the i2b2 Web Client are listed under i2b2 Web Client Software
  • Additional information about the new features can be found in the Feature Details - Release 1.7.11 section located this Change Summary section.

i2b2 Kernel (Core Software)

New Features and Improvements

  • [WEBCLIENT-250] - New Ontology Info Tab in Navigate Terms
  • [WEBCLIENT-251] - Role-based ontology protection
  • [CORE-309] - Add includeHiddens attribute for all calls made to the TABLE_ACCESS table
  • [WEBCLIENT-246] - Enhancements to Previous Queries

Bug Fixes

  • [CORE-278] - GetPDOFromInputList_requestType Fails on Postgresql
  • [CORE-307] - Fix internal key expiration date assigned when changing password
  • [CORE-308] - Full Request XML message is stored in the QT_PDO_QUERY_MASTER table
  • [CORE-313] - CRC-PDO: AverageObservationPageMethod doesnt work
  • [CORE-315] - Idenitified Data Plan- Demo_Oracle- Ontology term with No Protected access- is not visible if User role not Protected
  • [CORE-331] - GetCodeInfo- not finding codes with an '_'
  • [WEBCLIENT-231] - Able to set Date constraint on previous queries/ptset as concept
  • [WEBCLIENT-247] - bad image filename
  • [WEBCLIENT-248] - previousqueries panel-date option-'>' button not dispalying records after the specific date- same with '<' buttton
  • [WEBCLIENT-249] - previous queries panel- date option- datetime stamp not consistent with previous queries date stamp
  • [WEBCLIENT-252] - Ontology Options for Finding Terms- hidden Terms option is not validating hidden Terms
  • [WEBCLIENT-256] - previous queries - pagination by date- buttons don't work after the last pagination
  • [WEBCLIENT-259] - worplacefolder drag&drop- not working at subfolder level contents
  • [WEBCLIENT-260] - Drag and drop of folder with multiple concepts appears stuck on group panel
  • [WEBCLIENT-261] - Querytool- Ontology terms query run with breakdowns erroring out
  • [WEBCLIENT-262] - Querytool- query run with query ( run as patientset)-erroring out
  • [WEBCLIENT-263] - workplace folder drag and drop into simple temporal query events box - cannot drag and drop
  • [WEBCLIENT-264] - worplacefolder drag&drop- query report not displaying individual patient name and subfolder naming and path?
  • [WEBCLIENT-265] - Query run with individual pt is returning 0 results on rerun
  • [WEBCLIENT-266] - Individual pt query run with Timeline option - not drawing the timeline, causing unresponsive webpage
  • [WEBCLIENT-267] - Individual pt in Simple temporal query not working
  • [WEBCLIENT-268] - Query run with a ptset is errorin gout on rerun
  • [WEBCLIENT-269] - Individual Pt drag and drop- After query run, query not displaying the patient in panel
  • [WEBCLIENT-270] - worplacefolder drag&drop- queryname gets '@' by default instead of name of the folder on run
  • [WEBCLIENT-271] - workplace folder with empty contents is checked as zero pt instead of ignoring
  • [WEBCLIENT-272] - temporal query with workplace contents in constraint population panel not running
  • [WEBCLIENT-276] - workplace folder with multiple concepts taking long time to load in the query panel after drag and drop
  • [WEBCLIENT-277] - after workplace is deleted from the query panel Query run successful with empty contents



Feature Details - Release 1.7.10


New Feature: Role-based Ontology Protection

...