VerifyItem Method

Summary

Verifies the item to be of a given type.

Syntax
C#
VB
C++
Public Sub VerifyItem( _ 
   ByVal index As Integer, _ 
   ByVal rep As Integer, _ 
   ByVal expected_type As Type _ 
)  
public void VerifyItem( 
   int index, 
   int rep, 
   Type expected_type 
) 
public: 
void VerifyItem(  
   int index, 
   int rep, 
   Type^ expected_type 
)  

Parameters

index
Index of the item.

rep
Item's repetition.

expected_type
Expected type of item that will be verified against this parameter.

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