LDicomPrintSCU::GetOverlayBoxInstanceUID
#include "ltdic.h"
L_CHAR L_FAR * LDicomPrintSCU::GetOverlayBoxInstanceUID() const
Returns the SOP Instance UID of the last created Basic Print Image Overlay Box SOP Instance.
Returns
The SOP Instance UID of the Image Overlay Box that was last created successfully using the function LDicomPrintSCU::CreateOverlayBox.
Comments
Once an Image Overlay Box is created, a call to this function will return the SOP Instance UID of the newly created Image Overlay Box. Therefore, if the SOP Instance UID of an Image Overlay Box is needed, it should be stored before creating the next Image Overlay Box.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
Class Members, LDicomPrintSCU::CreateOverlayBox, LDicomPrintSCU::UpdateOverlayBox, LDicomPrintSCU::DeleteOverlayBox, LDicomPrintSCU::GetDefaultOverlayBoxParameters |
Topics: |
|
|
Example
For an example, refer to LDicomPrintSCU::UpdateImageBox.