Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetPreviousCodedConcept Method
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class : GetPreviousCodedConcept Method



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.
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.
Returns the Coded Concept in the same Context Group that immediately precedes the specified Coded Concept.

Syntax

Visual Basic (Declaration) 
Public Function GetPreviousCodedConcept( _
   ByVal codedConcept As DicomCodedConcept _
) As DicomCodedConcept
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim codedConcept As DicomCodedConcept
Dim value As DicomCodedConcept
 
value = instance.GetPreviousCodedConcept(codedConcept)
C# 
public DicomCodedConcept GetPreviousCodedConcept( 
   DicomCodedConcept codedConcept
)
C++/CLI 
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).

Example

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features