Linking pairs table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m Text replacement - "CCMDB.mdb" to "CCMDB.accdb" |
Ttenbergen (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
The '''linking_pairs''' table in [[Centralized data.mdb]] is where the data generated by [[Populate linking pairs]] is stored. | The '''linking_pairs''' table in [[Centralized data.mdb]] is where the data generated by [[Populate linking pairs]] is stored. | ||
=== | === Data Structure === | ||
{| | {| class="wikitable sortable" | ||
|early_D_ID || [[D_ID]] of the '''earlier''' record in a pair of consecutive records for same patient | |early_D_ID || [[D_ID]] of the '''earlier''' record in a pair of consecutive records for same patient | ||
|- | |- | ||
| Line 8: | Line 8: | ||
|} | |} | ||
To see the data structure of this table, see most up-to-date [[Centralized_data.mdb]]. | |||
To see the data structure of this table, see most up-to-date | |||
== Related articles == | |||
{{Related Articles}} | |||
[[Category:Data structure]] | [[Category:Data structure]] | ||
[[Category:Multiple Encounter]] | [[Category:Multiple Encounter]] | ||
Revision as of 14:24, 17 November 2021
The linking_pairs table in Centralized data.mdb is where the data generated by Populate linking pairs is stored.
Data Structure
| early_D_ID | D_ID of the earlier record in a pair of consecutive records for same patient |
| late_D_ID | D_ID of the later record in a pair of consecutive records for same patient |
To see the data structure of this table, see most up-to-date Centralized_data.mdb.