DeploymentService class abstract
Application service which allows deploying StudyProtocols and retrieving MasterDeviceDeployments for participating master devices as defined in the protocol.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createStudyDeployment(
StudyProtocol protocol, [String? studyDeploymentId]) → Future< StudyDeploymentStatus> -
Create a new StudyDeployment based on a StudyProtocol.
studyDeploymentIdspecifies the study deployment id. If not specified, an UUID v1 id is generated. -
deploymentSuccessfulFor(
String studyDeploymentId, String masterDeviceRoleName, DateTime deviceDeploymentLastUpdateDate) → Future< StudyDeploymentStatus> -
Indicate to stakeholders in the study deployment with
studyDeploymentIdthat the device withmasterDeviceRoleNamewas deployed successfully, using the deployment with the specifieddeviceDeploymentLastUpdateDate, i.e., that the study deployment was loaded on the device and that the necessary runtime is available to run it. -
getDeviceDeploymentFor(
String studyDeploymentId, String masterDeviceRoleName) → Future< MasterDeviceDeployment> -
Get the deployment configuration for the master device with
masterDeviceRoleNamein the study deployment withstudyDeploymentId. -
getStudyDeploymentStatus(
String studyDeploymentId) → Future< StudyDeploymentStatus> -
Get the status for a study deployment with the given
studyDeploymentId. -
getStudyDeploymentStatusList(
List< String> studyDeploymentIds) → Future<List< StudyDeploymentStatus> > -
Get the statuses for a set of deployments with the specified
studyDeploymentIds. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerDevice(
String studyDeploymentId, String deviceRoleName, DeviceRegistration registration) → Future< StudyDeploymentStatus> -
Register the device with the specified
deviceRoleNamefor the study deployment withstudyDeploymentId. -
removeStudyDeployments(
Set< String> studyDeploymentIds) → Future<Set< String> > -
Remove study deployments with the given
studyDeploymentIds. -
stop(
String studyDeploymentId) → Future< StudyDeploymentStatus> -
Permanently stop the study deployment with the specified
studyDeploymentId. No further changes to this deployment will be allowed and no more data will be collected. -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterDevice(
String studyDeploymentId, String deviceRoleName) → Future< StudyDeploymentStatus> -
Unregister the device with the specified
deviceRoleNamefor the study deployment withstudyDeploymentId.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited