Circle V2 API Docs
    Preparing search index...

    Type Alias GetOrCreatePatientCaseParams

    type GetOrCreatePatientCaseParams = {
        patientId: PatientId;
        userId: UserId | null;
    }
    Index

    Properties

    Properties

    patientId: PatientId
    userId: UserId | null

    Nullable: trigger-sourced jobs may have no attributable user. cases.created_by is nullable.