←Select platform

GetPresentationStateImageReference Method

Summary

Retrieves the item element, which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module".

Syntax
C#
VB
C++
Java
public DicomElement GetPresentationStateImageReference( 
   string sopInstanceUID 
) 
Public Function GetPresentationStateImageReference( _ 
   ByVal sopInstanceUID As String _ 
) As DicomElement 
public DicomElement getPresentationStateImageReference(String sopInstanceUID) 
public: 
DicomElement^ GetPresentationStateImageReference(  
   String^ sopInstanceUID 
)  

Parameters

sopInstanceUID
Character string that contains the SOP Instance UID of the image whose item element will be retrieved.

Return Value

Item element which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module".

Remarks

This method will return the item element, which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module". A null reference (Nothing in VB) will be returned if the item could not be found.

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