TdiACK_xxx
Posted: Thu Nov 07, 2013 12:08 pm
Hi,
evaluating DelphiHL7 components (maybe 1.6.5 - trial downloaded 3 or 4 days ago) I noticed that:
1)
function buildAck : ansistring;
var hAck : TdiACK_251;
begin
hAck := TdiACK_251.Create;
Result := hAck.AsString;
end;
In Result string then MSH-7 is formatted as yyyymmddhhssnn (eg. 2013-11-07 12:48:23 => MSH|^~\&|||||20131107122348||ACK||P|2.5.1 ) rater yyyymmddhhnnss. It's correct?
N.B. Same situation with all TdiAck_xxx (2.3, 2.3.1, 2.5, 2.6).
2)
In TdiACK_22, TdiACK_23 and TdiACK_231 property MSA.AcknowledgmentCode is named MSA.AcknowledgementCode.
I will continue to evaluate. I just started but I seem good components. Thanks.
evaluating DelphiHL7 components (maybe 1.6.5 - trial downloaded 3 or 4 days ago) I noticed that:
1)
function buildAck : ansistring;
var hAck : TdiACK_251;
begin
hAck := TdiACK_251.Create;
Result := hAck.AsString;
end;
In Result string then MSH-7 is formatted as yyyymmddhhssnn (eg. 2013-11-07 12:48:23 => MSH|^~\&|||||20131107122348||ACK||P|2.5.1 ) rater yyyymmddhhnnss. It's correct?
N.B. Same situation with all TdiAck_xxx (2.3, 2.3.1, 2.5, 2.6).
2)
In TdiACK_22, TdiACK_23 and TdiACK_231 property MSA.AcknowledgmentCode is named MSA.AcknowledgementCode.
I will continue to evaluate. I just started but I seem good components. Thanks.