←Select platform

GetPreviousCodedConcept Method

Summary
Returns the Coded Concept in the same Context Group that immediately precedes the specified Coded Concept.
Syntax
C#
VB
C++
public DicomCodedConcept GetPreviousCodedConcept( 
   DicomCodedConcept codedConcept 
) 
Public Function GetPreviousCodedConcept( _ 
   ByVal codedConcept As DicomCodedConcept _ 
) As DicomCodedConcept 
public: 
DicomCodedConcept^ GetPreviousCodedConcept(  
   DicomCodedConcept^ codedConcept 
)  

Parameters

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.

Return Value

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).

Remarks
Example

For an example, refer to Insert.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.