←Select platform

FindNextPresentationStateReferencedSeriesItem Method

Summary

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

Syntax
C#
VB
C++
Java
public DicomElement FindNextPresentationStateReferencedSeriesItem( 
   DicomElement referencedSeriesItem 
) 
Public Function FindNextPresentationStateReferencedSeriesItem( _ 
   ByVal referencedSeriesItem As DicomElement _ 
) As DicomElement 
public DicomElement findNextPresentationStateReferencedSeriesItem(DicomElement referencedSeriesItem) 
public: 
DicomElement^ FindNextPresentationStateReferencedSeriesItem(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly