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 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.