Class TValueSetDesignation

Unit

Declaration

type TValueSetDesignation = class(TBackboneElement)

Description

A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
Public property use : TCoding read Getuse write Setuse;
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 language : string read Getlanguage write Setlanguage;

The language this designation is defined for.

Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
 
Public property use : TCoding read Getuse write Setuse;

A code that represents types of uses of designations.

Public property value : string read Getvalue write Setvalue;

The text value for this designation.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.