Commit Graph

47 Commits

Author SHA1 Message Date
daniel 8c7065d995 Update publication year to 2018. 2018-02-13 09:28:44 +01:00
daniel 4c3198afce Add ability to suppress an item's label.
- Verbessert: Für bestimmte Parameter kann die Beschriftung unterdrückt werden (derzeit implementiert im Urin-Hygienebefund, wo "Keim" und "Multiresistenz" nicht mit ausgegeben werden, sondern nur z.B. "E. coli, 3MRGN" bei entsprechender Vorlage "MSU-Keim, MSU-Multiresistenz").
2017-09-22 11:48:40 +02:00
daniel c783fdb64d Enable verbose molar units (mmol/l instead of mM).
- Verbessert: Benutzeroption für die Ausgabe von "mmol/l" anstatt "mM" (einstellbar pro Stil).
2017-03-03 16:20:15 +01:00
daniel b7246ca0ed Update copyright; website. 2017-02-23 16:44:07 +01:00
daniel 63012281db Refactor, using latest bovender framework. 2016-09-03 23:18:43 +02:00
Daniel Kraus 6ec282ee68 Improve formatting of prescriptions. 2015-12-01 17:38:44 +01:00
Daniel Kraus 21e7d44187 First working version of drugs formatting. 2015-11-26 21:33:10 +01:00
Daniel Kraus 9f83041554 Fix Daniel' style. 2015-10-02 11:11:51 +02:00
Daniel Kraus c3429e1105 Update Daniel's style. 2015-09-25 21:55:46 +02:00
Daniel Kraus 3ce046a238 Remove extraneous field from DocumentWriter. 2015-09-07 19:42:04 +02:00
Daniel Kraus c733c238de Implement highlighting for item comments. 2015-09-06 11:48:43 +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 16558cc9a1 Fix Daniel's style. 2015-09-04 11:37:54 +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 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 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 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 005a245fae Improve Daniel's style. 2015-08-21 11:30:28 +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 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 92a8faa972 Implement text styles.
- NEU: Überschriften und pathologische Werte werden jetzt besonders ausgezeichnet (fett).
2015-08-15 20:14:24 +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 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 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 c9fc4a5fae Implement serialization of Settings and SettingsRepository.
- FIX: Stile werden jetzt gespeichert.
2015-08-11 16:12:39 +02:00
Daniel Kraus 6c9f003134 Do not build headers from empty time stamps. 2015-08-09 21:21:56 +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 b59c9f2898 Wire up the views. 2015-08-09 13:24:44 +02:00
Daniel Kraus edaf88c4cd Implement blacklisting feature.
- NEU: Parameter können im Thesaurus als "blacklisted" markiert werden und werden dann bei Verwendung einer Wildcard ("*") nicht berücksichtigt.
2015-08-06 07:47:44 +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 2cefede3c0 Output formatting.
- NEU: Formatierung der Ausgabe mit Absatzvorlage.
2015-08-05 21:52:06 +02:00
Daniel Kraus 285c6a2555 Add CanRun property to Formatter. 2015-08-04 23:26:21 +02:00
Daniel Kraus b6209731ec Fix salutation regex in DanielsStyle.
- FIX: Daniels Spezial löscht nicht mehr die Unterschriften.
2015-08-04 01:19:19 +02:00
Daniel Kraus 23acb13019 Improve Daniel's style. 2015-08-02 22:01:51 +02:00
Daniel Kraus b4f3d81336 Implement DanielsStyle. 2015-07-27 20:39:05 +02:00
Daniel Kraus 9df937138d Implement DocumentWriter, control elements, and tests. 2015-07-25 14:33:48 +02:00
Daniel Kraus ae66a9dfd2 Implement WriteToDocument method in Formatter. 2015-07-18 22:22:40 +02:00
Daniel Kraus f069c858c9 Add SelectFirstDay and SelectLastDay elements. 2015-07-17 00:23:06 +02:00
Daniel Kraus e4e7f80ed2 Create new namespace zaaReloaded2.Formatter, move settings there. 2015-07-16 01:49:17 +02:00
Daniel Kraus b810cc8a74 More work on Formatter; successful tests. 2015-07-14 23:19:41 +02:00
Daniel Kraus e36fee52ad Add formatter and initial tests. 2015-07-13 23:57:35 +02:00