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_IDdata request user
GROUP_IDproject id
SET_INDEXauto incremented for each concept row for the table instance
C_FACTTABLECOLUMN"concept_cd" for the fact table or "patient_num" for the patient_dimension
C_TABLENAMEcorresponds to table storing concept_cd/patient_num( concept_dimension or patient_dimension )
COLUMN_NAMEThe column name of the data table definition
C_FULLPATHcorresponds to the concept's c_fullname in the ontology table
C_COLUMNNAMEusually "concept_path" for concept_dimension
C_COLUMNDATATYPEcorresponds to ontology table  column value
C_OPERATORcorresponds to ontology table  column value
C_DIMCODEcorresponds to ontology table  column value
AGG_TYPEcorresponds to Aggregate option selection in data table definition
CONSTRAIN_BY_DATE_TOcorresponds to date constraint option selection in data table definition
CONSTRAIN_BY_DATE_TOcorresponds to date constraint option selection in data table definition
CONSTRAIN_BY_DATE_FROMcorresponds to date constraint option selection in data table definition
CONSTRAIN_BY_VALUE_OPERATORcorresponds to set value constraint selection in data table definition
CONSTRAIN_BY_VALUE_CONSTRAINTcorresponds to set value constraint selection in data table definition
CONSTRAIN_BY_VALUE_UNIT_OF_MEASUREcorresponds to set value constraint selection in data table definition
CONSTRAIN_BY_VALUE_TYPEcorresponds to set value constraint selection in data table definition
CREATE_DATEcorresponds  data table definition creation date
SHAREDY (for project and system shared table definitions); N (User table definition)
DELETE_FLAGY (if deleted) or N 
C_VISUALATTRIBUTESvalues are LA  or LH  (based on visibility table definitions panel)
REQUIREDNA?
JASON_DATA

logs the table definition variables details needed for the  execution of the stored procedure to create the data file

GENERATED_SQLlogs the SQL query that is generated by stored procedure call  call  for each variable
DELETE_DATEdate of table definition deletion
CREATE_DATEdate of table definition creation
USE_AS_COHORTNA


Example:

QT_QUERY_RESULT_TYPE

...

Developers Getting Started With i2b2 getstarted