Pre-send Checker: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m (New page: What does the pre-send checker do? {{Question IT}} Category: CCMDB.mdb Category: Main Form (CCMDB.mdb))
 
m (Text replacement - "CCMDB.mdb" to "CCMDB.accdb")
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
What does the pre-send checker do? {{Question IT}}
The '''"Pre-send Checker"''' button on the main screen of [[CCMDB.accdb]] applies the same checks that will happen automaticlaly before sending.


== Use ==
Use of the button is '''completely optional'''. It is intended so collectors can check if their data is complete before leaving the ward, so they don't need to go back to get additional information when they try to send, and sending rejects their data.
The same checks get applied automatically before sending, so there is no need to click this button before sending.


[[Category: CCMDB.mdb]]
==What is actually checked==
[[Category: Main Form (CCMDB.mdb)]]
''This data may be out-of date, for the actual checks see the Tmp_checker module in [[CCMDB.accdb]].''
 
The following things get checked, in this order:
# are there any patients that don't have the [[Minimal Data Set]]?
# [[Check duplicate patient]]
# are there any TMP entries not consistent with table s_tmp? ([[query s_tmp_project_item_consistent]])
# any [[#checks against current tmp projects]] (see below)
# are there any patients with [[Eliminating a diagnosis from collection|diagnoses we are eliminating]]?
 
=== checks against current tmp projects ===
{{#ask: [[DICApp::CCMDB.accdb]] [[Category: Tmp check]] [[DICStatus::implemented]]
|format=UL
}}
 
== Related articles ==
{{Related Articles}}
 
[[Category: CCMDB.accdb]]
[[Category: Main Form]]

Latest revision as of 11:42, 2019 September 22

The "Pre-send Checker" button on the main screen of CCMDB.accdb applies the same checks that will happen automaticlaly before sending.

Use

Use of the button is completely optional. It is intended so collectors can check if their data is complete before leaving the ward, so they don't need to go back to get additional information when they try to send, and sending rejects their data. The same checks get applied automatically before sending, so there is no need to click this button before sending.

What is actually checked

This data may be out-of date, for the actual checks see the Tmp_checker module in CCMDB.accdb.

The following things get checked, in this order:

  1. are there any patients that don't have the Minimal Data Set?
  2. Check duplicate patient
  3. are there any TMP entries not consistent with table s_tmp? (query s_tmp_project_item_consistent)
  4. any #checks against current tmp projects (see below)
  5. are there any patients with diagnoses we are eliminating?

checks against current tmp projects

Related articles

Related articles: