Class TValueSetConcept

Unit

Declaration

type TValueSetConcept = 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 code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
Public property designation : TValueSetDesignationArray read GetdesignationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Specifies a code for the concept to be included or excluded.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public 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.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 
Public 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.