←Select platform

RemovePresentationStateImageReference Method

Summary

Removes an item from the "Referenced Image Sequence" under the "Presentation State Module".

Syntax
C#
VB
C++
Java
public void RemovePresentationStateImageReference( 
   string sopInstanceUID 
) 
Public Sub RemovePresentationStateImageReference( _ 
   ByVal sopInstanceUID As String _ 
)  
public void removePresentationStateImageReference(String sopInstanceUID) 
public: 
void RemovePresentationStateImageReference(  
   String^ sopInstanceUID 
)  

Parameters

sopInstanceUID
Character string that contains the SOP Instance UID of the image to be removed from the IOD.

Remarks

This method removes the reference to an image (SOP instance), by removing the item, which represents that instance under the "Referenced Image Sequence" 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