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)
public static int PHIImport( XdsDomain Domain, string Source, IEnumerable<string> StudyUIDList, string PatientID )
public: static int PHIImport( XdsDomain^ Domain, String^ Source, IEnumerable<String^>^ StudyUIDList, String^ 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