New Method (SegmentFactory)

Summary
Creates an IHL7MessageItem item for given a name.
Syntax
C#
VB
C++
Public Shared Function New( _ 
   ByVal name As String, _ 
   ByVal version As String _ 
) As IHL7MessageItem 
public static IHL7MessageItem New(  
   string name, 
   string version 
) 
public: 
static IHL7MessageItem^ New(  
   String^ name, 
   String^ version 
)  

Parameters

name
Name of the segment.

version
The HL7 version, for example V26, V231, V251.

Return Value

Creates an IHL7MessageItem item for given a name.

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.