CodedValueType Constructor(string,string,string)

Summary
Initializes a new instance of the CodedValueType class.
Syntax
C#
VB
C++
public CodedValueType( 
   string code, 
   string codeSystemName, 
   string displayName 
) 
  
Public Function New( _ 
   ByVal code As String, _ 
   ByVal codeSystemName As String, _ 
   ByVal displayName As String _ 
) 
public: 
CodedValueType(  
   String^ code, 
   String^ codeSystemName, 
   String^ displayName 
) 

Parameters

code
The code.

codeSystemName
Name of the code system.

displayName
The display name.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.