L Dxs table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m cat |
m Text replacement - "L_Dxs" to "L_Dxs table" |
||
Line 1: | Line 1: | ||
'''L_Dxs''' is the table where patients' diagnoses are stored. It is linked to [[L_Log table]] by [[D_ID]]. | '''L_Dxs table''' is the table where patients' diagnoses are stored. It is linked to [[L_Log table]] by [[D_ID]]. | ||
==Contents of L_Dxs== | ==Contents of L_Dxs table== | ||
L_Dxs is populated with diagnoses from the [[S AllDiagnoses ]] table. The diagnoses are structured in a system of main- and sub-diagnoses. Which diagnoses end up on the list is determined by the [[:Category:Steering Committee|steering committee]]. | L_Dxs table is populated with diagnoses from the [[S AllDiagnoses ]] table. The diagnoses are structured in a system of main- and sub-diagnoses. Which diagnoses end up on the list is determined by the [[:Category:Steering Committee|steering committee]]. | ||
L_DXs contains a field "priority" which is used for determining the [[Primary Admit Diagnosis]]. | L_DXs contains a field "priority" which is used for determining the [[Primary Admit Diagnosis]]. | ||
Line 10: | Line 10: | ||
To see the most up-to-date data structure of this table, see the master files. | To see the most up-to-date data structure of this table, see the master files. | ||
L_Dxs in the CCMDB.mdb Access program contains the fields | L_Dxs table in the CCMDB.mdb Access program contains the fields | ||
{| border="1" | {| border="1" | ||
|Dx_ID || unique id for relationships and indexes | |Dx_ID || unique id for relationships and indexes |
Revision as of 16:52, 2017 November 29
L_Dxs table is the table where patients' diagnoses are stored. It is linked to L_Log table by D_ID.
Contents of L_Dxs table
L_Dxs table is populated with diagnoses from the S AllDiagnoses table. The diagnoses are structured in a system of main- and sub-diagnoses. Which diagnoses end up on the list is determined by the steering committee.
L_DXs contains a field "priority" which is used for determining the Primary Admit Diagnosis.
Due to limitations to our technology at implementation time, we also store the data for Patient Task Tracking among our diagnoses because the data structure was set up to accept them.
To see the most up-to-date data structure of this table, see the master files.
L_Dxs table in the CCMDB.mdb Access program contains the fields
Dx_ID | unique id for relationships and indexes |
Pat_ID | unique patient identifier |
Adm_Acqu | - |
DiagnosisCode | as chosen from s_AllDiagnoses main- and sub diagnoses get pulled for display from s_Alldiagnoses |
Pathogen | to store data related to Universal Pathogen List |
Priority | used to sort to limit to 6 diagnoses resp. 9 complications |
rank | used to rank to limit to 6 diagnoses resp. 9 complications
} |