←Select platform

GetPreviousCodedConcept Method

Summary

Returns the Coded Concept in the same Context Group that immediately precedes the specified Coded Concept.

Syntax

C#
VB
WinRT C#
C++
public DicomCodedConcept GetPreviousCodedConcept( 
   DicomCodedConcept codedConcept 
) 
Public Function GetPreviousCodedConcept( _ 
   ByVal codedConcept As Leadtools.Dicom.DicomCodedConcept _ 
) As Leadtools.Dicom.DicomCodedConcept 
 function Leadtools.Dicom.DicomContextGroupTable.GetPreviousCodedConcept(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly