L Communication Notes table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m m |
Ttenbergen (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''L_Communication_Notes''' table in [[Centralized_data.mdb]] contains data related to the [[data processor]]'s communications with [[data collector]]s during [[vetting]]. | The '''L_Communication_Notes''' table in [[Centralized_data.mdb]] contains data related to the [[data processor]]'s communications with [[data collector]]s during [[vetting]]. | ||
Specifically, the [[email | Specifically, the [["email collector about patient data" button]] will populate this table with the content of the email and the date. The data is used by the main office to keep track which problem data has been processed. | ||
== Data Structure == | == Data Structure == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
Line 11: | Line 10: | ||
!| description | !| description | ||
|- | |- | ||
| D_ID || | | D_ID || text(18)|| unique record ID | ||
|- | |- | ||
| Notes || text || text from the email | | Notes || text(255) || text from the email | ||
|- | |- | ||
| CommDate || date|| date of communication | | CommDate || date|| date of communication | ||
|} | |} | ||
== Related articles == | |||
{{Related Articles}} | |||
[[Category: Data structure]] | [[Category: Data structure]] | ||
[[Category: Data Processing]] | [[Category: Data Processing]] | ||
[[Category: Centralized data.mdb]] |
Latest revision as of 23:58, 6 February 2019
The L_Communication_Notes table in Centralized_data.mdb contains data related to the data processor's communications with data collectors during vetting.
Specifically, the "email collector about patient data" button will populate this table with the content of the email and the date. The data is used by the main office to keep track which problem data has been processed.
Data Structure
field | type | description |
---|---|---|
D_ID | text(18) | unique record ID |
Notes | text(255) | text from the email |
CommDate | date | date of communication |
Related articles
Related articles: |