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.

...

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 User and  system shared tables)

LP (Project shared tables)


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

...

NAMEVALUEGroup_id

RPDO_<Table_instance_id>

Example: RPDO_17

EXEC i2b2synthea8.dbo.usp_rpdo2 @TABLE_INSTANCE_ID=<Table_instance_id> @RESULT_INSTANCE_ID={{{RESULT_INSTANCE_ID}}} @MIN_ROW=0 @MAX_ROW=10000

SQLServerLarge


Example:

Database updates- Data request submission

...

When the User runs a query with User created Data Request breakdown option selected, a row is logged in the QT_Query_Result_Instance for the  result_type_id generated in the QT_Result_typeRESULT TYPE

Column NameValue (Example)
Result_Type_ id144
Result_instance_id1729


Example:

QT_BREAKDOWN_PATH 

The EXEC statement in Value column is updated with values for table_instance_id and result_instance_id in the EXEC statement and the stored procedure id  to generate the Data file is executed

...

Developers Getting Started With i2b2 getstarted