AddSegmentRep Method

Summary

Adds a segment item repetition given a schema node. The item object that was created using the schema.

Syntax
C#
VB
C++
Public Shared Function AddSegmentRep( _ 
   ByVal nodeSchema As INodeItem _ 
) As IHL7MessageItem 
public static IHL7MessageItem AddSegmentRep( 
   INodeItem nodeSchema 
) 
public: 
static IHL7MessageItem^ AddSegmentRep(  
   INodeItem^ nodeSchema 
)  

Parameters

nodeSchema
The schema node representing the item.

Return Value

The item object that was created using the schema.

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