New(string) Method

Summary

Creates a new message item.

Syntax
C#
VB
C++
Public Overloads Shared Function New( _ 
   ByVal fullname As String _ 
) As IHL7MessageItem 
public static IHL7MessageItem New( 
   string fullname 
) 
public: 
static IHL7MessageItem^ New(  
   String^ fullname 
)  

Parameters

fullname
Name of the message.

Return Value

The new IHL7MessageItem for given fullname.

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