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.

...

RPDO_TABLE_REQUEST PARAMETERSDATA TABLE Values
TABLE_REQUEST_ID

auto generated incremental value, corresponding to each concept in the data table. Unique for each concept

example: 1282,1283, 1284

TABLE_INSTANCE_ID

unique for each Data table ( same value for all the concepts underneath)

example: 17

TABLE_INSTANCE_NAMEData table definition name
USER_IDlogged in user
GROUP_IDproject id
SET_INDEXauto incremented for each concept name for the table instance
C_FACTTABLECOLUMN
C_TABLENAME
COLUMN_NAME
C_FULLPATH
C_COLUMNNAME
C_COLUMNDATATYPE
C_OPERATOR
C_DIMCODE
AGG_TYPE
CONSTRAIN_BY_DATE_TO
CONSTRAIN_BY_DATE_TO
CONSTRAIN_BY_DATE_FROM
CONSTRAIN_BY_VALUE_OPERATOR
CONSTRAIN_BY_VALUE_CONSTRAINT
CONSTRAIN_BY_VALUE_UNIT_OF_MEASURE
CONSTRAIN_BY_VALUE_TYPE
CREATE_DATE
SHAREDY (for project and system shared table definitions); N (User table definition)
DELETE_FLAGY or N
C_VISUALATTRIBUTESvalues are LA   or LH  (based on visibility table definitions panel)
Example:
QT_QUERY_RESULT_TYPE

The data table definition is logged as breakdown  a breakdown type  in the QT_QUERY_RESULT_TYPE table . The rows are inserted when the user saves the data table definition.

...

RESULT_TYPE_IDNAMEDESCRIPTIONDISPLAYTYPE_IDVISUAL_ATTRIBUTE_TYPE_IDUSER_ROLE_CDCLASSNAME

Auto generated number

example : 144

RPDO_<TABLE_INSTANCE_ID>

example: RPDO_17

User-created <Table_Name>RequestCATNUM

LU (user tables)

LP (Project shared tables)


DATA_LDSedu.harvard.i2b2.crc.dao.setfinder.QueryResultPatientRequest


Example:



Info

We recommend data requests be limited to DATA_LDS users and data exports be limited to MANAGER users. The user role determines if exports/requests are visible and runnable. Refer to section on User Roles and Actions

...

Developers Getting Started With i2b2 getstarted