Returns the Coded Concept in the same Context Group that immediately follows the specified Coded Concept.
public DicomCodedConcept GetNextCodedConcept(
DicomCodedConcept codedConcept
)
Public Function GetNextCodedConcept( _
ByVal codedConcept As Leadtools.Dicom.DicomCodedConcept _
) As Leadtools.Dicom.DicomCodedConcept
public Leadtools.Dicom.DicomCodedConcept GetNextCodedConcept(
Leadtools.Dicom.DicomCodedConcept codedConcept
)
function Leadtools.Dicom.DicomContextGroupTable.GetNextCodedConcept(
codedConcept
)
public:
Leadtools.Dicom.DicomCodedConcept^ GetNextCodedConcept(
Leadtools.Dicom.DicomCodedConcept^ codedConcept
)
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.
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).
Along with this method, the following functions can be used to maneuver through the Coded Concepts of a Context Group in the Context Group Table:
You can also use the GetCodedConceptCount and FindCodedConceptByIndex methods to enumerate the Coded Concepts.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetPreviousCodedConcept Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET