Skip to content

Commit 5d3912b

Browse files
author
Grahame Grieve
committed
fix sct czech import
1 parent 338c2d2 commit 5d3912b

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

server/console_form.pas

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3205,27 +3205,27 @@ function TMainConsoleForm.getSnomedModule: String;
32053205
5: { Belgian } result := '11000172109';
32063206
6: { Canadian English } result := '20621000087109';
32073207
7: { Canadian Canadian French } result := '20611000087101';
3208-
8: { Danish } result := '554471000005108';
3209-
9: { Estonian } result := '11000181102';
3210-
10: { Finnish } result := '11000229106';
3211-
11: { German } result := '11000274103';
3212-
12: { Indian } result := '1121000189102';
3213-
13: { Irish } result := '11000220105';
3214-
14: { Netherlands } result := '11000146104';
3215-
15: { New Zealand } result := '21000210109';
3216-
16: { Norwegian } result := '51000202101';
3217-
17: { Republic of Korea (South Korea) } result := '11000267109';
3218-
18: { Spanish National } result := '900000001000122104';
3219-
19: { Swedish } result := '45991000052106';
3220-
20: { Swiss } result := '2011000195101';
3221-
21: { UK } result := '83821000000107';
3222-
22: { UK Clinical } result := '999000021000000109';
3223-
23: { Uruguay } result := '5631000179106';
3224-
24: { US } result := '731000124108';
3225-
25: { US (with ICD-10-CM maps) } result := '5991000124107';
3226-
26: { IPS Terminology } result := '827022005';
3227-
27: { Combined } result := inttostr(COMBINED_MODULE_ID);
3228-
28: { Czech } result := '11000279109';
3208+
8: { Czech } result := '11000279109';
3209+
9: { Danish } result := '554471000005108';
3210+
10: { Estonian } result := '11000181102';
3211+
11: { Finnish } result := '11000229106';
3212+
12: { German } result := '11000274103';
3213+
13: { Indian } result := '1121000189102';
3214+
14: { Irish } result := '11000220105';
3215+
15: { Netherlands } result := '11000146104';
3216+
16: { New Zealand } result := '21000210109';
3217+
17: { Norwegian } result := '51000202101';
3218+
18: { Republic of Korea (South Korea) } result := '11000267109';
3219+
19: { Spanish National } result := '900000001000122104';
3220+
20: { Swedish } result := '45991000052106';
3221+
21: { Swiss } result := '2011000195101';
3222+
22: { UK } result := '83821000000107';
3223+
23: { UK Clinical } result := '999000021000000109';
3224+
24: { Uruguay } result := '5631000179106';
3225+
25: { US } result := '731000124108';
3226+
26: { US (with ICD-10-CM maps) } result := '5991000124107';
3227+
27: { IPS Terminology } result := '827022005';
3228+
28: { Combined } result := inttostr(COMBINED_MODULE_ID);
32293229
end;
32303230
end;
32313231

0 commit comments

Comments
 (0)