The s_GCS table contains the allowed drop-downs for the Glasgow Coma Scale fields and information to use these in Apache scoring and data management. Is broken down into subsets by s_GCS_eye query, s_GCS_motor query and s_GCS_verbal query.
Data Structure
field
|
type
|
description
|
full_text |
text |
what will show in the dropdown
|
gcs_type |
text |
literal eye motor verbal
|
points |
byte |
number of Apache points associated with entry
|
reconvert |
boolean |
if yes then record can be used to reconvert scores to entries; this is to exclude with ventilated verbal entries that would have same score as non-ventilated
|
Related articles