public DicomElement GetLayerImageReferenceElement(
DicomElement graphicAnnSQItem,
string imageSOPInstance
)
public:
DicomElement^ GetLayerImageReferenceElement(
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