You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using an IWRS and eCOA integrations which uses RWS exchange. We have a single Medidata rave URL because of which site number can only be used more than once. IWRS and eCOA have used LOCATION OID as Site Number for integrations because of which integration is not successfull as the same site numbers have already been used in another study. I have the below suggestions. can you please comment if it would work or help me with a possible solution.
Can we append the study number to the site Number. Example if the study is ABC_01 and the site number is 00001, to make it unique we add ABC_01_00001(Study_Sitenumber) and update this in the integration spec for location OID will the integration be successful? i would assume this ABC_01_00001(Study_Sitenumber) will have to to be updated in the code as the target location correct?
Can Study site number be used as a Location OID?
The text was updated successfully, but these errors were encountered:
I think these are questions for whoever provided you the integration specification. The Location OID can be one of several things:
When mdsol:LocationOIDType="SiteUUID" : The location identifier is the UUID When mdsol:LocationOIDType="SiteName" : The location identifier is the site number (default) When mdsol:LocationOIDType is missing : The location identifier is the site number (default) Every Site in Rave has a unique identifier, stored as [Sites].[UUID]
We are using an IWRS and eCOA integrations which uses RWS exchange. We have a single Medidata rave URL because of which site number can only be used more than once. IWRS and eCOA have used LOCATION OID as Site Number for integrations because of which integration is not successfull as the same site numbers have already been used in another study. I have the below suggestions. can you please comment if it would work or help me with a possible solution.
Can we append the study number to the site Number. Example if the study is ABC_01 and the site number is 00001, to make it unique we add ABC_01_00001(Study_Sitenumber) and update this in the integration spec for location OID will the integration be successful? i would assume this ABC_01_00001(Study_Sitenumber) will have to to be updated in the code as the target location correct?
Can Study site number be used as a Location OID?
The text was updated successfully, but these errors were encountered: