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




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.
Returns the Coded Concept in the same Context Group that immediately follows the specified Coded Concept.

Syntax

Visual Basic (Declaration) 
Public Function GetNextCodedConcept( _
   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.GetNextCodedConcept(codedConcept)
C# 
public DicomCodedConcept GetNextCodedConcept( 
   DicomCodedConcept codedConcept
)
Managed Extensions for C++ 
public: DicomCodedConcept* GetNextCodedConcept( 
   DicomCodedConcept* codedConcept
) 
C++/CLI 
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).

Example

For an example, refer to Insert.

Remarks

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