←Select platform

FindNextPresentationStateReferencedSeriesItem Method

Summary

Retrieves the next item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module".

Syntax

C#
VB
Java
WinRT C#
C++
public DicomElement FindNextPresentationStateReferencedSeriesItem( 
   DicomElement referencedSeriesItem 
) 
Public Function FindNextPresentationStateReferencedSeriesItem( _ 
   ByVal referencedSeriesItem As Leadtools.Dicom.DicomElement _ 
) As Leadtools.Dicom.DicomElement 
public Leadtools.Dicom.DicomElement FindNextPresentationStateReferencedSeriesItem(  
   Leadtools.Dicom.DicomElement referencedSeriesItem 
) 
public DicomElement findNextPresentationStateReferencedSeriesItem(DicomElement referencedSeriesItem) 
 function Leadtools.Dicom.DicomDataSet.FindNextPresentationStateReferencedSeriesItem(  
   referencedSeriesItem  
) 
public: 
Leadtools.Dicom.DicomElement^ FindNextPresentationStateReferencedSeriesItem(  
   Leadtools.Dicom.DicomElement^ referencedSeriesItem 
)  

Parameters

referencedSeriesItem
An item element under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module".

Return Value

The next item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module". null if No items were found.

Remarks

This method returns the next item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module". Call this method along with FindFirstPresentationStateReferencedSeriesItem in order to enumerate all the items under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module".

Example

For an example, refer to SetPresentationStateInformation.

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