Class TSearchParameterComponent
Unit
bsFhir_r5
Declaration
type TSearchParameterComponent = class(TBackboneElement)
Description
A search parameter that defines a named search item that can be used to search/filter on a resource.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property definition : string read Getdefinition write Setdefinition; |
The definition of the search parameter that describes this part.
|
|
property definitionElement : Tcanonical read GetdefinitionElement write SetdefinitionElement; |
|
|
property expression : string read Getexpression write Setexpression; |
A sub-expression that defines how to extract values for this component from the output of the main SearchParameter.expression.
|
|
property expressionElement : Tstring read GetexpressionElement write SetexpressionElement; |
|
Generated by PasDoc 0.15.0.
|