LDicomPrintSCU::GetPresentationLUTInstanceUID
#include "ltdic.h"
const L_TCHAR * LDicomPrintSCU::GetPresentationLUTInstanceUID() const
Returns the SOP Instance UID of the last created Presentation LUT SOP Instance.
Returns
The SOP Instance UID of the Presentation LUT that was last created successfully using the function LDicomPrintSCU::CreatePresentationLUT.
Comments
Once a Presentation LUT is created, a call to this function will return the SOP Instance UID of the newly created Presentation LUT. Therefore, if the SOP Instance UID of a Presentation LUT is needed, it should be stored before creating the next Presentation LUT.
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::CreatePresentationLUT, LDicomPrintSCU::DeletePresentationLUT |
Topics: |
|
|
Example
For an example, refer to LDicomPrintSCU::UpdateImageBox.