LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetCodeMeaning Method
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class : SetCodeMeaning Method



codedConcept
DicomCodedConcept object that specifies the Coded Concept whose Code Meaning is to be set.
codeMeaning
The new Code Meaning (0008,0104).
codedConcept
DicomCodedConcept object that specifies the Coded Concept whose Code Meaning is to be set.
codeMeaning
The new Code Meaning (0008,0104).
Sets the Code Meaning (0008,0104) for the specified Coded Concept.

Syntax

Visual Basic (Declaration) 
Public Function SetCodeMeaning( _
   ByVal codedConcept As DicomCodedConcept, _
   ByVal codeMeaning As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim codedConcept As DicomCodedConcept
Dim codeMeaning As String
Dim value As Boolean
 
value = instance.SetCodeMeaning(codedConcept, codeMeaning)
C# 
public bool SetCodeMeaning( 
   DicomCodedConcept codedConcept,
   string codeMeaning
)
C++/CLI 
public:
bool SetCodeMeaning( 
   DicomCodedConcept^ codedConcept,
   String^ codeMeaning
) 

Parameters

codedConcept
DicomCodedConcept object that specifies the Coded Concept whose Code Meaning is to be set.
codeMeaning
The new Code Meaning (0008,0104).

Return Value

true if the Code Meaning was set successfully. flase if the method failed to allocate memory.

Example

For an example, refer to DicomContextGroupTable.Insert.

Remarks

If a Context Group in the Context Group Table has a corresponding Group in the internal table maintained by LEADTOOLS, then you can use the Default method to discard any changes made to the Context Group, including those made to the Code Meanings of its Coded Concepts, and to revert to the values stored in the internal table. For a list of the Context Identifiers (CIDs) of the Context Groups in the internal table, along with their names, refer to Context Identifier Values.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features