Visual Basic (Declaration) | |
---|---|
Public Function GetNextCodedConcept( _ ByVal codedConcept As DicomCodedConcept _ ) As DicomCodedConcept |
Visual Basic (Usage) | Copy Code |
---|---|
|
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).For an example, refer to Insert.
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. Use the GetContextGroup method to obtain the Context Group to which a Coded Concept belongs
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
Reference
DicomContextGroupTable ClassDicomContextGroupTable Members
Load(String) Method
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetFirstCodedConcept Method
GetLastCodedConcept Method
GetPreviousCodedConcept Method
GetCodedConceptCount Method
FindCodedConceptByIndex Method
GetContextGroup Method
SetCodeMeaning Method
DeleteCodedConcept Method
GetNext Method