CodeSchemeDesignator Property

Summary

Gets or sets the code scheme designator.

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

Property Value

Identifies the coding scheme in which the code for a term is defined.

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