getInformedConsent abstract method

Future<RPOrderedTask?> getInformedConsent()

Get the informed consent to be shown for this study.

This method return a RPOrderedTask which is an ordered list of RPStep which are shown to the user as the informed consent flow. See research_package for a description on how to create an informed consent in the research package domain model.

If there is no informed consent, null is returned.

Implementation

Future<RPOrderedTask?> getInformedConsent();