Even if a message does not contain a segment, the repetitions used property can be still 1.
E.g. in the test called TestOBR5RepeatingValuesMessage (in ParserTest.cs), the ORU message does not contain NK1 segments, but adding the following assert fails the test:
Assert.AreEqual(0, oru.GetPATIENT_RESULT(0).PATIENT.NK1RepetitionsUsed);
I have the problem with all sort of messages (2.4 version too).
Even if a message does not contain a segment, the repetitions used property can be still 1.
E.g. in the test called TestOBR5RepeatingValuesMessage (in ParserTest.cs), the ORU message does not contain NK1 segments, but adding the following assert fails the test:
Assert.AreEqual(0, oru.GetPATIENT_RESULT(0).PATIENT.NK1RepetitionsUsed);
I have the problem with all sort of messages (2.4 version too).