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




ImageID
This method will return a Histology Image for the specified matching Histology Image ID

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a Histology Image for the specified matching Histology Image ID ")>
Public Function GetHistologyImage( _
   ByVal ImageID As Integer _
) As HistologyImage
Visual Basic (Usage)Copy Code
Dim instance As HistologyWebService
Dim ImageID As Integer
Dim value As HistologyImage
 
value = instance.GetHistologyImage(ImageID)
C# 
[WebMethodAttribute("This method will return a Histology Image for the specified matching Histology Image ID ")]
public HistologyImage GetHistologyImage( 
   int ImageID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a Histology Image for the specified matching Histology Image ID ")]
public: HistologyImage GetHistologyImage( 
   int ImageID
) 
C++/CLI 
[WebMethodAttribute("This method will return a Histology Image for the specified matching Histology Image ID ")]
public:
HistologyImage GetHistologyImage( 
   int ImageID
) 

Parameters

ImageID

Return Value

HistologyImage

Example

HistologyImage histologyImage = HistologyMgr.GetHistologyImage(ImageID);

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