Returns the Coded Concept in the same Context Group that immediately precedes the specified Coded Concept.
public DicomCodedConcept GetPreviousCodedConcept(
DicomCodedConcept codedConcept
)
Public Function GetPreviousCodedConcept( _
ByVal codedConcept As DicomCodedConcept _
) As DicomCodedConcept
public:
DicomCodedConcept^ GetPreviousCodedConcept(
DicomCodedConcept^ codedConcept
)
codedConcept
DicomCodedConcept object that specifies a Coded Concept. The method returns the DicomCodedConcept that specifies the Concept that immediately precedes this Concept (in their Context Group), if there is one.
DicomCodedConcept object that specifies the Coded Concept which immediately precedes the Concept specified by codedConcept. null, No Coded Concept precedes 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:
GetPreviousCodedConcept
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