CodeMeaning Property

Summary

Gets or sets the code meaning.

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

Property Value

Text which has meaning to a human and which conveys the meaning of the term defined by the combination of code value and coding scheme designator.

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