L Dxs table: Difference between revisions
Ttenbergen (talk | contribs) m New page: '''L_Dxs''' is the data structure where patients' diagnoses are stored. ==Instances of L_Dxs== There are several instances of L_Dxs * a HanDBase file on each PDA ** containing a HanD... |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 22: | Line 22: | ||
| ??? || to designate whether this is a | | ??? || to designate whether this is a | ||
diagnosis, complication or task |- | diagnosis, complication or task | ||
|- | |||
| ???Main || as chosen from s_AllDiagnoses | | ???Main || as chosen from s_AllDiagnoses | ||
|- | |- | ||
Line 49: | Line 50: | ||
| ??? DxCode || as chosen from s_AllDiagnoses | | ??? DxCode || as chosen from s_AllDiagnoses | ||
main- and sub diagnoses get pulled for display from s_Alldiagnoses |- | main- and sub diagnoses get pulled for display from s_Alldiagnoses | ||
|- | |||
| ???Priority || used to sort to limit to 6 diagnoses resp. 9 complications | | ???Priority || used to sort to limit to 6 diagnoses resp. 9 complications | ||
|- | |- |
Revision as of 21:52, 2008 April 20
L_Dxs is the data structure where patients' diagnoses are stored.
Instances of L_Dxs
There are several instances of L_Dxs
Contents of L_Dxs
L_Dxs is populated with diagnoses from the s_Alldiagnoses table. The diagnoses are sttructured in a system of main- and sub-diagnoses. Which diagnoses end up on the list is determined by the steering committee.
Because our main repository TMSX is not relational, it is limited to 6 admit diagnoses and 9 complications per patient. L_DXs contains a field "priority" which is for ranking of the comorbids to decide which will be sent.
Due to limitations to our technology, we also track Tasks among our diagnoses because the data structure was set up to accept them.
L_Dxs HanDBase File and Table
L_Dxs on HanDBase contains the fields
Pat_ID | Unique patient identifier |
??? | to designate whether this is a
diagnosis, complication or task |
???Main | as chosen from s_AllDiagnoses |
???Sub | as chosen from s_AllDiagnoses |
???Code | as chosen from s_AllDiagnoses |
Linked | used by HanDBase to relate tables |
Priority | to sort to limit to 6 diagnoses, resp 9 complications |
L_Como Table in the CCMDB.mdb
L_Como in the CCMDB.mdb Access program contains the fields
Dx_ID | unique id for relationships and indexes |
Pat_ID | unique patient identifier |
??? | to designate whether this is a
diagnosis, complication or task |- |
??? DxCode | as chosen from s_AllDiagnoses
main- and sub diagnoses get pulled for display from s_Alldiagnoses |
???Priority | used to sort to limit to 6 diagnoses resp. 9 complications |
rank | used to rank to limit to 6 diagnoses resp. 9 complications |
rhdrinfo_ | required for HanDBase sync |
rhdrid_ | required for HanDBase sync |
Still needs to be done...
- confirm field names