Skip to content

Commit 0883fcc

Browse files
authored
fix(data): add required test and test group expressions again (#577)
Add the TestExpression and TestGroupExpression entries that correspond to the test controls that are still there.
1 parent e5b117c commit 0883fcc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
-- SPDX-FileCopyrightText: Copyright (C) 2023 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>
2+
--
3+
-- SPDX-License-Identifier: AGPL-3.0-or-later
4+
5+
INSERT INTO `TestExpression` (`TestExpressionSerNum`, `TestControlSerNum`, `TestCode`, `ExpressionName`, `DateAdded`, `LastPublished`, `LastUpdatedBy`, `SourceDatabaseSerNum`, `LastUpdated`, `SessionId`, `externalId`, `deleted`, `deletedBy`, `createdBy`, `updatedBy`) VALUES
6+
(8, 32, 'NA', 'SODIUM', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'KRKB2sqqIf', '-1', 0, '', 'cronjob', 'cronjob'),
7+
(62, 6, 'WBC', 'White Blood Cell', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'koziqvQOdO', '-1', 0, '', 'cronjob', 'cronjob'),
8+
(65, 29, 'HCT', 'Hematocrit', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'W2RB6YcVts', '-1', 0, '', 'cronjob', 'cronjob'),
9+
(70, 30, 'PLT', 'Platelet', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'SpKKBu6Pwm', '-1', 0, '', 'cronjob', 'cronjob'),
10+
(78, 49, 'NE#', 'Abs. Neutrophil Automated', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', '6VQxaCZO3c', '-1', 0, '', 'cronjob', 'cronjob'),
11+
(85, 37, 'MG', 'MAGNESIUM', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'fMXeUDEQrI', '-1', 0, '', 'cronjob', 'cronjob'),
12+
(86, 33, 'K', 'POTASSIUM', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'fMXeUDEQrI', '-1', 0, '', 'cronjob', 'cronjob'),
13+
(145, 31, 'MEOS', 'Eosinophil Manual', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'V4DNwi6oHj', '-1', 0, '', 'cronjob', 'cronjob'),
14+
(233, 52, 'COV9', 'Coronavirus (SARS-CoV-2) (TAAN)', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', 'K4ZGVx2GcI', '-1', 0, '', 'cronjob', 'cronjob'),
15+
(301, 36, 'NCA', 'Ca Ionized Normalized', '0000-00-00 00:00:00', '2000-01-01 00:00:00', NULL, 7, '2023-01-12 16:39:14', '5Xe8UyUn9O', '-1', 0, '', 'cronjob', 'cronjob');
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- SPDX-FileCopyrightText: Copyright (C) 2023 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>
2+
--
3+
-- SPDX-License-Identifier: AGPL-3.0-or-later
4+
5+
INSERT INTO `TestGroupExpression` (`TestGroupExpressionSerNum`, `TestCode`, `ExpressionName`, `DateAdded`, `LastPublished`, `LastUpdatedBy`, `SourceDatabaseSerNum`, `LastUpdated`, `SessionId`) VALUES
6+
(9, 'COV9', 'CORONAVIRUS (SARS-COV-2) (TAAN)', '2022-01-21 21:05:26', NULL, NULL, 7, '2022-01-21 21:05:26', NULL),
7+
(327, 'NA', 'Na', '2022-01-21 23:31:43', NULL, NULL, 7, '2022-01-21 23:31:43', NULL),
8+
(328, 'K', 'K', '2022-01-21 23:31:43', NULL, NULL, 7, '2022-01-21 23:31:43', NULL),
9+
(339, 'MG', 'MG', '2022-01-21 23:33:46', NULL, NULL, 7, '2022-01-21 23:33:46', NULL);

0 commit comments

Comments
 (0)