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.
public DicomElement GetLayerImageReferenceElement(
DicomElement graphicAnnSQItem,
string imageSOPInstance
)
Public Function GetLayerImageReferenceElement( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement, _
ByVal imageSOPInstance As String _
) As Leadtools.Dicom.DicomElement
public Leadtools.Dicom.DicomElement GetLayerImageReferenceElement(
Leadtools.Dicom.DicomElement graphicAnnSQItem,
string imageSOPInstance
)
function Leadtools.Dicom.DicomDataSet.GetLayerImageReferenceElement(
graphicAnnSQItem ,
imageSOPInstance
)
public:
Leadtools.Dicom.DicomElement^ GetLayerImageReferenceElement(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem,
String^ imageSOPInstance
)
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.
The item element of the specified SOP instance under the "Referenced Image Sequence" (0008,1140) in the specified "Graphic Annotation Sequence" (0070,0001) item.
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.
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
FindNextGraphicAnnSQItem Method
GetLayerImageReferenceSOPInstance Method
RemoveImageReferenceFromLayer Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET