←Select platform

GetLayerImageReferenceElement Method

Summary

Gets the item element of the specified SOP instance under the "Referenced Image Sequence" (0008,1140) in the specified "Graphic Annotation Sequence" (0070,0001) item.

Syntax
C#
VB
C++
public DicomElement GetLayerImageReferenceElement( 
   DicomElement graphicAnnSQItem, 
   string imageSOPInstance 
) 
Public Function GetLayerImageReferenceElement( _ 
   ByVal graphicAnnSQItem As DicomElement, _ 
   ByVal imageSOPInstance As String _ 
) As DicomElement 
public: 
DicomElement^ GetLayerImageReferenceElement(  
   DicomElement^ graphicAnnSQItem, 
   String^ imageSOPInstance 
)  

Parameters

graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

imageSOPInstance
Character string that contains the SOP Instance UID of the image whose item element is to be retrieved.

Return Value

The item element of the specified SOP instance under the "Referenced Image Sequence" (0008,1140) in the specified "Graphic Annotation Sequence" (0070,0001) item.

Remarks

This method retrieves the item element of the specified SOP instance under the "Referenced Image Sequence" (0008,1140) in the specified "Graphic Annotation Sequence" (0070,0001) item.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

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