←Select platform

GetMessageName Method

Summary

Parses the message and gets the name of the message.

Syntax
C#
VB
C++
public static string GetMessageName( 
   IHL7MessageItem hl7msg 
) 
Public Shared Function GetMessageName( 
   ByVal hl7msg As IHL7MessageItem 
) As String 
public:  
   static String^ GetMessageName( 
      IHL7MessageItem^ hl7msg 
   ) 

Parameters

hl7msg

HL7 message to parse.

Return Value

The name of the message.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly