XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / AddCMoveEndpoint 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) for this endpoint.

This parameter is not required (and may be null) for DICOM retrieval when the KOS object references the source by AET, but may be necessary where the KOS contains an repository OID instead

The DICOM host to pass the C-MOVE request to
The DICOM port to pass the C-MOVE request to
The Calling AET to use when sending the C-MOVE request
The Called AET to use when sending the C-MOVE request. This will normally be the same as the AET, but may sometimes be different.
A MedicalConnections.Security.ITlsClientSecurity object to use when using DICOM over TLS



In This Topic
    AddCMoveEndpoint Method
    In This Topic
    Specifies an endpoint to be used for the DICOM image retrieval method
    Syntax
    Public Sub AddCMoveEndpoint( _
       ByVal AET As String, _
       ByVal OID As String, _
       ByVal Host As String, _
       ByVal Port As Integer, _
       ByVal LocalAET As String, _
       ByVal RemoteAET As String, _
       ByVal Security As ITlsClientSecurity _
    ) 
    Dim instance As XdsImagingClient
    Dim AET As String
    Dim OID As String
    Dim Host As String
    Dim Port As Integer
    Dim LocalAET As String
    Dim RemoteAET As String
    Dim Security As ITlsClientSecurity
     
    instance.AddCMoveEndpoint(AET, OID, Host, Port, LocalAET, RemoteAET, Security)

    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) for this endpoint.

    This parameter is not required (and may be null) for DICOM retrieval when the KOS object references the source by AET, but may be necessary where the KOS contains an repository OID instead

    Host
    The DICOM host to pass the C-MOVE request to
    Port
    The DICOM port to pass the C-MOVE request to
    LocalAET
    The Calling AET to use when sending the C-MOVE request
    RemoteAET
    The Called AET to use when sending the C-MOVE request. This will normally be the same as the AET, but may sometimes be different.
    Security
    A MedicalConnections.Security.ITlsClientSecurity object to use when using DICOM over TLS
    Requirements
    DicomObjects
    See Also