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 DicomCodedConcept _
) As DicomCodedConcept
public:
DicomCodedConcept^ GetNextCodedConcept(
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.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetPreviousCodedConcept Method