Class TValueSetFilter

Unit

Declaration

type TValueSetFilter = class(TBackboneElement)

Description

A value set specifies a set of codes drawn from one or more code systems.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property property_ : string read Getproperty_ write Setproperty_;
Public property property_Element : Tcode read Getproperty_Element write Setproperty_Element;
Public property op : string read Getop write Setop;
Public property opElement : TFilterOperator read GetopElement write SetopElement;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tcode read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property property_ : string read Getproperty_ write Setproperty_;

A code that identifies a property defined in the code system.

Public property property_Element : Tcode read Getproperty_Element write Setproperty_Element;
 
Public property op : string read Getop write Setop;

The kind of operation to perform as a part of the filter criteria.

Public property opElement : TFilterOperator read GetopElement write SetopElement;
 
Public 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'.

Public property valueElement : Tcode read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.