amdcc.org Send comments on this topic.
GetHistologyImagesBySearch Method
See Also 
amdcc.org.webservices Namespace > HistologyWebService Class : GetHistologyImagesBySearch Method




histologyImageSearch
This method will return a list of Histology Images that meet the optional HistologyImage Search criteria

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a list of Histology Images that meet the optional HistologyImage Search criteria")>
Public Function GetHistologyImagesBySearch( _
   ByVal histologyImageSearch As HistologyImageSearch _
) As HistologyImageList
Visual Basic (Usage)Copy Code
Dim instance As HistologyWebService
Dim histologyImageSearch As HistologyImageSearch
Dim value As HistologyImageList
 
value = instance.GetHistologyImagesBySearch(histologyImageSearch)
C# 
[WebMethodAttribute("This method will return a list of Histology Images that meet the optional HistologyImage Search criteria")]
public HistologyImageList GetHistologyImagesBySearch( 
   HistologyImageSearch histologyImageSearch
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a list of Histology Images that meet the optional HistologyImage Search criteria")]
public: HistologyImageList GetHistologyImagesBySearch( 
   HistologyImageSearch histologyImageSearch
) 
C++/CLI 
[WebMethodAttribute("This method will return a list of Histology Images that meet the optional HistologyImage Search criteria")]
public:
HistologyImageList GetHistologyImagesBySearch( 
   HistologyImageSearch histologyImageSearch
) 

Parameters

histologyImageSearch

Return Value

HistologyImageList

Example

HistologyImageList histologyImageList = HistologyMgr.GetHistologyImagesBySearch(histologyImageSearch);

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also