←Select platform

FindFirstPresentationStateReferencedSeriesItem Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public DicomElement FindFirstPresentationStateReferencedSeriesItem() 
Public Function FindFirstPresentationStateReferencedSeriesItem() As Leadtools.Dicom.DicomElement 
public Leadtools.Dicom.DicomElement FindFirstPresentationStateReferencedSeriesItem() 
public DicomElement findFirstPresentationStateReferencedSeriesItem() 
 function Leadtools.Dicom.DicomDataSet.FindFirstPresentationStateReferencedSeriesItem() 
public: 
Leadtools.Dicom.DicomElement^ FindFirstPresentationStateReferencedSeriesItem();  

Return Value

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

Remarks

This method returns the first item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module". Call this method along with FindNextPresentationStateReferencedSeriesItem 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