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



PHIImport Method
Log that an personal health information (PHI) has been imported - e.g. from media
Syntax
Public Shared Function PHIImport( _
   ByVal Domain As XdsDomain, _
   ByVal Source As String, _
   ByVal StudyUIDList As IEnumerable(Of String), _
   ByVal PatientID As String _
) As Integer
Dim Domain As XdsDomain
Dim Source As String
Dim StudyUIDList As IEnumerable(Of String)
Dim PatientID As String
Dim value As Integer
 
value = XdsAudit.PHIImport(Domain, Source, StudyUIDList, PatientID)

Parameters

Domain
The XDS domain, including a list of the audit repositories to be used
Source
The source of the images
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 senthttp://m.ranwen.org/files/article/0/447/5184312.html
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