←Select platform

CodeValue Property

Summary

Gets or sets the Code Value (Conditional).

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.CodeValue)] 
public string CodeValue { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::CodeValue()))] 
   property String^ CodeValue 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Code Value.

Remarks

Present only if the CodeValue is 16 characters or less, and the CodeValue is not a URN or URL.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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