←Select platform

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 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 
) 

Parameters

segmentObj
The segment object.

ec
The encoding characters.

Return Value

The serialized text pipe segment.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly