Class TValueSetConcept
Unit
bsFhir_stu3
Declaration
type TValueSetConcept = class(TBackboneElement)
Description
A value set 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; |
Specifies a code for the concept to be included or excluded.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property designation : TValueSetDesignationArray read GetdesignationArray; |
Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.
|
Generated by PasDoc 0.15.0.
|