Commit Graph

77 Commits

Author SHA1 Message Date
daniel b7246ca0ed Update copyright; website. 2017-02-23 16:44:07 +01:00
daniel 1eeaa32336 Update bovender framework to 0.16.2.
- Verbessert: Diverse technische Verbesserungen.
2017-02-23 15:31:56 +01:00
daniel e190e85b89 Fix additional tests. 2016-10-03 16:09:43 +02:00
daniel 46b4af54c5 Update Bovender framework to v0.14.5. 2016-09-03 23:44:30 +02:00
daniel 63012281db Refactor, using latest bovender framework. 2016-09-03 23:18:43 +02:00
daniel ad34141909 Update bovender framework to v0.14.1. 2016-09-03 11:13:49 +02:00
Daniel Kraus e71e69d4c4 Implement automatic MMF warning. 2015-12-02 17:08:25 +01:00
Daniel Kraus 2296fcfe41 Fix parsing of prescriptions without regular dosing. 2015-12-02 12:25:30 +01:00
Daniel Kraus 4479efc196 Fix parsing again. 2015-12-01 17:02:31 +01:00
Daniel Kraus 84e298e9ad Fix parsing of drugs with comments. 2015-12-01 14:52:22 +01:00
Daniel Kraus 21e7d44187 First working version of drugs formatting. 2015-11-26 21:33:10 +01:00
Daniel Kraus c35c73f56a Add multiple prescriptions parsing. 2015-11-26 19:44:33 +01:00
Daniel Kraus a255349672 Initial Prescription model with factory. 2015-11-26 19:11:25 +01:00
Daniel Kraus 0b4763bf99 Update bovender framework to 0.5.0.
- VERBESSERT: Integritätsprüfung für Updates wurde für besseren Algorithmus (SHA-256) vorbereitet.
2015-10-18 06:59:14 +02:00
Daniel Kraus c94e704b01 Add additional test for cloning of Elements. 2015-10-06 16:20:00 +02:00
Daniel Kraus 220e98ce1f Add tests for cloning of control elements. 2015-10-06 16:16:09 +02:00
Daniel Kraus e80d75648e Update Bovender package to 0.4.0. 2015-10-02 11:11:07 +02:00
Daniel Kraus a29ee55003 Fix parsing joint lines with time point and lab items.
- VERBESSERT: Unkonventionell ausgegebene Laborwerte (v.a. Cyclosporin-A vor Gabe) wurden nicht richtig erkannt.
2015-09-23 21:12:34 +02:00
Daniel Kraus c83b8726cc Update Bovender to 0.3.3. 2015-09-21 06:05:43 +02:00
Daniel Kraus 7997e307fa Fix handling extreme values.
- VERBESSERT: Extreme Werte (mit "<" oder ">") wurden nicht sehr schön formatiert.
2015-09-18 17:22:04 +02:00
Daniel Kraus f58a13117c Update Bovender to 0.3.1. 2015-09-09 21:45:55 +02:00
Daniel Kraus 2f60c2c5d1 Fix filling in comments.
- VERBESSERT: Fehler bei der Kommentaraufforderung wurden behoben.
2015-09-07 21:17:27 +02:00
Daniel Kraus 300df897de Do not output to console in SerializationTest. 2015-09-07 19:41:48 +02:00
Daniel Kraus c141fcff58 Fix crash if reference string is in fact not a reference.
E.g. NT-proBNP has a remark "[s. Bem.]" which represents neither
reference limits nor a categorical normal value.

- VERBESSERT: Kein Absturz mehr, wenn Labordaten NT-proBNP enthalten.
2015-09-04 21:12:50 +02:00
Daniel Kraus b04dc2cb4b Fix column errors in parameters.txt.
- VERBESSERT: Bug in der Markierung von speziellen Parametern, um immer Referenzbereiche auszugeben.
2015-09-04 20:19:42 +02:00
Daniel Kraus 8c4de2915a Make tests pass again (minor glitches). 2015-09-04 17:59:04 +02:00
Daniel Kraus dccb3145db Merge branch 'item-comments' into develop
Conflicts:
	zaaReloaded2/Formatter/Formatter.cs
	zaaReloaded2/zaaReloaded2.csproj
2015-09-04 17:08:13 +02:00
Daniel Kraus 9068dde1c3 Implement ItemComment view model and view.
- NEU: Optionale Kommentare zu Laborwerten.
2015-08-30 20:32:56 +02:00
Daniel Kraus 02b4bc07a3 Working comments with CommentPool. 2015-08-30 07:48:32 +02:00
Daniel Kraus a89a8103e5 Initial implementation of ItemComments. 2015-08-29 03:16:44 +02:00
Daniel Kraus efbff88b1a Make ItemsTest work with preferred precisions. 2015-08-29 02:06:10 +02:00
Daniel Kraus 66ad3886da Workaround for commas in Lauris values.
- VERBESSERT: Kein Crash mehr, falls sich ein Komma in den Lauris-Block einschleicht.
2015-08-28 17:18:42 +02:00
Daniel Kraus 058de8e8cf Fix parsing of negative limits in Lauris parameters.
- VERBESSERUNG: Keine Fehlermeldung mehr, falls Referenzbereiche negative Werte enthalten (wie z.B. Base Excess) [#650db4d2]
2015-08-20 16:54:18 +02:00
Daniel Kraus 221509520d Fix markup detection DocumentWriter. 2015-08-16 16:25:53 +02:00
Daniel Kraus 92a8faa972 Implement text styles.
- NEU: Überschriften und pathologische Werte werden jetzt besonders ausgezeichnet (fett).
2015-08-15 20:14:24 +02:00
Daniel Kraus 32d4e8d955 Implement bold font; make tests pass again.
- NEU: Überschriften und pathologische Werte werden fett gedruckt.
- FIX: Kleinere Bugfixes.
2015-08-14 11:22:11 +02:00
Daniel Kraus 0708f2a2b3 Implement import and export of Settings.
- NEU: Stile können importiert und exportiert werden.
2015-08-11 21:22:34 +02:00
Daniel Kraus c9fc4a5fae Implement serialization of Settings and SettingsRepository.
- FIX: Stile werden jetzt gespeichert.
2015-08-11 16:12:39 +02:00
Daniel Kraus 947b53cf97 Fix material convertsion and units detection. 2015-08-10 06:55:57 +02:00
Daniel Kraus 11b9b9df54 Make formatter tests pass. 2015-08-09 19:54:48 +02:00
Daniel Kraus b59c9f2898 Wire up the views. 2015-08-09 13:24:44 +02:00
Daniel Kraus bde85e5651 Fix views and view models. 2015-08-07 21:37:14 +02:00
Daniel Kraus 476f2d69be Improve date and time header (some tests failing now).
- NEU: Datumsangaben werden in eine Zeile "Laborwerte vom ..." eingebettet.
2015-08-05 22:04:07 +02:00
Daniel Kraus ed43497179 Implement copying of elements. 2015-08-05 21:22:03 +02:00
Daniel Kraus 1205958eb1 Implement test to delete child element and make it pass. 2015-08-05 20:36:31 +02:00
Daniel Kraus 60296602a9 Implement DeleteElementCommand. 2015-08-05 20:28:09 +02:00
Daniel Kraus 742a588083 Make tests pass again (except not implemented ones). 2015-08-05 20:02:02 +02:00
Daniel Kraus 06a74992ef Make tests pass with refactored ZaaImporter. 2015-08-05 06:15:07 +02:00
Daniel Kraus 75c9c984c6 Refactor and harden ZaaImporter. 2015-08-04 23:21:38 +02:00
Daniel Kraus a128b76522 Implement tests for SettingsViewModel add and add child commands. 2015-08-04 01:17:14 +02:00