ecls_mode
Depending on the cannulation strategy, circuits can be operated in different modes. Modes can be switched multiple times throughout a run.
Info
If modes are switched, make sure that old_entry.stop_datetime and new_entry.start_datetime are the same.
Column name | Required | Data Type |
---|---|---|
mode_id | True | integer, generated always as identity |
start_datetime | True | timestamptz |
stop_datetime | (True) | timestamptz |
person_id | True | integer |
circuit_id | True | integer |
mode_concept_id | True | integer |
.mode_id
The primary key column.
.start_datetime
Use the date and time the mode was started.
.stop_datetime
Use the date and time the mode was stopped.
.person_id
The foreign key to the person table.
.circuit_id
The foreign key to the ecls_circuit table.
.mode_concept_id
The foreign key to the concept table.
A mode is a representation of the cannulation strategy. Typical
modes can be found in the table below. Select the most fitting mode.
While "modes" would not be strictly necessary, because they can always
be inferred, the .mode_concept_id was introduced to simplify queries
and enhance the user experience.
concept_id | concept_name | comment |
---|---|---|
37206603 | Venovenous extracorporeal membrane oxygenation | |
37206601 | Venoarterial extracorporeal membrane oxygenation | |
36717790 | Venovenoarterial extracorporeal membrane oxygenation | |
36717791 | Venopulmonary extracorporeal membrane oxygenation | |
36717792 | Venoarteriovenous extracorporeal membrane oxygenation | |
36717793 | Venopulmoarterial extracorporeal membrane oxygenation | |
36717794 | Pumpless extracorporeal membrane oxygenation | The PA-LA strategy, using a passive pressure gradient, is synonymous to this concept |
44809035 | Arteriovenous extracorporeal carbon dioxide removal | |
36717795 | Venovenous extracorporeal carbon dioxide removal |