←Select platform

CodeValue Property

Summary

Gets or sets the code value.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.CodeValue, Requirement = DicomIodUsageType.Type1MandatoryElement)] 
public string CodeValue { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
<DataMemberAttribute()> 
Public Property CodeValue As String 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
[DataMemberAttribute()] 
public: 
property String^ CodeValue { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

An identifier that is unambiguous within the Coding Scheme denoted by SchemeDesignator.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly