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 plan to import our studies in a nesstar server with the public API, I saw that we can use a method to add a study with the DDI format, is it the only way to add a study with the public API ?
The methods :
Server.publishStudy(StudyPublishingBuilder builder)
StudyPublishingBuilder addDDI(InputStream ddiStream)
Hello,
We plan to import our studies in a nesstar server with the public API, I saw that we can use a method to add a study with the DDI format, is it the only way to add a study with the public API ?
The methods :
Server.publishStudy(StudyPublishingBuilder builder)
StudyPublishingBuilder addDDI(InputStream ddiStream)
Thanks.