core.selectionstructure
Home > @medplum/core > SelectionStructure
SelectionStructure interface
Represents a "selection structure" in the SQL-on-FHIR specification.
In practice, this can be a ViewDefinition or ViewDefinitionSelect.
TypeScript does not like checks for properties that are not part of the type, so we use this interface instead.
Signature:
export interface SelectionStructure
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
ViewDefinitionSelect['column'] | (Optional) | ||
string | (Optional) | ||
string | (Optional) | ||
(Optional) | |||
(Optional) |