Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DeleteCodedConcept Method
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class : DeleteCodedConcept Method



codedConcept
Coded Concept to be deleted.
codedConcept
Coded Concept to be deleted.
Deletes the specified Coded Concept from the Context Group to which it belongs.

Syntax

Visual Basic (Declaration) 
Public Function DeleteCodedConcept( _
   ByVal codedConcept As DicomCodedConcept _
) As DicomCodedConcept
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim codedConcept As DicomCodedConcept
Dim value As DicomCodedConcept
 
value = instance.DeleteCodedConcept(codedConcept)
C# 
public DicomCodedConcept DeleteCodedConcept( 
   DicomCodedConcept codedConcept
)
C++/CLI 
public:
DicomCodedConcept^ DeleteCodedConcept( 
   DicomCodedConcept^ codedConcept
) 

Parameters

codedConcept
Coded Concept to be deleted.

Return Value

An adjacent Coded Concept in the same Context Group. This Concept is the one immediately following the Concept being deleted or the one immediately preceding it if no Concepts follow the Concept being deleted. null if No Coded Concepts are left in the Context Group of the deleted Coded Concept.

Example

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 the deletions of any Coded Concepts that originally belong to the Context Group, as stored in the internal table.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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