←Select platform

GetNextCodedConcept Method

Summary

Returns the Coded Concept in the same Context Group that immediately follows the specified Coded Concept.

Syntax
C#
VB
C++
public DicomCodedConcept GetNextCodedConcept( 
   DicomCodedConcept codedConcept 
) 
Public Function GetNextCodedConcept( _ 
   ByVal codedConcept As DicomCodedConcept _ 
) As DicomCodedConcept 
public: 
DicomCodedConcept^ GetNextCodedConcept(  
   DicomCodedConcept^ codedConcept 
)  

Parameters

codedConcept
DicomCodedConcept object that specifies a Coded Concept. The method returns the DicomCodedConcept that specifies the Concept that immediately follows this Concept (in their Context Group), if there is one.

Return Value

DicomCodedConcept object that specifies the Coded Concept which immediately follows the Concept specified by codedConcept. null, No Coded Concept follows the one specified by codedConcept. (codedConcept is the last Coded Concept in its Context Group).

Remarks

Example

For an example, refer to Insert.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly