Skip to main content

Interface: ValuesetSearchInput

Defined in: type/ValuesetSearchInput.ts:8

Input object for ValuesetSearchInput

Properties

createdAt?

optional createdAt?: DateSearchInput

Defined in: type/ValuesetSearchInput.ts:14

Search by date created


ids?

optional ids?: number[]

Defined in: type/ValuesetSearchInput.ts:18

Search by ids


lastModifiedAt?

optional lastModifiedAt?: DateSearchInput

Defined in: type/ValuesetSearchInput.ts:16

Search by date changed


names?

optional names?: string[]

Defined in: type/ValuesetSearchInput.ts:20

Search by names


offset?

optional offset?: number

Defined in: type/ValuesetSearchInput.ts:12

Pagination offset number. [Default to 12]


page?

optional page?: number

Defined in: type/ValuesetSearchInput.ts:10

Pagination page number. [Default to 1]


sortInputs?

optional sortInputs?: ValuesetSortInput[]

Defined in: type/ValuesetSearchInput.ts:24

Inputs to sort by


term?

optional term?: string

Defined in: type/ValuesetSearchInput.ts:29

Free-text search term to filter by.

Performs a case-insensitive partial-match search across value set fields. Use this to find value sets that match a specific keyword or phrase.


termFields?

optional termFields?: ValuesetTermField[]

Defined in: type/ValuesetSearchInput.ts:33

Fields to search in when using the term filter.

Specifies which fields should be included in the full-text search when a term is provided. Defaults to searching in all fields. Array must contain unique values and be non-empty when provided.


termLanguages?

optional termLanguages?: string[]

Defined in: type/ValuesetSearchInput.ts:37

Languages to search in when using the term filter.

Specifies which languages should be included in the full-text search when a term is provided. All languages are included by default. Array must contain unique values and be non-empty when provided.


type?

optional type?: ValuesetType

Defined in: type/ValuesetSearchInput.ts:22

Valueset type. One of: [SYSTEM, CUSTOM]