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




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
)
Managed Extensions for 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

For an example, refer to 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 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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