←Select platform

CodeSchemeDesignator Property

Summary

Gets or sets the Coding Scheme Designator (Conditional).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.CodingSchemeDesignator)] 
public string CodeSchemeDesignator { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.CodingSchemeDesignator())>  
Public Property CodeSchemeDesignator() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::CodingSchemeDesignator()))] 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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