Commit Graph

53 Commits

Author SHA1 Message Date
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
e80d75648e Update Bovender package to 0.4.0. 2015-10-02 11:11:07 +02:00
Daniel Kraus
c83b8726cc Update Bovender to 0.3.3. 2015-09-21 06:05:43 +02:00
Daniel Kraus
f58a13117c Update Bovender to 0.3.1. 2015-09-09 21:45:55 +02:00
Daniel Kraus
06aa271056 Move command methods to static Commands class. 2015-09-06 08:21:31 +02:00
Daniel Kraus
78ceeb5017 Implement first-run wizard. 2015-09-05 19:47:58 +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
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
e366226a64 Draft concept. 2015-09-02 05:52:56 +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
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
cde32f0a7e Implement styling of abnormal values.
- NEU: Auszeichnung pathologischer Werte kann eingestellt werden.
2015-08-24 23:17:49 +02:00
Daniel Kraus
4cb2999297 Create icons. 2015-08-14 20:00:21 +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
65ac72fb50 Use serialized Settings as defaults; fixes. 2015-08-13 19:20:20 +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
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
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
a009c1ab39 Add control elements for columns.
- NEU: Steuer-Elemente für Spalten.
2015-08-09 20:54:43 +02:00
Daniel Kraus
bde85e5651 Fix views and view models. 2015-08-07 21:37:14 +02:00
Daniel Kraus
41b155e8be Begin implemenation of format and choose style commands. 2015-08-04 02:43:17 +02:00
Daniel Kraus
8437f0907c Implement Demo feature.
- NEU: Eingebautes Demo-Dokument zum Ausprobieren.
2015-08-03 12:11:30 +02:00
Daniel Kraus
1e4c3681f2 Implement ElementPickerViewModel; initial SettingsViewModelTest. 2015-08-02 21:51:58 +02:00
Daniel Kraus
d0be7524d3 Make some classes ICloneable; implement SettingsRepositoryViewModel. 2015-08-01 21:23:56 +02:00
Daniel Kraus
12cd58180f Create rudimentary view models, default settings. 2015-07-31 17:19:49 +02:00
Daniel Kraus
edd81457cf Add format ribbon buttons. 2015-07-28 11:54:21 +02:00
Daniel Kraus
b4f3d81336 Implement DanielsStyle. 2015-07-27 20:39:05 +02:00
Daniel Kraus
cb560a92d7 Implement automatic updates. 2015-07-27 10:10:18 +02:00
Daniel Kraus
61e7d4b89d Implement Bovender's exception handling. 2015-07-27 06:10:58 +02:00
Daniel Kraus
3a4c17f148 Add ribbon, AboutViewModel and AboutView. 2015-07-26 14:50:05 +02:00
Daniel Kraus
9df937138d Implement DocumentWriter, control elements, and tests. 2015-07-25 14:33:48 +02:00
Daniel Kraus
22ee0492d5 Add CustomText item. 2015-07-18 22:22:08 +02:00
Daniel Kraus
f069c858c9 Add SelectFirstDay and SelectLastDay elements. 2015-07-17 00:23:06 +02:00
Daniel Kraus
ff3086d9c8 Add SettingsRepository. 2015-07-16 06:50:58 +02:00
Daniel Kraus
e4e7f80ed2 Create new namespace zaaReloaded2.Formatter, move settings there. 2015-07-16 01:49:17 +02:00
Daniel Kraus
b421279208 Refactor: Rename lookup dictionaries to thesaurus.
This prevents confusion with the .NET term 'dictionary'.
2015-07-14 23:50:39 +02:00
Daniel Kraus
e36fee52ad Add formatter and initial tests. 2015-07-13 23:57:35 +02:00
Daniel Kraus
774daf8f85 Build parameters.txt and units.txt as embedded resources. 2015-07-11 16:57:58 +02:00
Daniel Kraus
07ee4fbf2a Implement Laboratory and TimePoints. 2015-07-11 16:51:02 +02:00
Daniel Kraus
2cf31914dd Refactor: Separate concerns. 2015-07-06 15:48:43 +02:00
Daniel Kraus
2bd9c0e696 Implement TimePoint. 2015-07-04 12:09:39 +02:00
Daniel Kraus
443f3ac4e1 Add Lauris paragraph parser. 2015-06-29 21:50:27 +02:00
Daniel Kraus
39f63835be Add dictionaries, materials. 2015-06-28 09:44:33 +02:00
Daniel Kraus
bc5911f748 Add LineParser and basic dictionaries. 2015-06-20 21:13:55 +02:00
Daniel Kraus
a1895ec9c1 Strong-name sign the assembly.
They key file resides outside of the repository and is symlinked to.
2015-06-20 16:33:46 +02:00