Class TDataRequirementSort
Unit
bsFhir_r4 
Declaration
type TDataRequirementSort = class(TElement) 
Description
 Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions  
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
property path : string read Getpath write Setpath; | 
 
| 
 
 The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant.  
 |  
 
  | 
property pathElement : Tstring read GetpathElement write SetpathElement; | 
 
| 
  |  
 
  | 
property direction : string read Getdirection write Setdirection; | 
 
| 
 
 The direction of the sort, ascending or descending.  
 |  
 
  | 
property directionElement : TSortDirection read GetdirectionElement write SetdirectionElement; | 
 
| 
  |  
 
 Generated by PasDoc 0.15.0. 
 |