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; } 
<ElementAttribute(New DicomTag.CodingSchemeDesignator(), Requirement:=New DicomIodUsageType.Type1MandatoryElement()),  
 DataMemberAttribute()>  
Public Property CodeSchemeDesignator() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::CodingSchemeDesignator()), Requirement=(gcnew DicomIodUsageType::Type1MandatoryElement())),  
   DataMemberAttribute] 
   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 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.