Page 1 of 1

Copying message segments from one object to another

Posted: Wed Jan 16, 2013 8:26 pm
by JerryB123
Hello,

How should one copy a message element from one object to another?

For example, I am trying to copy the contents of one TdiPID_26 to another TdiPID_26. I tried FPid_A.Assign(FPid_B), but it produced a run-time error. I also tried FPid_A.AsString := FPid_B.AsString, but it produced a compile-time error, since TdiPID_26 does not have an AsString property.

I looked in the DelphiHl7_Guide and searched in this forum, but did not see how to accomplish this.

Thank you.
Jerry

Re: Copying message segments from one object to another

Posted: Thu Jan 17, 2013 8:25 am
by admin
Hi,

We work on this issue, we will inform you when finished.

Best regards.

Re: Copying message segments from one object to another

Posted: Thu Jan 17, 2013 6:03 pm
by admin
Hi,

Assign methods bug fixed.

Please download lastest edition.

Best regards.