Developers Getting Started With i2b2
Space shortcuts
Space Tools
Developers Getting Started With i2b2 getstarted

Versions Compared

Key

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

...

User RoleCreate Data TableData RequestData Request Manager View DetailsData Export/Generate Data file Change Request Status
ObfuscatedEnabledEnabledEnabledDisabledDisabled
AggregateEnabledEnabledEnabledDisabledDisabled
ProtectedEnabledEnabledEnabledDisabledDisabled
LDSEnabledEnabledEnabledDisabledDisabled
Manager/No LDSDisabled since no LDSDisabledEnabledEnabledEnabled
Manager/LDSEnabledEnabledEnabledEnabledEnabled
Admin/no LDSdisabled since no LDSDisabledEnabledEnabledEnabled
Admin/LDSEnabledEnabledEnabledEnabledEnabled


Database changes

RPDO_TABLE_REQUEST Configuration

In order to support the  data Table  design, a new table RPDO_TABLE_REQUEST is added.  The metadata in Data Table design is stored in the table when the data Table is saved.

...

There are 4 patient_dimension default concepts that  that are loaded into the RPDO_TABLE_REQUEST which are required. These are: race_cd (ethnicity), reace_cd(race), age_in_years_num, sex_cd and gender


Info

The default row insert script is provided in the data install folder of the release 


Any other user created concepts in the data table design will be stored in the RPDO_TABLE_REQUEST.  Below is the list that correspond to values in the Data Table

RPDO_TABLE_REQUEST PARAMETERSDATA TABLE Values
Table_Request_idauto generated incremental value, corresponding to each concept in the data table. Unique for each concept
Table_instance_idunique for each Data table, auto generated incremental value( same value for all the concepts underneath)

...



Database

...

Updates

Data table definition details

...

Data Request definition details

QT_BREAKDOWN_PATH

QtQT_breakdown_path logs the table_instance_id value and the result_instance_id. to be associated with the ptset. query.

...

Developers Getting Started With i2b2 getstarted