Patient List: Difference between revisions
Ttenbergen (talk | contribs) m Text replacement - "CCMDB.mdb" to "CCMDB.accdb" |
Ttenbergen (talk | contribs) |
||
Line 21: | Line 21: | ||
* [[RecordStatus field]] | * [[RecordStatus field]] | ||
* [[LastOpened DtTm field]] | * [[LastOpened DtTm field]] | ||
=== Row colours on {{PAGENAME}} === | |||
The rows on this form are dynamically coloured based on the [[Service/Location]] of the patient. The colour is stored in the "colour" field of the [[S dispo table]]. To change the colour, choose a colour in a [https://www.google.com/search?client=firefox-b-1-d&q=web+color+picker colour picker tool] and tell Tina the [[Service/Location]] to change to this colour. This will change the colour for anyone who collects that location, so it needs to be coordinated by site to have sufficient contrast between colours. | |||
We implemented this because space is limited on this form and this way we can show the [[Service/Location]] without using extra space for a column. | |||
=== Requested Changes? === | === Requested Changes? === | ||
nothing currently | nothing currently | ||
== Related articles == | |||
{{Related Articles}} | |||
[[Category: CCMDB.accdb]] | [[Category: CCMDB.accdb]] | ||
[[Category: CCMDB forms]] | [[Category: CCMDB forms]] |
Revision as of 14:06, 27 April 2020
The Patient List is an electronic form in CCMDB.accdb on the laptop which lists all patients . The paper data collection patient list is referred to Data collection log form.
To access the patient list in CCMDB.accdb, click the Patient List button on the Main Form.
To view a patient on this list, click the "binoculars" button before that patient.
If a Serial number needs to be changed it has to be done in the Patient List to ensure all re-linking happens properly and that no data integrity checks get bamboozled by the change.
Aside from the Serial Number you can not edit patient information in the patient list itself because these edits would not be subject to the Data Integrity Checks.
column configuration of the patient list
The following fields are listed on the Patient List form. Most have buttons to sort the fields.
- Record field
- Serial number
- Last Name
- First Name
- Arrive DtTm
- Dispo DtTm
- Notes field
- Chart
- RecordStatus field
- LastOpened DtTm field
Row colours on Patient List
The rows on this form are dynamically coloured based on the Service/Location of the patient. The colour is stored in the "colour" field of the S dispo table. To change the colour, choose a colour in a colour picker tool and tell Tina the Service/Location to change to this colour. This will change the colour for anyone who collects that location, so it needs to be coordinated by site to have sufficient contrast between colours.
We implemented this because space is limited on this form and this way we can show the Service/Location without using extra space for a column.
Requested Changes?
nothing currently