AddLayerImageRef method (ILEADDicomDS Interface)
short AddLayerImageRef(BSTR bstrSOPInstanceUID); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The AddLayerImageRef method adds a new Item to the "Referenced Image Sequence" (0008,1140) under one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method. Also, the specified Image SOP Instance should be already referenced by the "Referenced Image Sequence" (0008,1140) under the "Presentation State Module" (the AddPresStateImageRef method can be used to do this).
See Also