Postal Code Master table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
The table on its own would be about 71MB, (30MB with all extra info stripped out) which is why the check was not included in [[CCMDB.accdb]]. | The table on its own would be about 71MB, (30MB with all extra info stripped out) which is why the check was not included in [[CCMDB.accdb]]. | ||
== Data Structure == | |||
{| class="wikitable sortable" | |||
|- | |||
!| field | |||
!| type | |||
!| description | |||
|- | |||
|| '''PCODE''' || text(255) || the postal code | |||
|- | |||
|| rhacode || text(255)|| code of regional health authority that the postal code is in | |||
|- | |||
|| rhaname || text(255) || name of regional health authority that the postal code is in | |||
|- | |||
|| CA || text(255) || | |||
|- | |||
|| CA_name || text(255) || | |||
|- | |||
|| NC || text(255) || | |||
|- | |||
|| NC_Name|| text(255) || | |||
|- | |||
|| latitude || number(double) || | |||
|- | |||
|| longitude || number(double) || | |||
|- | |||
|| province || text(255) || | |||
|- | |||
|| town || text(255) || | |||
|} | |||
== Related articles == | == Related articles == |
Revision as of 15:28, 2022 August 10
Postal_Code_Master table in Centralized_data.mdb is used by query NDC_Bad_Postal_Code to detect by exclusion Postal Code entries that are likely invalid.
The table on its own would be about 71MB, (30MB with all extra info stripped out) which is why the check was not included in CCMDB.accdb.
Data Structure
field | type | description |
---|---|---|
PCODE | text(255) | the postal code |
rhacode | text(255) | code of regional health authority that the postal code is in |
rhaname | text(255) | name of regional health authority that the postal code is in |
CA | text(255) | |
CA_name | text(255) | |
NC | text(255) | |
NC_Name | text(255) | |
latitude | number(double) | |
longitude | number(double) | |
province | text(255) | |
town | text(255) |
Related articles
Related articles: |