Class TValueSetFilter
Unit
bsFhir_r4b
Declaration
type TValueSetFilter = class(TBackboneElement)
Description
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [CodeSystem](codesystem.html) definitions and their use in [coded elements](terminologies.html).
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 : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property property_ : string read Getproperty_ write Setproperty_; |
A code that identifies a property or a filter 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 (if the filter represents a property defined in CodeSystem) or of the system filter value (if the filter represents a filter defined in CodeSystem) when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|