fieldnotesai
    Preparing search index...

    Interface CaseConsentChecklist

    Provides functionality for case consent checklist.

    interface CaseConsentChecklist {
        clientConsentConfirmed: boolean;
        dataStorageExplained: boolean;
        practitionerAttestation: boolean;
        recordingUseExplained: boolean;
        withdrawalRightsExplained: boolean;
    }
    Index

    Properties

    clientConsentConfirmed: boolean
    dataStorageExplained: boolean
    practitionerAttestation: boolean
    recordingUseExplained: boolean
    withdrawalRightsExplained: boolean