Returns the SOP Instance UID of the specified Basic Grayscale/Color Image Box SOP Instance.
public string GetImageBoxInstanceUid(
int
)
'Declaration
Public Function GetImageBoxInstanceUid( _
ByVal As Integer _
) As String
'Usage
Dim instance As DicomPrintScu
Dim index As Integer
Dim value As String
value = instance.GetImageBoxInstanceUid(index)
public string GetImageBoxInstanceUid(
int index
)
function Leadtools.Dicom.DicomPrintScu.GetImageBoxInstanceUid(
index
)
public:
String^ GetImageBoxInstanceUid(
int
)
Parameters
- index
- The index of the Image Box whose SOP Instance UID is to be retrieved. This should be a number from 0 to the count of Image Boxes minus 1. The method GetImageBoxesCount returns the count of Image Boxes.
Return Value
The SOP Instance UID of the specified Image Box. If an invalid index is passed, the method will return a null reference (Nothing in Visual Basic).