Release Management
Space shortcuts
Space Tools

Versions Compared

Key

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

...

Anchor
_Toc64985944
_Toc64985944
1.7.

...

After reading this documentation, please go to the Quick Upgrade Guide for the details about upgrading your i2b2 software. If you are installing from scratch, refer instead to the Quick Install Guide (and optionally the full i2b2 Installation Guide).

Table of Contents

...

13 Release Notes


Contents
1.7.

...

Required:   

  • Get the pid value from the Redcap project url. Set the pid parameter name to this value

...

  • Get the API Key from Redcap.  Logon to Redcap, and on the right side under applications click API.   Then, select Generate token, and use this token for the value for the parameter.

        Image Removed

...

Required:

Set the Value parameter to the pid value from the Redcap project url. 

Image Removed

...

Optional, Defaults to Y
Y - Every time a form is submitted the i2b2 metadata ontology gets regenerated

N - Do Not regenerate the metadata ontology.   

NOTE:  When first setting up i2b2/redcap this needs to be set to Y at least once or the ontology will not be created.

...

Optional, Defaults to \REDCAP\
This is the key for the root of the REDCap ontology.

...

Optional, Defaults to tree
This is how the ontology will be created

tree - All enumerated values, Yes/No will be children on the ontology

The only exception is items with checkbox, which will always be a popup

...

2) On the redcap side, set the Data Entry Trigger, it is under Project Setup → in Enable optional modules and customizations, select Additional customizations → Data Entry Trigger, and enter:

http://{i2b2 url}/i2b2/services/QueryToolService/redcapPush

Image Removed

Click Test to verify connection

3) Give Editor role to the project for AGG_SERVICE_ACCOUNT( optional DATA_PROT, DEID, LDS)

Image Removed

4) Submit a form and check to see if the ontology was created.

...

13 Release Notes
Highlight of Features

Backend Features

Frontend Features

Redesigned Find Terms By Name

  • Find terms shows the terms' contextual hierarchy, and terms that are children of other search results are not returned. Shown here: 1.7.11 (left) vs. 1.7.12 (right)
    Image Removed
  • Right-clicking on a term and then "Find Term in Tree" shows the entire hierarchy around the selected term.
    Image Removed

New Webclient Documentation

  • Included in the client and also on the Webclient Community Wiki page.

  • Featuring:
    • 3-minute screencast tutorial
    • Better overviews and guideposts
    • More task-oriented teaching

...

Improved view of Left Pane in maximized mode

  • In maximized mode, the left pane now makes all tabs accessible.

    Image Removed

Larger Query Results Panel view after Query run

When a query with breakdowns has finished, the results panel temporarily expands slightly to accommodate the breakdown graphs display.

Community-Contributed Features

...

Contribution

...

Contributor

...

ACT Ontology

...

ACT Technology and Data Harmonization Team

University of Pittsburgh

...

Image Removed

...

Easier-to-read counts

...

Nick Brown and Griffin Weber

Beth Israel Deaconess Medical Center

...

Image Removed

...

Extended query-by-value flags

...

Robert Bradford

University of North Carolina

...

Image Removed

...

Totalnum in find terms

...

Mauro Bucalo

University of Pavia

...

Image Removed

...

Visual Design of new Find Terms

...

Leaf Team

University of Washington

...

Image Removed

...

Totalnum Counter for Postgres

...

Dan Vianello

Center for Biomedical Informatics, Washington University in St. Louis

...

Feature Configuration

...

Easier i2b2 Install

The i2b2 server can now be installed using a pre-built war file instead of having to build it from source, or the war file can be built from source much more easily. More information is in the updated Installation Guide. The properties files are now stored in the database.

...

Authentication Protocol Support for NTLM2/OKTA

  •   User Set up with  OKTA Configuration:   On the Admin page, under Manage Users,

               Add a Parameter domain  and assign the values as below. Parameter value will be your institution domain name.

                                    Image Removed

                 Add a second parameter domain_controller as below. Parameter value will be your institution domain_controller value

                             Image Removed

                  Add the final parameter authentication_method as below. Parameter value will be OKTA

                              Image Removed

  •   User Set up with  NTLM2 Configuration:   On the Admin page, under Manage Users,

                    Add a Parameter domain  and assign the values as below. Parameter value will be your institution domain name.

                                    Image Removed

                      Add a second parameter domain_controller as below. Parameter value will be your institution domain_controller value

                             Image Removed

                  Add the final parameter authentication_method as below. Parameter value will be NTLM2

                              Image Removed

...

Currently,  the following  REDCAP Features  are supported in i2b2.

  • Project level :
    •  Only one unique redcap project id  can be assigned to  each i2b2 project( system finds the first project it encounters and assigns it, so two projects cannot have same REDCAP project id:
  •  Form level:
    • Renaming a Form in Redcap will create a new record in table access instead of updating the original record which means in i2b2 the original survey will still show in Ontology in addition to creating the renamed survey as a new Ontology item.
    • On adding a new Field/editing a field in the REDCAP form, the form needs to be explicitly associated with the record again to take effect in i2b2
    • Data triggers happen only on Form SAVE button.
    • Only Form  SAVE as a URL survey or Admin edit/add record Saves, triggers i2b2 Ontology creation. Other forms of Form creation in REDCAP- by Data import tool, API format, will not trigger Ontology creation in i2b2)
    • Ontology is only displayed in Tree structure format in i2b2. Pop up display (sometimes called query-by-value) is not supported. (example as below)   

                                         Image Removed

    • There is no mapping of records submitted in REDCAP to existing patient_ids in i2b2. The scope of this release is limited to adding new record rows in Observation_fact table and Updating the fields of records added.
  • Field level:
    • The following project fields from REDCAP  are supported in i2b2.
      • TEXT BOX
      • CHECKBOX
      • RADIO BUTTON
      • DROPDOWN
      • YES-NO
      • TRUE-FALSE
      • SLIDER / VISUAL ANALOG SCALE
      • DESCRIPTIVE TEXT
      • NOTES BOX
      • SIGNATURE
      • DYNAMIC QUERY(SQL)
    • Text box (Short text)Number and Date/Time ) with Validation capability in REDCAP - validation  will work only as a simple text String search in i2b2
    • Check box, Multiple Choice , Yes-No, True-False Form fields will appear as a Tree format in i2b2 ( Popup display is not supported)

   REDCAP SETUP CONFIGURATION

1) Set Project Params (PM_PROJECT_PARAM)

...

Frontend Features
LOTS OF TABS!
P2
Community-Contributed Features
Backend Features
Improved Totalnum Scripts
I2b2-Synthea data Load
Improved db Upgrade Process
Changelog
Database Drivers
Supported Db Server versions
Supported software versions
i2b2 Database Changes
i2b2 Server and Client Changes
New Features and Improvements
Bug Fixes
Notes for Developers

Anchor
_Toc64985945
_Toc64985945
Highlight of Features

Anchor
_Toc64985946
_Toc64985946
Frontend Features

Anchor
_Toc64985947
_Toc64985947
LOTS OF TABS!

Anchor
_Toc64985948
_Toc64985948
P2

Anchor
_Toc64985949
_Toc64985949
Community-Contributed Features

Contribution

Contributor

 

 

 

 

 

 

 


Anchor
_Toc64985950
_Toc64985950
Backend Features

Anchor
_Toc64985951
_Toc64985951
Improved Totalnum Scripts

Totalnum Scripts for Postgres and MSSQL have been updated to improve the Totalnum counter performance on very large(>1.5 million) ontology elements such as ACT medications, Debug messages have also been added for troubleshoot purposes
Totalnum Scripts Setup

  1. In the Release_1-7/NewInstall/Metadata/ run the ant script to create the stored procedures. ant  ant -f data_build.xml create_metadata_procedures_release_1- 7  
  2. Run the stored procedures on your database. This can be done in two ways.In the Release_1-7/NewInstall/Metadata/ run the ant script to create the stored procedures. 


  • POSTGRESQL : ant -

...

  • f data_build.

...

  • xml db_metadata_run_total_count_postgresql
  • ORACLE : ant -f data_build.

...

  • xml db_metadata_run_total_count_oracle
  • SQL SERVER : ant -f data_build.

...

  • xml db_metadata_run_total_count_

...

  • sqlserver   

...

  1. Execute the RunTotalNum stored procedure on your database. This can take several hours.  Example   Example Usage:    

                                     

...

    Oracle:            
                                          begin
                                          RUNTOTALNUM('observation_fact','i2b2demodata');
                                          end;   
                                       

...

  Note:

...

 If you get the error as: ERROR at line 1: ORA-01031: insufficient privilege, then run the command:
                                          grant create table to (DB USER)  
                                          

...

SQL server:           

...

  
                                          exec

...

RUNTOTALNUM    
                                          PostgreSQL:           

...

  
                                          select RUNTOTALNUM('observation_fact','public')
                                     

...

(replace 'public' by the schema name for the fact table)
                                     

...

– If using a schema other than public for metadata, you might need to run "set search_path to 'i2b2metadata','public' " first as well
                                                            3.  

  1. When finished, verify it is complete by checking that c_totalnum columns in your ontology tables contain numbers (not nulls).

                These total counts will be counts will be visible in the ontology browser in the web client.

...

Anchor

...

This will allow you to install the ACT ontology as a separate project in i2b2. Note that this will create a project with ONLY the ontology - no data. At this time, using the demodata with the ACT ontology is not supported. You will need to load your own data to run queries using the ontology.

  • In the Release_1-7/NewInstall/Metadata/db.properties file change the db.project from demo to act   

                          Image Removed

  • Do the same in Release_1-7/NewInstall/Pmdata/db.properties, or perform these two steps manually:
    • Create new Project ACT  in the Admin tool
    • Add  AGG SERVICE Account to the Project
  • The Hivedata install will add new dblookup-rows  with parameters  under CRC, Ontology and workplace to set up the project path, but this can also be configured manually in the Admin tool ( example as in below)   

                               Image Removed

  •   Run the ant script against create_metadata_tables_release_1-7 and db_metadata_load_data. 

                     This will create  the new  ACT Ontology structure under project ACT.

                      Image Removed

...

Warning Box

This is a community contributed feature, turned off by default, and has only been minimally tested by the core i2b2 team.

An expanded set of lab flag values can be easily modified by users to support their needs or expanded to the full set of HL7/LOINC flag values. The expanded list is toggleable via an added config setting in the i2b2_ui_config.js. (Note: Only numeric lab results have the flag functionality included.)

With the expanded set of lab values, the base 'A','L','H' are omitted to prevent collisions with things like "CH" (Critical High) or "CL" (Critical Low) due to the indexOf function call to determine if a flag is in the list.

To use the expanded lab flag set, make ETL changes to accommodate the expanded list of values you would like to use and modify i2b2_ui_config.js to match.

...

Image Removed

To set the webclient to start with the left pane in the new expanded mode, make sure this new parameter is added to i2b2_config.js. 

startZoomed: true

The .zip file for this release defaults to this mode.

Changelog

_Toc64985952
_Toc64985952
I2b2-Synthea data Load

A new option is now available for loading Synthea data files into i2b2. Synthetic patient data generated by Synthea is hosted on  SyntheticMass..The Synthea sample files have been converted to i2b2-ACT format. The zipped data files can be downloaded from https://github.com/i2b2/i2b2-synthea
Synthea Load Process:

  1. Create db Schema with name labeled synthea
  2. Load Synthea data from the sample data files provided
  • Download the zipped flat files and extract to them to a local directory
  • Using SSMS, import the sample obs file into obvseration_fact table
  • Import the sample obs-pat file into patient dimension table.
  1. Download latest stored procedures from github
  2. Execute the stored procedures on your database to create the patientnum and encounternumbers.

Anchor
_Toc64985953
_Toc64985953
Improved db Upgrade Process

Currently i2b2 db upgrade process is tedious involving multiple manual steps of running upgrade scripts and stored procedures. This release provides a single upgrade script which will perform the complete db upgrade.

Anchor
_Toc64985954
_Toc64985954
Changelog

Anchor
_Toc64985955
_Toc64985955
Database Drivers

The JDBC drivers were updated to the following versions.

Driver

New Version

ojdbc8.jar

Oracle 12.2.0.1

postgresql-42.2.5.jar

PostgreSQL 42.2.5

mssql-jdbc-7.0.0.jre8.jar

MS Sql Server 7.0.0

i2b2 Database Changes

  • Small changes to the i2b2 Database. 
    • Property files were moved into the database in the new Hive table HIVE_CELL_PARAMS.
    • Query type classname property moved from the properties file to the CRC table QT_QUERY_RESULT_TYPE in a new CLASSNAME field
  • Totalnum counts to Ontology Terms in the demo data that is delivered with the software along with the  Stored procedures used for creating the counts.
  • ACT Ontology

i2b2 Server and Client Changes

New Features and Improvements

...

Anchor
_Toc64985956
_Toc64985956
Supported Db Server versions

Type

Version

SQL Server

2012+

Oracle

12g+

Postgres

9


Anchor
_Toc64985957
_Toc64985957
Supported software versions

Application

Version

Java

8

java

11

Wildfly

17.0.0

Apache HTD

2.4.17 or higher

Apache Ant

1.9.6

Apache Axis2

1.7.1

Anchor
_GoBack
_GoBack
PHP

7.2.27 or higher

Anchor
_Toc64985958
_Toc64985958
i2b2 Database Changes

New db updates include

Anchor
_Toc64985959
_Toc64985959
i2b2 Server and Client Changes

Anchor
_Toc64985960
_Toc64985960
New Features and Improvements

Bug Fixes







Anchor
_Toc64985961
_Toc64985961
Bug Fixes

...

Release Date: May, 2020

Release 1.7.12a  includes fixes for the i2b2 Web Client, i2b2 Core Server, and  Postgres and SQLServer database Stored Procedures. The notable changes in this release are:

  • Updated QueryProcessorUtility to improve handling of the Medium and Large Process Queues.
  • Added support for Find Terms to return results using the Hierarchical View even for very large result sets.
  • Fixed issues with Redcap import for Postgres database due to stored procedure INSERT_EID_MAP_FROMTEMP.
  • Improvement of Totalnum counting stored procedures computation for very large Ontologies (>1.5 million elements) and very large data, on Postgres and SQLServer.
  • Prevent  the left pane on the i2b2 webclient from becoming small when the splitter is dragged

i2b2 Server Side Fixes:

[CORE-392] - Queueing is not working as designed

[CORE-393] - REDcap import does not work in Postgres

[CORE-387] - Hierarchical view turns off if there are >1000 results, even if only a few hundred are returned
                       Full Request XML message is stored in the QT_PDO_QUERY_MASTER table

i2b2 Web Client Fixes:

[WEBCLIENT-328] - Webclient behaves oddly when splitter is moved to make left panel very small

i2b2 Database Fixes:

[CORE-389] - Totalnum performance improvements on Postgres and SQLServer

[CORE-393] - REDcap import does not work in Postgres


Anchor
_Toc64985962
_Toc64985962
Notes for Developers

For Java 11 install, if you change xsd, then modify the gensource.

...