Field Constructor(string)

Summary

Initializes a new instance of the Field class given a description text.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal desc As String _ 
) 
public Field( 
   string desc 
) 
public: 
Field(  
   String^ desc 
) 

Parameters

desc
A description text.

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