createStudyDeployment abstract method

Future<StudyDeploymentStatus> createStudyDeployment(
  1. StudyProtocol protocol, [
  2. String? studyDeploymentId
])

Create a new StudyDeployment based on a StudyProtocol. studyDeploymentId specifies the study deployment id. If not specified, an UUID v1 id is generated.

Implementation

Future<StudyDeploymentStatus> createStudyDeployment(
  StudyProtocol protocol, [
  String? studyDeploymentId,
]);