createStudyDeployment method

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

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

Implementation

@override
Future<StudyDeploymentStatus> createStudyDeployment(
  StudyProtocol protocol, [
  String? studyDeploymentId,
]) {
  throw CarpBackendException(
      'Study protocols cannot be created using this $runtimeType.');
}