nHapiNET / nHapi

nHapi is the .Net port of the original Java project HAPI.
Mozilla Public License 2.0
273 stars 155 forks source link

Self referencing loop detected #322

Closed code-mantis closed 2 years ago

code-mantis commented 2 years ago

Describe the bug Self referencing loop detected for property 'Message' with type 'NHapi.Model.V23.Message.QRY_R02'. Path 'MSH.FieldSeparator'.

To Reproduce

var message = @"MSH|^~\&|CohieCentral|COHIE|Clinical Data Provider|TCH|20060228155525||QRY^R02^QRY_R02|1|P|2.3|QRD|20060228155525|R|I||||10^RD&Records&0126|38923^^^^^^^^&TCH|||";

var parser = new PipeParser();
var parsed = parser.Parse(message);

Sample HL7

MSH|^~\&|CohieCentral|COHIE|Clinical Data Provider|TCH|20060228155525||QRY^R02^QRY_R02|1|P|2.3|QRD|20060228155525|R|I||||10^RD&Records&0126|38923^^^^^^^^&TCH|||

Environmental Details (please complete the following information):

code-mantis commented 2 years ago

The problem was a using to wrong version.