Skip to content

Commit 4032716

Browse files
committed
another test fix
Signed-off-by: Neil South <[email protected]>
1 parent 3e109c6 commit 4032716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InformaticsGateway/Services/HealthLevel7/MllpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private bool CreateMessage(int startIndex, int endIndex, ref string data, out Me
231231
var text = data.Substring(messageStartIndex, endIndex - messageStartIndex);
232232
_logger.Hl7GenerateMessage(text.Length, text);
233233
message = new Message(text);
234-
message.ParseMessage(true);
234+
message.ParseMessage(false);
235235
data = data.Length > endIndex ? data.Substring(messageEndIndex) : string.Empty;
236236
return true;
237237
}

0 commit comments

Comments
 (0)