XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / DICOMInstancesTransferred Method
The XDS domain, including a list of the audit repositories to be used
The Name of the sender
The Name of the receiver
The Patient ID
The list of studies



In This Topic
    DICOMInstancesTransferred Method
    In This Topic
    Log that a set of DICOM instances has been transmitted/received
    Syntax
    Public Shared Function DICOMInstancesTransferred( _
       ByVal Domain As XdsDomain, _
       ByVal Sender As String, _
       ByVal Receiver As String, _
       ByVal PatientID As String, _
       ByVal Studies As IEnumerable(Of XdsAudit.ParticipatingObject) _
    ) As Integer
    Dim Domain As XdsDomain
    Dim Sender As String
    Dim Receiver As String
    Dim PatientID As String
    Dim Studies As IEnumerable(Of XdsAudit.ParticipatingObject)
    Dim value As Integer
     
    value = XdsAudit.DICOMInstancesTransferred(Domain, Sender, Receiver, PatientID, Studies)

    Parameters

    Domain
    The XDS domain, including a list of the audit repositories to be used
    Sender
    The Name of the sender
    Receiver
    The Name of the receiver
    PatientID
    The Patient ID
    Studies
    The list of studies

    Return Value

    The number of audit repositories to which the message was successfully sent
    Remarks

    For UDP repositories, there is no confirmation that the message was successfully received

    Ensure that the Domain is fully set up before making this call.

    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