Improve detection of two prescription columns.
This commit is contained in:
parent
86c8a9a1b4
commit
d28d51e875
Binary file not shown.
@ -239,7 +239,7 @@ namespace zaaReloaded2.Medication
|
|||||||
@"(?<dose>" + DOSE + @")" + SPACER +
|
@"(?<dose>" + DOSE + @")" + SPACER +
|
||||||
@"(?<dose>" + DOSE + @")" +
|
@"(?<dose>" + DOSE + @")" +
|
||||||
@"(" + SPACER + @"(?<dose>" + DOSE + @"))?" +
|
@"(" + SPACER + @"(?<dose>" + DOSE + @"))?" +
|
||||||
@"( +(?<comment>[^\t]+))?)";
|
@"( +(?<comment>[^\t]+))?\s*)";
|
||||||
private static readonly Regex canonicalRegex = new Regex(canonicalPattern);
|
private static readonly Regex canonicalRegex = new Regex(canonicalPattern);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user