StudyID for the CARP Web Services can only be an integer #66
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: 'package:carp_webservices/carp_service/carp_datapoint.dart': Failed assertion: line 55 pos 12: 'int.tryParse(studyId) != null': Study ID (ea7d63f7-3c42-43e8-ba4f-2c02ae63a272) for the CARP Web Services can only be an integer.
The Study ID can only be integer, although my Study ID is a string (
"ea7d63f7-3c42-43e8-ba4f-2c02ae63a272"
), therefore I can't uploadCARPDataPoint
because theCARPDataPoint.fromDatum
constructor cannot be called.Is it by design and my Study ID should be changed to integer or should CAMS support string Study ID's as well?
The text was updated successfully, but these errors were encountered: