CodeMeaning Property

Summary
Gets or sets the code meaning.
Syntax
C#
C++/CLI
[Element(DicomTag.CodeMeaning, Requirement = DicomIodUsageType.Type1MandatoryElement)] 
[DataMemberAttribute()] 
public string CodeMeaning { 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.