findClass(string,string,string) Method

Summary
Retrieves the message's class type for a given name and type.
Syntax
C#
VB
C++
Public Overloads Shared Function findClass( _ 
   ByVal name As String, _ 
   ByVal type As String, _ 
   ByVal version As String _ 
) As Type 
public static Type findClass( 
   string name, 
   string type, 
   string version 
) 
public: 
static Type^ findClass(  
   String^ name, 
   String^ type, 
   String^ version 
)  

Parameters

name
Name of the message, segment, segment group or field.

type
The group to which the searched class belongs (for example, Messages, Segments or other groups).

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

Return Value

Retrieves the message's class type for a given name and type.

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.