Returns the SOP Instance UID of the last created Basic Print Image Overlay Box SOP Instance.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetOverlayBoxInstanceUid() As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomPrintScu
Dim value As String
value = instance.GetOverlayBoxInstanceUid() |
C# | |
---|
public string GetOverlayBoxInstanceUid() |
C++/CLI | |
---|
public:
String^ GetOverlayBoxInstanceUid(); |
Return Value
The SOP Instance UID of the Image Overlay Box that was last created successfully using the method %%.
Example
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also