Circle V2 API Docs
    Preparing search index...
    type GetSessionByIdOutput = {
        caseAuditRunIds: AuditRunId[];
        patientSession: SetOptional<
            SafeReturnType<typeof patientSessionsRepo.getById>,
            "selected_template",
        >;
    }
    Index

    Properties

    caseAuditRunIds: AuditRunId[]
    patientSession: SetOptional<
        SafeReturnType<typeof patientSessionsRepo.getById>,
        "selected_template",
    >