C#
VB
C++
public void RemoveAllImageReferencesFromLayer(
DicomElement graphicAnnSQItem
)
Public Sub RemoveAllImageReferencesFromLayer( _
ByVal graphicAnnSQItem As DicomElement _
)
public:
void RemoveAllImageReferencesFromLayer(
DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
This method removes all the referenced images from 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