Class TBundleSearch
Unit
bsFhir_r4b
Declaration
type TBundleSearch = class(TBackboneElement)
Description
A container for a collection of resources.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property mode : string read Getmode write Setmode; |
Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
|
|
property modeElement : TSearchEntryMode read GetmodeElement write SetmodeElement; |
|
|
property score : Double read Getscore write Setscore; |
When searching, the server's search ranking score for the entry.
|
|
property scoreElement : Tdecimal read GetscoreElement write SetscoreElement; |
|
Generated by PasDoc 0.15.0.
|