C#
Objective-C
C++
public DicomCodedConcept DeleteCodedConcept(
DicomCodedConcept codedConcept
)
- (nullable LTDicomCodedConcept *)deleteCodedConcept:(LTDicomCodedConcept *)codedConcept;
public:
DicomCodedConcept^ DeleteCodedConcept(
DicomCodedConcept^ codedConcept
)
codedConcept
Coded Concept to be deleted.
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.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method