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.
This commit is contained in:
Daniel Kraus
2015-09-04 21:12:50 +02:00
parent b04dc2cb4b
commit c141fcff58
2 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,10 @@ namespace zaaReloaded2.Importer.ZaaImporter
LowerLimit = Double.Parse(limitMatch.Groups["limit2"].Value.Replace(',', '.'),
CultureInfo.InvariantCulture);
break;
case "":
// NOOP for special cases such as "[s. Bem.]" which occurs in NT-proBNP
// Fixes exception ID 65ca8575.
break;
default:
throw new InvalidOperationException(
String.Format("Unknown operator in {0}",