SegmentStructureToSegment Method

Summary
Converts the segment structure to a segment object.
Syntax
C#
VB
C++
Public Shared Sub SegmentStructureToSegment( _ 
   ByVal segstruct As SegmentStructure, _ 
   ByRef segmentObj As IHL7MessageItem, _ 
   ByVal ignoreExtraFields As Boolean _ 
)  
public static void SegmentStructureToSegment( 
   SegmentStructure segstruct, 
   ref IHL7MessageItem segmentObj, 
   bool ignoreExtraFields 
) 
public: 
static void SegmentStructureToSegment(  
   SegmentStructure^ segstruct, 
   IHL7MessageItem^% segmentObj, 
   bool ignoreExtraFields 
)  

Parameters

segstruct
Segment structure to convert.

segmentObj
The resulting segment object.

ignoreExtraFields
True to ignore extra fields, otherwise false.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.