Difference between revisions of "Data Description Laboratory"
Jump to navigation
Jump to search
(Created page with " {| class="wikitable" |+ Caption text |- ! Name !! Type !! Description !! Comment |- | id || Integer || Primary Key || |- | CaseID || Integer || Case identifier || |- | LaboratoryID || Reference || || |- | Offset || Integer || Time in seconds after admission || |- | LaboratoryValue || Float || Value || Unity of measurement can be found in d_references |- | LaboratoryType || Reference || Used for special laboratory types, i.e. arterial blood gas. Relates to d_...") |
|||
Line 1: | Line 1: | ||
The laboratory table contains all available lab data, in many cases including the pre-admission labs. | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ laboratory.csv.gz | ||
|- | |- | ||
! Name !! Type !! Description !! Comment | ! Name !! Type !! Description !! Comment |
Revision as of 08:58, 1 November 2022
The laboratory table contains all available lab data, in many cases including the pre-admission labs.
Name | Type | Description | Comment |
---|---|---|---|
id | Integer | Primary Key | |
CaseID | Integer | Case identifier | |
LaboratoryID | Reference | ||
Offset | Integer | Time in seconds after admission | |
LaboratoryValue | Float | Value | Unity of measurement can be found in d_references |
LaboratoryType | Reference | Used for special laboratory types, i.e. arterial blood gas. Relates to d_references.ReferenceGlobalID |