ValuesetSortField
Available fields for sorting value set search results to organize data according to specific criteria
enum ValuesetSortField {
ID
NAME
LAST_MODIFIED_AT
CREATED_AT
}
Values
ValuesetSortField.ID
Sort by unique identifier in numerical order, useful for consistent ordering and database optimization
ValuesetSortField.NAME
Sort alphabetically by value set name, ideal for user-friendly displays and configuration interfaces
ValuesetSortField.LAST_MODIFIED_AT
Sort by last modification timestamp, helpful for tracking recent changes and update management
ValuesetSortField.CREATED_AT
Sort by creation timestamp, useful for chronological organization and audit trails
Member Of
ValuesetSortInput
input