LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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.
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
)
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 DicomContextGroupTable.Insert.

Remarks

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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