public static string MessageToPipe(
IHL7MessageItem hl7Msg
)
public:
static String^ MessageToPipe(
IHL7MessageItem^ hl7Msg
)
hl7Msg
The message object into an HL7 pipe text message
The text pipe message.
This example shows how to serialize a message into a pipe text message.
using Leadtools;
using LeadtoolsExamples.Common;
using Leadtools.Medical.HL7;
using Leadtools.Medical.HL7.V2x.Models;
using Leadtools.Medical.HL7.V2x.Listener;
using Leadtools.Medical.HL7.V2x.Sender;
using Leadtools.Medical.HL7.V26.Messages;
public static string MessageSerialize(IHL7MessageItem hl7Msg)
{
string msg = SegmentStructureConverter.MessageToPipe(hl7Msg);
return msg;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document