lookupStudyRuntime method

StudyRuntime? lookupStudyRuntime(
  1. String studyDeploymentId,
  2. String deviceRoleName
)

Lookup the StudyRuntime based on the studyDeploymentId and deviceRoleName.

Implementation

StudyRuntime? lookupStudyRuntime(
  String studyDeploymentId,
  String deviceRoleName,
) =>
    repository[Study(studyDeploymentId, deviceRoleName)];