Skip to main content

Interface: EhrWritebackOutcomeListResponse

Defined in: packages/sdk/src/types/generated/ehr_writeback.ts:15

Cursor page of write-back outcomes for one Chat, newest first.

retentionDays is the execution store's TTL. The panel states it so an operator reads an empty older history as "outside the retention window", not as "eCW was never called".

Properties

hasMore

hasMore: boolean

Defined in: packages/sdk/src/types/generated/ehr_writeback.ts:18


items

items: EhrWritebackOutcomeResponse[]

Defined in: packages/sdk/src/types/generated/ehr_writeback.ts:16


nextCursor?

optional nextCursor: string | null

Defined in: packages/sdk/src/types/generated/ehr_writeback.ts:17


pageSize

pageSize: number

Defined in: packages/sdk/src/types/generated/ehr_writeback.ts:19


retentionDays

retentionDays: number

Defined in: packages/sdk/src/types/generated/ehr_writeback.ts:20