Returns the last Coded Concept in the specified Context Group.
public DicomCodedConcept GetLastCodedConcept(
DicomContextGroup contextGroup
)
Public Function GetLastCodedConcept( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _
) As Leadtools.Dicom.DicomCodedConcept
public Leadtools.Dicom.DicomCodedConcept GetLastCodedConcept(
Leadtools.Dicom.DicomContextGroup contextGroup
)
function Leadtools.Dicom.DicomContextGroupTable.GetLastCodedConcept(
contextGroup
)
public:
Leadtools.Dicom.DicomCodedConcept^ GetLastCodedConcept(
Leadtools.Dicom.DicomContextGroup^ contextGroup
)
contextGroup
DicomContextGroup object that specifies a Context Group in the Context Group Table. The method returns DicomCodedConcept object to the first Coded Concept in this Group, if it contains any.
DicomCodedConcept object that specifies the first Coded Concept in the specified Context Group. null, The specified Context Group does not contain any Coded Concepts.
Along with this method, the following methods 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