ConsentCommand class

A Command that take the informed consent specified in the file consent/InformedConsent.dart and uploads it to the CARP server.

Inheritance

Constructors

ConsentCommand()

Properties

app → CarpApp
The configuration of the CARP server app.
no setterinherited
clientId String
no setterinherited
clientSecret String
no setterinherited
consentJson String
no setter
consentPath String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
informedConsent → RPOrderedTask
no setter
locales List
no setterinherited
localizationPath String
no setterinherited
messageIds List
no setterinherited
messagesPath String
no setterinherited
ownerId String
no setterinherited
password String
no setterinherited
protocolPath String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studyId String?
no setterinherited
uri Uri
no setterinherited
username String
no setterinherited

Methods

authenticate() Future<void>
Authenticate at the CARP server.
inherited
execute() Future<void>
Execute this command.
override
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