Class TValueSetFilter
Unit
bsFhir_stu3
Declaration
type TValueSetFilter = class(TBackboneElement)
Description
A value set specifies a set of codes drawn from one or more code systems.
Hierarchy
Overview
Methods
Properties
|
property property_ : string read Getproperty_ write Setproperty_; |
|
property property_Element : Tcode read Getproperty_Element write Setproperty_Element; |
|
property op : string read Getop write Setop; |
|
property opElement : TFilterOperator read GetopElement write SetopElement; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tcode read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property property_ : string read Getproperty_ write Setproperty_; |
A code that identifies a property defined in the code system.
|
|
property property_Element : Tcode read Getproperty_Element write Setproperty_Element; |
|
|
property op : string read Getop write Setop; |
The kind of operation to perform as a part of the filter criteria.
|
|
property value : string read Getvalue write Setvalue; |
The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'.
|
|
property valueElement : Tcode read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|