←Select platform

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

Leadtools.Medical.HL7 Assembly