RegisterSelfCheckAnswerUsecase class usecase
セルフチェックの回答を登録するユースケース。
セルフチェックの回答を登録し、その結果に基づいてリハビリテーションの継続を判断します。
Constructors
- RegisterSelfCheckAnswerUsecase(RehabilitationRepository _rehabilitationRepository, UsecaseErrorHandler _errorHandler)
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
-
exec(
{required String rehabilitationId, required int version, required List< String> answers}) → Future<bool> - セルフチェックの回答を登録する。
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited