AddItem Method

Summary

Adds a text item to the components list.

Syntax
C#
VB
C++
Public Sub AddItem( _ 
   ByVal value As String _ 
)  
public void AddItem( 
   string value 
) 
public: 
void AddItem(  
   String^ value 
)  

Parameters

value
Text item to add.

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