68 Commits

Author SHA1 Message Date
f7dd9c3b37 chore: use common query filter for export 2024-07-02 08:54:48 +02:00
cfd46c34af refactor: use references as argument 2024-06-25 15:49:20 +02:00
1c41b71ca2 docs: add information about reformatting XML files 2024-06-23 14:49:20 +02:00
925aa4e786 refactor: change parameter type to &str 2024-06-23 14:48:47 +02:00
54dd9163a9 refactor: use 'package' as primary argument name but keep 'export-package' 2024-06-18 09:22:32 +02:00
97004be3ba chore: bump version v0.4.0 2024-06-13 16:33:52 +02:00
7fc724db6a
Merge pull request #4 from pcvolkmer/issue_1
feat: show schema versions and change extern detection
2024-06-13 16:22:41 +02:00
46eb43aab9 feat: show schema versions and change extern detection
This adds a new optional argument to split conditions by used schema versions in
addition to ICD10 group.

Since a JOIN on table `lkr_meldung` might use newer, not yet exported information
the detection of external items will be done by using `Melder_ID`.
2024-06-13 16:16:50 +02:00
e1ca2d927a feat: also remove windows like line breaks 2024-06-13 09:25:46 +02:00
07478cf6a3 feat: convert self-closing tags when sanitizing xml 2024-06-13 09:24:16 +02:00
3520806e79 feat: sort items with different content by database id 2024-06-13 09:20:54 +02:00
aa1ec6c114 test: add test for Meldung#id() 2024-06-12 18:10:07 +02:00
a905a816f5 style: use brighter blue to make message more visible 2024-06-12 18:03:22 +02:00
8869090b08
Merge pull request #3 from pcvolkmer/issue_2
Vergleich der LKR-Meldungen in Datenbank mit LKR-Export-Protokolldatei
2024-06-12 17:49:59 +02:00
d318151055 docs: add section to README describing check-export command 2024-06-12 17:41:06 +02:00
fd45467513 feat: show items not equal within db and xml 2024-06-12 16:50:29 +02:00
58026f11d0 feat: extract ICD10 code 2024-06-12 16:48:58 +02:00
3e07408a7d feat: show entries with multiple meldung item in xml_daten 2024-06-12 15:51:23 +02:00
af4dec0279 feat: show entries missing in compared source 2024-06-12 13:42:02 +02:00
c5c0fcf6d4 feat: add function to resolve database id 2024-06-12 13:40:48 +02:00
ac2f73d0bb fix: ignore exports with typ -1 2024-06-11 20:26:40 +02:00
53cde34166 feat: use id as string 2024-06-11 20:19:41 +02:00
0dfc6a0083 feat: request data from db and compare with file 2024-06-11 19:43:13 +02:00
6617ce76a0 feat: parse LKR protocol file 2024-06-11 19:30:25 +02:00
66c02edccc build: create release drafts and upload assets 2024-06-07 11:33:21 +02:00
665e728040 build: use powershell to create zip file on windows 2024-06-07 11:32:30 +02:00
2b94618f9f test: add simple test to check icd10 code mapping 2024-06-07 09:54:46 +02:00
ceba8d28b9 build: add GitHub action to run tests 2024-06-07 09:34:55 +02:00
4c8c6295e0 chore: bump version v0.3.3 2024-05-23 08:29:49 +02:00
9f5188ce5d feat: use PathBuf as argument type 2024-05-23 08:27:24 +02:00
af44351f09 feat: enable messages with 'histologie_zytologie' using optional flag 2024-05-22 16:09:45 +02:00
02497cd007 refactor: replace deprecated method 2024-05-22 10:39:53 +02:00
9d7e511725 chore: bump version v0.3.2 2024-05-22 10:27:35 +02:00
e4c3e61f35 chore: update dependencies 2024-05-22 10:26:56 +02:00
38f9fe3628 chore: code cleanup 2024-05-22 10:26:35 +02:00
ab15e5c9ff feat: ignore messages containing 'histologie_zytologie' 2024-05-21 16:11:54 +02:00
8ec24efc96 chore: bump version v0.3.1 2024-05-16 17:33:28 +02:00
180d808dd4 fix: include older exported versions instead of skipping 2024-05-16 17:32:59 +02:00
ba97610fbe chore: bump version v0.3.0 2024-05-16 12:41:59 +02:00
655995070c feat: do not include external diagnoses by default 2024-05-16 12:33:53 +02:00
4cf671716f docs: add information about csv export option 2024-04-04 08:10:07 +02:00
3684ff8172 feat: add export with semicolon as separator 2024-04-03 19:47:30 +02:00
c4c2297bb0 docs: add information about supported databases. 2024-04-03 14:37:41 +02:00
9a87aa5e97 chore: update dependencies 2024-03-27 14:46:11 +01:00
5a59deb75d feat: limit connection timeout v0.2.0 2024-03-13 17:58:17 +01:00
f3c08a972b feat: ignore items after optional export date param 2024-03-13 17:57:37 +01:00
2ee397d4b4 feat: print out sum 2024-03-12 15:24:46 +01:00
299b4bcc39 build: update clap dependency and add authors/description/repository 2024-03-07 17:43:31 +01:00
88cd49db47 refactor: extract methods 2024-02-29 07:31:57 +01:00
f8037caaf9 refactor: use len() instead of iter().count() 2024-02-29 07:06:35 +01:00