Circle V2 API Docs
    Preparing search index...
    type GenerateNoteParams = {
        patientFirstName?: string | null;
        patientLastName?: string | null;
        template: NoteTemplate;
        transcript: string;
    }
    Index

    Properties

    patientFirstName?: string | null
    patientLastName?: string | null
    template: NoteTemplate
    transcript: string