| Bookshelf Home | Contents | Index | PDF | ![]() |
|
Siebel Life Sciences Guide > Setting Up and Configuring Clinical Study Site Visit Data Integration > Exporting Clinical Study Site Geographical Location Details to Siebel ClinicalThe Web service SWILSClinicalCreateSiteVisitGeoLocation supports regulatory requirements to track completion of clinical study site visits. Support is provided to export clinical study site visit and site geographical location details from a third-party application, including an on-site mobile application, to Siebel Clinical. Table 44 lists the clinical study site visit records that can be exported to Siebel Clinical from a third-party application. The logged in user must be a site visit team member listed in the Assigned To list for the site visit. For more information on the Assigned To list, see Creating and Managing Clinical Study Site Visits.
Example of SWILSClinicalCreateSiteVisitGeoLocation Web Service RequestThis extract provides an example of configuring the SWILSClinicalCreateSiteVisitGeoLocation Web service request. It exports clinical study site visit and geographical location details for user SIAADMIN to Siebel Clinical. <?xml version="1.0" encoding="UTF-8" ?> - <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cus="http://siebel.com/CustomUI" xmlns:ls="http://www.siebel.com/xml/LS%20Clinical%20Site%20Visits%20Geo%20Loc%20IO"> <UsernameToken xmlns="http://siebel.com/webservices">SIAADMIN</UsernameToken> <PasswordText xmlns="http://siebel.com/webservices">SIAADMIN</PasswordText> <SessionType xmlns="http://siebel.com/webservices">None</SessionType> <ls:ListOfLsClinicalSiteVisitsGeoLocIo> <!-- Zero or more repetitions: --> - <ls:LsClinicalSiteVisitLocation> <ls:Longitude>91</ls:Longitude> <ls:SiteVisitId>88-22X7M</ls:SiteVisitId> <ls:VisitDate>2000-10-10 01:09:09</ls:VisitDate> <ls:Comments>Clinical study site monitoring visit tracking complete</ls:Comments> <ls:UserId>1SIA-8FKI</ls:UserId> </ls:LsClinicalSiteVisitLocation> </ls:ListOfLsClinicalSiteVisitsGeoLocIo> For more information on configuring the SWILSClinicalCreateSiteVisitGeoLocation Web service, see Siebel CRM Web Services Reference. |
![]() |
![]() |
| Siebel Life Sciences Guide | Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |