C#
VB
C++
Serializes a segment object into a pipe text segment. The serialized text pipe segment.
Public Shared Function SegmentToPipe( _
ByVal segmentObj As Leadtools.Medical.Hl7.V2x.Models.INodeItem, _
ByVal ec As Leadtools.Medical.Hl7.V2x.Models.EncodingCharacters _
) As String
public static string SegmentToPipe(
INodeItem segmentObj,
EncodingCharacters ec
)
public:
static String^ SegmentToPipe(
Leadtools.Medical.Hl7.V2x.Models.INodeItem^ segmentObj,
Leadtools.Medical.Hl7.V2x.Models.EncodingCharacters^ ec
)
segmentObj
The segment object.
ec
The encoding characters.
The serialized text pipe segment.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET