←Select platform

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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly