SegmentToPipe Method

Summary

Serializes a segment object into a pipe text segment. The serialized text pipe segment.

Syntax
C#
VB
C++
Public Shared Function SegmentToPipe( _ 
   ByVal segmentObj As INodeItem, _ 
   ByVal ec As EncodingCharacters _ 
) As String 
public static string SegmentToPipe( 
   INodeItem segmentObj, 
   EncodingCharacters ec 
) 
public: 
static String^ SegmentToPipe(  
   INodeItem^ segmentObj, 
   EncodingCharacters^ ec 
)  

Parameters

segmentObj
The segment object.

ec
The encoding characters.

Return Value

The serialized text pipe segment.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly