UserConsentHistory

constructor(subpopulationGuid: String? = null, consentCreatedOn: String? = null, name: String? = null, birthdate: String? = null, imageData: String? = null, imageMimeType: String? = null, signedOn: String? = null, withdrewOn: String? = null, hasSignedActiveConsent: Boolean? = null, type: String? = null)

Parameters

subpopulationGuid

The consent group that the participant agreed to participate in.

consentCreatedOn

ISO 8601 date and time that the consent was created on.

name

Full name as entered by the participant.

birthdate

ISO 8601 date string (e.g. \"YYYY-MM-DD\").

imageData

The signature image in a base 64 encoding.

imageMimeType

The IANA mime type indicator for the image (e.g. \"image/png\").

signedOn

ISO 8601 date and time that the consent was signed by the user.

withdrewOn

ISO 8601 date and time that the user withdrew the consent, if the user withdrew from a study (note that later consent records may re-enroll the user in the study; nothing prevents users from joining and quitting a study multiple times).

hasSignedActiveConsent

True if the user signed the most recently published version of the consent, false otherwise.

type

UserConsentHistory