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.

...

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

  • The Table_instance_id is logged in the Name column when the user saves the table_definition. 
  • The Value column logs the EXEC statement of the stored procedure that generates the data file. The result_instance_id

...

  • variable gets updated with the  numeric value from the  Query_result_instance  where ptset query result_type_id =1 at the time of creation of Data file.


Example:

NAMEVALUE
RPDO_<Table_instance_id>

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

...

Developers Getting Started With i2b2 getstarted