L PCH table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) u |
Ttenbergen (talk | contribs) m cat |
||
Line 14: | Line 14: | ||
[[Category: Data structure]] | [[Category: Data structure]] | ||
[[Category:L Table]] |
Revision as of 22:07, 16 September 2017
L_PCH is a table in Centralized_data.mdb.
Fields:
- D_PCH_ID - unique ID column
- a random number generated by Access when a new line is added
- Person_ID - key against table L_Person
- PCH_ID - ID of the PCH, key against table S_PCH
- PCH_admission - date of admission to that PCH
There can be multiple records in table L_PCH for each entry in table L_Person in case they change PCHs.
L_PCH is populated as part of what did we call the Death/PCH data exchange...?