- 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.
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).For an example, refer to DicomContextGroupTable.Insert.
- 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 Leadtools.Dicom.DicomContextGroupTable.FindCodedConceptByIndex methods to enumerate the Coded Concepts.
- Use the Leadtools.Dicom.DicomContextGroupTable.GetContextGroup method to obtain the Context Group to which a Coded Concept belongs
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
DicomContextGroupTable ClassDicomContextGroupTable Members
Load(String) Method
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetFirstCodedConcept Method
GetLastCodedConcept Method
GetPreviousCodedConcept Method
GetCodedConceptCount Method
FindCodedConceptByIndex Method
GetContextGroup Method
SetCodeMeaning Method
DeleteCodedConcept Method
GetNext Method