Page 1 of 1

DelphiHL7 Released v 1.2!

Posted: Sun Dec 18, 2011 10:31 pm
by admin
Dear Users,

DelphiHL7 is glad to release the new improved version 1.2.

Changes 1.2
--------------
* Added xml parser support
* Updated message groups and subgroups name.

* Added xml parser support
--------------------------------
Parse xml messages from string,stream or file.
msg.AsXML:='<>...</>';
msg.LoadFormStream(FileName,ftXML);
msg.LoadFormFile(FileName,ftXML);

* Updated message groups and subgroups name.
--------------------------------------------------------
For XML import support changed message names.

Example:
TdiORU_R01_PATIENTRESULT_22 ==> TdiORU_R01_PATIENT_RESULT_22

We're looking forward to your comments and suggestions.
Delphi HL7 Team.