InformedConsentManager class abstract

Handles retrieving and storing informed consent definitions as RPOrderedTask json definitions.

Implementers

Constructors

InformedConsentManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
informedConsent → RPOrderedTask?
The latest downloaded informed consent document.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteInformedConsent() Future<bool>
Delete the informed consent for this study.
getInformedConsent() Future<RPOrderedTask?>
Get the informed consent to be shown for this study.
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInformedConsent(RPOrderedTask informedConsent) Future<bool>
Set the informed consent to be used for this study.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited