Class TCodeSystemFilter
Unit
bsFhir_stu3
Declaration
type TCodeSystemFilter = class(TBackboneElement)
Description
A code system resource specifies a set of codes drawn from one or more code systems.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
The code that identifies this filter when it is used in the instance.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property description : string read Getdescription write Setdescription; |
A description of how or why the filter is used.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property value : string read Getvalue write Setvalue; |
A description of what the value for the filter should be.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|