Returns the SOP Instance UID of the current Basic Film Box SOP Instance.
public string GetFilmBoxInstanceUid()
'Declaration
Public Function GetFilmBoxInstanceUid() As String
'Usage
Dim instance As DicomPrintScu
Dim value As String
value = instance.GetFilmBoxInstanceUid()
public string GetFilmBoxInstanceUid()
function Leadtools.Dicom.DicomPrintScu.GetFilmBoxInstanceUid()
public:
String^ GetFilmBoxInstanceUid();
Return Value
The SOP Instance UID of the current Film Box; if no Film Box is currently created, the method will return an empty string.