L PCH table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m sp |
Ttenbergen (talk | contribs) m cleanup and then some |
||
Line 1: | Line 1: | ||
'''L_PCH''' is a table in [[Centralized_data.mdb]]. | '''L_PCH''' is a table in [[Centralized_data.mdb]]. | ||
== Data Structure == | |||
{| class="wikitable sortable" | |||
|- | |||
!| field | |||
!| type | |||
!| description | |||
|- | |||
|| '''D_PCH_ID''' || Long integer (AutoNumber)|| unique ID column, random number generated by Access when a new line is added | |||
|- | |||
|| '''[[Person_ID]]''' || Long integer || key against table [[L_Person table]] | |||
|- | |||
|| '''PCH_ID''' || Long integer || ID of the PCH, key against table [[S_PCH]] | |||
|- | |||
|| '''PCH_admission''' || date/time || date of admission to that PCH | |||
|} | |||
== Where does this data come from? == | |||
L_PCH is populated as part of [[what did we call the Death/PCH data exchange...?]] {{discussion}} | |||
== Related Articles == | |||
{{Related Articles}} | |||
== Related | |||
{{Related | |||
[[Category: Data structure]] | [[Category: Data structure]] | ||
[[Category: L Table]] | [[Category: L Table]] | ||
[[Category:Multiple Encounter]] | [[Category:Multiple Encounter]] |
Revision as of 12:32, 18 September 2017
L_PCH is a table in Centralized_data.mdb.
Data Structure
field | type | description |
---|---|---|
D_PCH_ID | Long integer (AutoNumber) | unique ID column, random number generated by Access when a new line is added |
Person_ID | Long integer | key against table L_Person table |
PCH_ID | Long integer | ID of the PCH, key against table S_PCH |
PCH_admission | date/time | date of admission to that PCH |
Where does this data come from?
L_PCH is populated as part of what did we call the Death/PCH data exchange...? Template:Discussion
Related Articles
Related articles: |