dataPointReference method
- @Deprecated('The DataPoint endpoints is deprecated in CAWS. ' 'Data should be uploaded using the CARP-Core Data Stream endpoint.')
- String? studyDeploymentId
Creates a new DataPointReference initialized at the current CarpService storage location.
Implementation
@Deprecated('The DataPoint endpoints is deprecated in CAWS. '
'Data should be uploaded using the CARP-Core Data Stream endpoint.')
DataPointReference dataPointReference([String? studyDeploymentId]) =>
DataPointReference._(this, getStudyDeploymentId(studyDeploymentId));