Glasgow Coma Scale Observations¶
gcs.py defines the Glasgow Coma Scale observation class and its standard behaviour and policy triggers based on this worldwide standard.
-
class
gcs.nh_clinical_patient_observation_gcs(pool, cr)[source]¶ Represents an Glasgow Coma Scale
observationwhich stores three parameters that are used as a way to communicate about the level of consciousness ofpatientswith acute brain injury.The basis of the scale system are the following parameters: Eye response: spontaneous, to sound, to pressure, none. Verbal response: orientated, confused, words, sounds, none. Motor response: obey commands, localising, normal flexion, abnormal flexion, extension, none.
-
complete(*args, **kwargs)[source]¶ It determines which acuity case the current observation is in with the stored data and responds to the different policy triggers accordingly defined on the
_POLICYdictionary.Returns: TrueReturn type: bool
-
create_activity(*args, **kwargs)[source]¶ When creating a new activity of this type, an exception will be raised if the
spellalready has an open GCS.Returns: activityid.Return type: int
-
eyes¶
-
motor¶
-
verbal¶
-