←Select platform

CodeSchemeDesignator Property

Summary

Gets or sets the Coding Scheme Designator (Conditional).

Syntax
C#
VB
C++
[Element(DicomTag.CodingSchemeDesignator)] 
[DataMemberAttribute()] 
public string CodeSchemeDesignator { get; set; } 
<ElementAttribute(New DicomTag.CodingSchemeDesignator()),  
 DataMemberAttribute()>  
Public Property CodeSchemeDesignator() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::CodingSchemeDesignator())),  
   DataMemberAttribute] 
   property String^ CodeSchemeDesignator 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Coding Scheme Designator.

Remarks

Must be present if CodeValue or LongCodeValue is present.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly