Chameleon and Iguana Plugin C# Class Libraries

Engine.TranslateMessageToXml Method 

Translate a HL7 message into XML.

[Visual Basic]
Public Function TranslateMessageToXml( _
   ByVal flatwire As String _
) As String
[C#]
public string TranslateMessageToXml(
   string flatwire
);

Remarks

The format of the XML output conforms to the DTDs of the format specified in the XML tab of the Options window in the Chameleon GUI for your VMD.

See http://www.interfaceware.com/manual/xml.html for more information.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace