Program: Difference between revisions

mNo edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
In the context of the critical care and medicine database, the ''program'' is either critical care (CC) or medicine (med), ie the program that a record is collected on.  
In the context of the critical care and medicine database, the ''program'' is either the [[Critical Care program]]  or the [[Medicine program]], ie the program that a record is collected on.  


In [[CCMDB.mdb]], the program is stored in [[Settings (CCMBD.mdb)]].  
=== Collection ===
The program dictates what data is collected, which instructions on this wiki apply, and how [[Data Integrity Checks]] are run.  


The program dictates what data is collected, which instructions on this wiki apply, and what cross checks are run.
See the general and program specific curriculum pages for details on what is collected for all or only some:
* [[Critical Care and Medicine Database Core Curriculum]]
* [[ICU Curriculum]]
* [[Medicine Curriculum]]


{{discuss | who = Tina | question = I am hoping to start adding more tags to pages to allow us to list things here automatically. Will require some thought, just wanted a placeholder for now. Ttenbergen 17:38, 2018 September 19 (CDT)}}
=== Data ===
In our data, the program can be determined based on the [[Service/Location field]], and on what is in the corresponding [[s_dispo.program]] field in the [[s_dispo table]].
 
=== Software functionality ===
In [[CCMDB.accdb]] the program of a patient should be accessed via [[Query admission_program]] and VBA [[Function admission_program(Pat ID)]].
 
These are used to
* affect visibility of user interface elements such as [[ADL]]s only being visible for [[Medicine program]] patients; this is handled in [[Sub Check_Forms.Legacy_Hider()]]
* filter [[Data Integrity Checks]] that should only trigger for the right program
 
== Related articles ==
{{Related Articles}}