XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / PHIExport Method
The XDS domain, including a list of the audit repositories to be used
The repository address
The UIDs of the studies exported
ID of the patient



In This Topic
    PHIExport Method
    In This Topic
    Log that an personal health information (PHI) has been exported - e.g. to media
    Syntax
    Public Shared Function PHIExport( _
       ByVal Domain As XdsDomain, _
       ByVal DestinationURI As Uri, _
       ByVal StudyUIDList As IEnumerable(Of String), _
       ByVal PatientID As String _
    ) As Integer
    Dim Domain As XdsDomain
    Dim DestinationURI As Uri
    Dim StudyUIDList As IEnumerable(Of String)
    Dim PatientID As String
    Dim value As Integer
     
    value = XdsAudit.PHIExport(Domain, DestinationURI, StudyUIDList, PatientID)

    Parameters

    Domain
    The XDS domain, including a list of the audit repositories to be used
    DestinationURI
    The repository address
    StudyUIDList
    The UIDs of the studies exported
    PatientID
    ID of the patient

    Return Value

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

    The "Destination" may indicate anremovable drive etc.

    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