Interface: ValuesetSearchInput
Defined in: type/ValuesetSearchInput.ts:8
Input object for ValuesetSearchInput
Properties
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: type/ValuesetSearchInput.ts:14
Search by date created
ids?
optionalids?:number[]
Defined in: type/ValuesetSearchInput.ts:18
Search by ids
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: type/ValuesetSearchInput.ts:16
Search by date changed
names?
optionalnames?:string[]
Defined in: type/ValuesetSearchInput.ts:20
Search by names
offset?
optionaloffset?:number
Defined in: type/ValuesetSearchInput.ts:12
Pagination offset number. [Default to 12]
page?
optionalpage?:number
Defined in: type/ValuesetSearchInput.ts:10
Pagination page number. [Default to 1]
sortInputs?
optionalsortInputs?:ValuesetSortInput[]
Defined in: type/ValuesetSearchInput.ts:24
Inputs to sort by
term?
optionalterm?: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?
optionaltermFields?: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?
optionaltermLanguages?: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?
optionaltype?:ValuesetType
Defined in: type/ValuesetSearchInput.ts:22
Valueset type. One of: [SYSTEM, CUSTOM]