getStudy abstract method

TStudy? getStudy(
  1. String studyDeploymentId,
  2. String deviceRoleName
)

Return the study with studyDeploymentId and deviceRoleName, or null when no such study is found.

Implementation

TStudy? getStudy(String studyDeploymentId, String deviceRoleName);