Circle V2 API Docs
    Preparing search index...
    type ProcessTextNoteParams = {
        createdBy: UserId;
        fileUrl?: string;
        manualText?: string;
        patientId: PatientId;
        templateId: TemplateId;
    }
    Index

    Properties

    createdBy: UserId
    fileUrl?: string
    manualText?: string
    patientId: PatientId
    templateId: TemplateId