Class TCodeSystemFilter

Unit

Declaration

type TCodeSystemFilter = class(TBackboneElement)

Description

The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property operator_ : TBSFHIRPrimitiveStringArray read Getoperator_Array;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

The code that identifies this filter when it is used as a filter in [ValueSet](valueset.html#).compose.include.filter.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property description : string read Getdescription write Setdescription;

A description of how or why the filter is used.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property operator_ : TBSFHIRPrimitiveStringArray read Getoperator_Array;

A list of operators that can be used with the filter.

Public property value : string read Getvalue write Setvalue;

A description of what the value for the filter should be.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.