←Select platform

GetStudyEntity Method

Summary

Returns an instance of the Study Entity class that is associated with the Study TableICatalogEntity

Syntax

C#
VB
C++
public static ICatalogEntity GetStudyEntity( 
   string studyInstanceUid 
) 
Public Shared Function GetStudyEntity( 
   ByVal studyInstanceUid As String 
) As ICatalogEntity 
public:  
   static ICatalogEntity^ GetStudyEntity( 
      String^ studyInstanceUid 
   ) 

Parameters

studyInstanceUid

the unique Study Instance UID

Return Value

an instance of the Study Entity class that is associated with the Study TableICatalogEntity

Remarks

For more information, refer to AddItem and LEAD Medical Storage Server Custom Database.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly