XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / AddWebServiceEndpoint Method
The DICOM AET (as found in a KOS object) to be linked to this endpoint

The Repository OID (as found in a KOS object, or linked via an AET) for this endpoint.

This parameter is mandatory for Rad-69 retrieval, but optional (i.e. may be null) for WADO (provided that an AET is provided), which allows direct linkage of an AET to a web endpoint address

The full web service endpoint, complete with http:// or https:// prefix
The method to use. This must be Rad69, Rad75, Wado_Jpg or Wado_Dicom
A MedicalConnections.Security.ITlsClientSecurity object to use when using DICOM over TLS
For XUA, users can specify how they want to retrieve the Security token



In This Topic
    AddWebServiceEndpoint Method
    In This Topic
    Specifies an endpoint to be used for the RAD-69 or WADO image retrieval methods
    Syntax
    Public Sub AddWebServiceEndpoint( _
       ByVal AET As String, _
       ByVal OID As String, _
       ByVal Endpoint As String, _
       ByVal Method As XdsIRetrievalMethod, _
       ByVal Security As ITlsClientSecurity, _
       Optional ByVal GetSecurity As Func(Of String) _
    ) 
    Dim instance As XdsImagingClient
    Dim AET As String
    Dim OID As String
    Dim Endpoint As String
    Dim Method As XdsIRetrievalMethod
    Dim Security As ITlsClientSecurity
    Dim GetSecurity As Func(Of String)
     
    instance.AddWebServiceEndpoint(AET, OID, Endpoint, Method, Security, GetSecurity)

    Parameters

    AET
    The DICOM AET (as found in a KOS object) to be linked to this endpoint
    OID

    The Repository OID (as found in a KOS object, or linked via an AET) for this endpoint.

    This parameter is mandatory for Rad-69 retrieval, but optional (i.e. may be null) for WADO (provided that an AET is provided), which allows direct linkage of an AET to a web endpoint address

    Endpoint
    The full web service endpoint, complete with http:// or https:// prefix
    Method
    The method to use. This must be Rad69, Rad75, Wado_Jpg or Wado_Dicom
    Security
    A MedicalConnections.Security.ITlsClientSecurity object to use when using DICOM over TLS
    GetSecurity
    For XUA, users can specify how they want to retrieve the Security token
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also