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 Leadtools.Dicom.DicomCodedConcept _
) As Leadtools.Dicom.DicomCodedConcept
public Leadtools.Dicom.DicomCodedConcept GetPreviousCodedConcept(
Leadtools.Dicom.DicomCodedConcept codedConcept
)
function Leadtools.Dicom.DicomContextGroupTable.GetPreviousCodedConcept(
codedConcept
)
public:
Leadtools.Dicom.DicomCodedConcept^ GetPreviousCodedConcept(
Leadtools.Dicom.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:
You can also use the GetCodedConceptCount and FindCodedConceptByIndex methods to enumerate the Coded Concepts.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
GetPreviousCodedConcept Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET