GetOrders options

Param

Filter order by patient id

Param

Filter order by patient name

Param

Paginated query after this cursor

Param

Specify page size limit (default: 25)

Param

Allows you to override the default query to request more fields

Hierarchy

  • GetOrdersOptions

Properties

after?: string
first?: number
fragment?: Record<string, DocumentNode>
patientId?: string
patientName?: string

Generated using TypeDoc