Commit Graph
100 Commits
Author SHA1 Message Date
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 16558cc9a1 Fix Daniel's style. 2015-09-04 11:37:54 +02:00
Daniel Kraus e8959d1024 Fix parameters. 2015-09-04 11:35:44 +02:00
Daniel Kraus 01f7538122 Fix autodetection. 2015-09-04 11:34:14 +02:00
Daniel Kraus ca5028adce Add source code info to README.md. 2015-09-04 04:59:48 +02:00
Daniel Kraus 3a9969e439 Merge branch 'autodetect' into develop 2015-09-03 21:53:49 +02:00
Daniel Kraus 2ca7f4211d Implement lab data autodetection.
- NEU: Wenn kein Text markiert ist, wird ein Versuch unternommen, die Labordaten im Arztbrief automatisch zu erkennen; dabei wird der erste erkannte Lauris-Laborblock formatiert.
2015-09-03 21:47:21 +02:00
Daniel Kraus 0cbada1fc8 Add link to Git repository to homepage. 2015-09-03 13:50:07 +02:00
Daniel Kraus 0f109d5be8 Merge branch 'release-2.0.1' into develop 2015-09-02 21:16:49 +02:00
Daniel Kraus 054a4db2e2 Prepare release 2.0.1. 2015-09-02 21:16:20 +02:00
Daniel Kraus 0ab8ea0b19 Do not crash on opening document when embedded.
- VERBESSERT: Kein Absturz mehr, wenn das Demo-Dokument innerhalb der ZAA geöffnet wird (Exception ID 65a5c34e).
2015-09-02 06:14:59 +02:00
Daniel Kraus 607857706b Add B12 and folic acid to clinic style.
- VERBESSERT: Vitamin B12 und Folsäure in den Parameterkatalog aufgenommen und zum Ambulanzstil hinzugefügt.
2015-09-02 05:57:42 +02:00
Daniel Kraus 3afd4db1a2 Add B12 and folic acid to parameters; sort parameters. 2015-09-02 05:55:19 +02:00
Daniel Kraus e366226a64 Draft concept. 2015-09-02 05:52:56 +02:00
Daniel Kraus adaf75c5fc Fix accelerator key in PreferencesView. 2015-09-01 06:03:35 +02:00
Daniel Kraus 75a350764e Add more screenshots to website. 2015-08-31 22:05:38 +02:00
Daniel Kraus 1efaacfa97 Add comment to RegisterTextBoxSelectAll. 2015-08-31 22:03:21 +02:00
Daniel Kraus 9404d58809 Implement user preferences and typist mode.
- NEU: Sekretariatsmodus (siehe 'Einstellungen'), um die Nachfrage nach Zusatz-Kommentaren zu unterdrücken.
2015-08-31 22:01:59 +02:00
Daniel Kraus 5db6285a95 Add screenshots for item comments. 2015-08-31 12:29:23 +02:00
Daniel Kraus 3f0b49815a Fix binding in ItemCommentView. 2015-08-31 12:29:07 +02:00
Daniel Kraus ad7ea1457c Make TextBoxes select all text on focus. 2015-08-31 12:28:50 +02:00
Daniel Kraus da6086e8ea Merge branch 'release-2.0.0' into develop 2015-08-30 20:58:40 +02:00
Daniel Kraus 1cf3f9be6a Prepare release 2.0.0 2015-08-30 20:57:28 +02:00
Daniel Kraus d86f910208 Several fixes in views and view models. 2015-08-30 20:54:08 +02:00
Daniel Kraus dca55f6b57 Add precision info for hematology items. 2015-08-30 20:39:47 +02:00
Daniel Kraus 644c9a513b Prevent crash on running NextColumn element.
- FEHLERBEHEBUNG: Kein Absturz mehr, wenn zwei Spalten formatiert werden.
2015-08-30 20:36:59 +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 6e969dacd9 Make regexes in LaurisItem static and readonly.
In order to speed parsing up a little bit.
2015-08-28 17:21:19 +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 8a1e236bd8 Amend parameters list. 2015-08-28 14:13:49 +02:00
Daniel Kraus 2e2bac7213 Add electrophoresis parameters, update clinic style. 2015-08-28 10:12:44 +02:00
Daniel Kraus 87af0a5684 Fix clinic style. 2015-08-26 20:42:50 +02:00
Daniel Kraus efeab3f70b Fix ACR and TPCR precision. 2015-08-26 20:40:44 +02:00
Daniel Kraus e3d8f85040 Add favicon link to home page. 2015-08-25 20:38:38 +02:00
Daniel Kraus b10ce40225 Merge branch 'release-2.0.0-beta.5' into develop 2015-08-25 20:35:40 +02:00
Daniel Kraus 8f922217a4 Prepare release 2.0.0-beta.5. 2015-08-25 20:34:26 +02:00
Daniel Kraus 7b9157320a Merge branch 'decimals' into develop 2015-08-25 20:26:41 +02:00
Daniel Kraus cf01130491 Implement preferred precisions.
- NEU: Für bestimmte Laborwerte ist die bevorzugte Nachkommastellenzahl hinterlegt (z.B. Kreatinin mit nur einer Nachkommastelle).
2015-08-25 20:25:29 +02:00
Daniel Kraus 8eefb8a6f2 Add screenshot of clinic style editor. 2015-08-25 15:56:35 +02:00
Daniel Kraus 1e00076210 Update clinic style.
- VERBESSERUNG: NepA-Stil überarbeitet.
2015-08-25 15:55:56 +02:00
Daniel Kraus f88adf62d2 Add Cystatin C (Latex Gen. 2) parameter.
- VERBESSERT: Cystatin C (Latex Gen. 2) als bekannten Parameter hinzugefügt.
2015-08-25 15:52:34 +02:00
Daniel Kraus 0e6b33d64f Merge branch 'abnormal-styles' into develop 2015-08-25 15:52:28 +02:00
Daniel Kraus d6bbeaf954 Rewrite homepage using Bootstrap. 2015-08-25 14:41:17 +02:00
Daniel Kraus be9c7305ec Add Bootstrap. 2015-08-25 12:07:42 +02:00
Daniel Kraus 36e10d05fd Add AbnormalStyle.Underline; use toggle buttons. 2015-08-25 06:12:53 +02:00
Daniel Kraus cde32f0a7e Implement styling of abnormal values.
- NEU: Auszeichnung pathologischer Werte kann eingestellt werden.
2015-08-24 23:17:49 +02:00
Daniel Kraus b8b96af9bb Improve documentation 2015-08-24 18:27:34 +02:00
Daniel Kraus 969e1cd0e7 Merge branch 'release-2.0.0-beta.4' into develop 2015-08-23 09:18:49 +02:00
Daniel Kraus 0eed93f902 Prepare release 2.0.0-beta.4 2015-08-23 09:17:44 +02:00
Daniel Kraus 005a245fae Improve Daniel's style. 2015-08-21 11:30:28 +02:00
Daniel Kraus da1976e093 Fixes to clinic style.
- VERBESSERUNG: Ambulanz-Stil überarbeitet.
2015-08-21 11:17:41 +02:00
Daniel Kraus cb790191fb Add fT3 and fT4 to parameters.
- VERBESSERUNG: Aliasse für fT3 und fT4.
2015-08-21 11:17:21 +02:00
Daniel Kraus e80f129c3d Merge branch 'release-2.0.0-beta.3' into develop 2015-08-20 22:04:17 +02:00
Daniel Kraus 4c818010a7 Prepare release 2.0.0-beta.3. 2015-08-20 22:02:13 +02:00
Daniel Kraus f6e5087e3c More fixes to clinic defaults. 2015-08-20 21:59:51 +02:00
Daniel Kraus 3fcb6c1af5 Always load default settings when deserializing SettingsRepository.
- VERBESSERT: Bei Updates werden neue eingebaute Stile jetzt immer berücksichtigt.
2015-08-20 21:51:31 +02:00
Daniel Kraus 7eaabb7f13 Amend Lauris timepoint parsing to accept "Labor:" prefix.
- VERBESSERUNG: Datumseilen, die mit "Labor:" beginnen, werden nicht länger ignoriert.
2015-08-20 21:04:25 +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 6d62e619eb Fix parameters and units for TPCR/ACR.
- VERBESSERUNG: Alias ACR für Albumin-Krea-Quotient; mg/g statt mg/g Crea.
2015-08-20 16:45:42 +02:00
Daniel Kraus b7d413c412 Change file name of downloaded update installer. 2015-08-20 16:45:06 +02:00
Daniel Kraus 0d94d77483 Update clinic defaults. 2015-08-20 14:30:05 +02:00
Daniel Kraus a51d771dbe Fix bitmap files which caused div/0 errors on Win32. 2015-08-20 12:56:39 +02:00
Daniel Kraus ac486bbcee Add add-in name and version to application caption. 2015-08-18 09:00:26 +02:00
Daniel Kraus 94ebf5508b Use UndoRecord.
- VERBESSERT: Formatierung erscheint nur noch als 1 Undo-Schritt.
2015-08-17 19:41:07 +02:00
Daniel Kraus 8d24a669ac Merge branch 'release-2.0.0-beta.2' into develop 2015-08-16 16:37:11 +02:00
Daniel Kraus 6c99224814 Prepare release 2.0.0-beta.2 2015-08-16 16:36:36 +02:00
Daniel Kraus b360d5b640 Merge branch 'text-formatting' into develop 2015-08-16 16:34:10 +02:00
Daniel Kraus fbcb060f12 Omit space before units starting with a slash.
- VERBESSERUNG: Einheiten, die mit einem Schrägstrich beginnen, werden nicht mehr mit Leerzeichen vom Wert getrennt.
2015-08-16 16:33:18 +02:00
Daniel Kraus 221509520d Fix markup detection DocumentWriter. 2015-08-16 16:25:53 +02:00
Daniel Kraus 392de61b74 Omit superfluous newline in output. 2015-08-16 05:17:24 +02:00
Daniel Kraus 2745ab819c Do not create character style (currently not used). 2015-08-16 05:17:06 +02:00
Daniel Kraus 2e8c881e1f Clean up assembly settings. 2015-08-15 20:15:52 +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 4cb2999297 Create icons. 2015-08-14 20:00:21 +02:00
Daniel Kraus a609c7f93c Fix paragraph replacements in Daniel's style.
- VERBESSERT: Floskel-Ersetzungen in Daniels Spezial.
2015-08-14 19:27:29 +02:00
Daniel Kraus d5340d1b3a Fix ElementView.
- VERBESSERT: Element-Bearbeitungsfenster.
2015-08-14 18:12:34 +02:00
Daniel Kraus 91b7aa70e9 Update ward style.
- GEÄNDERT: Diff.-BB-Werte im Stations-Stil in Hämatologie-Zeile integriert.
2015-08-14 18:11:58 +02:00
Daniel Kraus 863dfa071a Prevent running the formatter without appropriate selection.
- VERBESSERT: Formatieren läßt sich nicht mehr starten, ohne daß Labor-Text markiert ist.
2015-08-14 17:04:50 +02:00
Daniel Kraus 7a105d7aad Do not include material for explicitly selected items.
- VERÄNDERUNG: Laborwerte, die explizit (also nicht mit "*") ausgewählt werden, werden jetzt ohne vorangestelltes Material-Kürzel eingefügt (z.B. jetzt "Sammelurin: Volumen" anstatt "Sammelurin: SU-Volumen").
2015-08-14 16:01:52 +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 39e8b1f81d Add pre/post images to webpage. 2015-08-14 06:46:25 +02:00
Daniel Kraus de6dab5fb4 Fix link to version history. 2015-08-13 21:02:36 +02:00
Daniel Kraus 5d2acb6233 Merge branch 'release-2.0.0-beta.1' into develop 2015-08-13 20:51:46 +02:00
Daniel Kraus 193a83a769 Prepare release 2.0.0-beta.1 2015-08-13 20:50:53 +02:00
Daniel Kraus 65e34cdf1d Write homepage. 2015-08-13 20:46:03 +02:00
Daniel Kraus 8f9eb83e9d Use 'PTT' rather than 'aPTT'. 2015-08-13 19:57:53 +02:00
Daniel Kraus 65ac72fb50 Use serialized Settings as defaults; fixes. 2015-08-13 19:20:20 +02:00
Daniel Kraus 0461dfd66e Add more information to README.md. 2015-08-13 18:12:18 +02:00
Daniel Kraus 63447def9b Multiple fixes for Views and ViewModels. 2015-08-13 17:59:23 +02:00
Daniel Kraus 3a615eda8b Fix demoting elements while moving up. 2015-08-12 22:54:29 +02:00
Daniel Kraus a9d0e8ee7e Add IsExpanded property to ElementViewModel. 2015-08-12 22:29:31 +02:00
Daniel Kraus 2bb0452a87 Implement moving of elements.
- NEU: Elemente können verschoben werden.
2015-08-12 22:03:25 +02:00
Daniel Kraus 12c2412e38 Adjust size of SettingsView window. 2015-08-12 17:55:19 +02:00
Daniel Kraus e0b749382e Use buttons in SettingsView. 2015-08-12 17:54:23 +02:00
Daniel Kraus 6f65340ca5 Use icons in SettingsRepositoryView. 2015-08-12 15:50:01 +02:00
Daniel Kraus f2cb30fabb Fix FormatElement labels if no content. 2015-08-12 10:05:50 +02:00