Visual Basic (Declaration) | |
---|---|
Public Function DeleteCodedConcept( _ ByVal codedConcept As DicomCodedConcept _ ) As DicomCodedConcept |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to Insert.
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.
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
Reference
DicomContextGroupTable ClassDicomContextGroupTable Members
SetCodeMeaning Method
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetFirstCodedConcept Method
FindCodedConceptByIndex Method
ExistsCodedConcept Method
GetContextGroup Method
Default Method
Delete Method