←Select platform

MessageStructureToSegments Method

Summary

Parses a MessageStructure and creates Segments objects.

Syntax
C#
C++/CLI
public static Tuple<string, 
   List<Segment>> MessageStructureToSegments( 
   MessageStructure msgstruct 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

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