CodingSchemeVersion Property

Summary

Gets or sets the coding scheme version.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.CodingSchemeVersion)] 
public string CodingSchemeVersion { get; set; } 
<ElementAttribute()> 
<DataMemberAttribute()> 
Public Property CodingSchemeVersion As String 
[ElementAttribute()] 
[DataMemberAttribute()] 
public: 
property String^ CodingSchemeVersion { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Used to identify the version of a coding scheme if necessary to resolve ambiguity in the code value or code meaning.

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