Returns the SOP Instance UID of the current Basic Film Box SOP Instance.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetFilmBoxInstanceUid() As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomPrintScu
Dim value As String
value = instance.GetFilmBoxInstanceUid()
|
C# | |
---|
public string GetFilmBoxInstanceUid() |
C++/CLI | |
---|
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.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also