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