XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / RegisterDocumentSet Method
The XDS domain, including a list of the audit repositories to be used
The name of the source system
The destination address
ID of patient
Submission UID
The response received from the recipient
true if this message is being sent by the document source/Repository (false if it is being logged by the Registry)



In This Topic
    RegisterDocumentSet Method (XdsAudit)
    In This Topic
    Log that an XDS-b Register Document Set transaction has been performed
    Syntax
    Public Shared Function RegisterDocumentSet( _
       ByVal Domain As XdsDomain, _
       ByVal Source As String, _
       ByVal DestinationURI As Uri, _
       ByVal PatientID As String, _
       ByVal SubmissionSetUniqueId As String, _
       ByVal Response As XdsRegistryResponse, _
       ByVal SourceAudit As Boolean _
    ) As Integer
    Dim Domain As XdsDomain
    Dim Source As String
    Dim DestinationURI As Uri
    Dim PatientID As String
    Dim SubmissionSetUniqueId As String
    Dim Response As XdsRegistryResponse
    Dim SourceAudit As Boolean
    Dim value As Integer
     
    value = XdsAudit.RegisterDocumentSet(Domain, Source, DestinationURI, PatientID, SubmissionSetUniqueId, Response, SourceAudit)

    Parameters

    Domain
    The XDS domain, including a list of the audit repositories to be used
    Source
    The name of the source system
    DestinationURI
    The destination address
    PatientID
    ID of patient
    SubmissionSetUniqueId
    Submission UID
    Response
    The response received from the recipient
    SourceAudit
    true if this message is being sent by the document source/Repository (false if it is being logged by the Registry)

    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