Returns the first Coded Concept in the specified Context Group.
public DicomCodedConcept GetFirstCodedConcept(
DicomContextGroup contextGroup
)
Public Function GetFirstCodedConcept( _
ByVal contextGroup As DicomContextGroup _
) As DicomCodedConcept
public:
DicomCodedConcept^ GetFirstCodedConcept(
DicomContextGroup^ contextGroup
)
contextGroup
DicomContextGroup object that specifies a Context Group in the Context Group Table. The method returns DicomCodedConcept object to the first Coded Concept in this Group, if it contains any.
DicomCodedConcept object that specifies the first Coded Concept in the specified Context Group. null, The specified Context Group does not contain any Coded Concepts.
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document