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)
public void AddWebServiceEndpoint( string AET, string OID, string Endpoint, XdsIRetrievalMethod Method, ITlsClientSecurity Security, Func<string> GetSecurity )
public: void AddWebServiceEndpoint( String^ AET, String^ OID, String^ Endpoint, XdsIRetrievalMethod Method, ITlsClientSecurity^ Security, Func<String^>^ 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