Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal medicalViewer As MedicalViewer, _ ByVal manageServiceUrl As String, _ ByVal queryServiceUrl As String, _ ByVal objectRetrieveServiceUrl As String, _ ByVal storeServiceUrl As String, _ ByVal userName As String, _ ByVal password As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MedicalWebViewerStreamer( MedicalViewer medicalViewer, string manageServiceUrl, string queryServiceUrl, string objectRetrieveServiceUrl, string storeServiceUrl, string userName, string password ) |
C++/CLI | |
---|---|
public: MedicalWebViewerStreamer( MedicalViewer medicalViewer, String^ manageServiceUrl, String^ queryServiceUrl, String^ objectRetrieveServiceUrl, String^ storeServiceUrl, String^ userName, String^ password ) |
Parameters
- medicalViewer
- The MedicalViewer control to display streamed images in.
- manageServiceUrl
- The String address of the WCF DICOMService that implements the IManageService interface.
- queryServiceUrl
- The String address of the WCF DICOMService that implements the IQueryService interface.
- objectRetrieveServiceUrl
- The String address of the WCF DICOMService that implements the IObjectRetrieveService interface.
- storeServiceUrl
- The String address of the WCF DICOMService that implements the IStoreService interface.
- userName
- The user name for the user consuming the web service.
- password
- The user password for the user account consuming the web service.
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family