Public Shared Function BeginTransferringDICOMInstances( _ 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.BeginTransferringDICOMInstances(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