Populate linking pairs: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m m
Line 5: Line 5:
* click the "populate linking_pairs" button on the main screen
* click the "populate linking_pairs" button on the main screen


== Implementation ==
Because MS Access doesn't have functionality to compare data in a "current" to a "next" record this is implemented as an iterative process in Module ''linking'' Sub ''populate_linking_pairs''.


[[Category: Data Processing]]
[[Category: Data Processing]]

Revision as of 11:49, 17 August 2015

As part of vetting CFE needs to pair up any records for the consecutive/continuous admission of a patient.

Instructions

  • be sure you have completed Pre-linking checks
  • click the "populate linking_pairs" button on the main screen

Implementation

Because MS Access doesn't have functionality to compare data in a "current" to a "next" record this is implemented as an iterative process in Module linking Sub populate_linking_pairs.