←Select platform

MessageStructureToSegments Method

Summary

Parses a MessageStructure and creates Segments objects.

Syntax
C#
VB
C++
public static Tuple<string, 
   List<Segment>> MessageStructureToSegments( 
   MessageStructure msgstruct 
) 
Public Shared Function MessageStructureToSegments( 
   ByVal msgstruct As MessageStructure 
) As Tuple(Of String, List(Of Segment)) 
public:  
   static Tuple<String^, 
      List<Segment^>^>^ MessageStructureToSegments( 
       MessageStructure^ msgstruct 
   ) 

Parameters

msgstruct The MessageStructure to parse.

Return Value

Returns a Tuple, where the first parameter is a string and contains the name of the HL7 message, and the second parameter is a list of parsed segments.

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.