LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetMediaObject Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : GetMediaObject Method




sopInstanceUID
Type:System.String The SOP Instance UID of the Media Creation Management object to be returned.
sopInstanceUID
Type:System.String The SOP Instance UID of the Media Creation Management object to be returned.
Gets a media object.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetMediaObject( _
   ByVal sopInstanceUID As String _
) As MediaCreationManagement
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim sopInstanceUID As String
Dim value As MediaCreationManagement
 
value = instance.GetMediaObject(sopInstanceUID)
C# 
public virtual MediaCreationManagement GetMediaObject( 
   string sopInstanceUID
)
Managed Extensions for C++ 
public: virtual MediaCreationManagement* GetMediaObject( 
   string* sopInstanceUID
) 
C++/CLI 
public:
virtual MediaCreationManagement^ GetMediaObject( 
   String^ sopInstanceUID
) 

Parameters

sopInstanceUID
Type:System.String The SOP Instance UID of the Media Creation Management object to be returned.

Return Value

A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object. It is Null (Nothing) if not found.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also