Class TValueSetExpansion

Unit

Declaration

type TValueSetExpansion = 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 identifier : string read Getidentifier write Setidentifier;
Public property identifierElement : Turi read GetidentifierElement write SetidentifierElement;
Public property timestamp : string read Gettimestamp write Settimestamp;
Public property timestampElement : TdateTime_ read GettimestampElement write SettimestampElement;
Public property total : integer read Gettotal write Settotal;
Public property totalElement : Tinteger read GettotalElement write SettotalElement;
Public property offset : integer read Getoffset write Setoffset;
Public property offsetElement : Tinteger read GetoffsetElement write SetoffsetElement;
Public property parameter : TValueSetParameterArray read GetparameterArray;
Public property contains : TValueSetContainsArray read GetcontainsArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : string read Getidentifier write Setidentifier;

An identifier that uniquely identifies this expansion of the valueset. Systems may re-use the same identifier as long as the expansion and the definition remain the same, but are not required to do so.

Public property identifierElement : Turi read GetidentifierElement write SetidentifierElement;
 
Public property timestamp : string read Gettimestamp write Settimestamp;

The time at which the expansion was produced by the expanding system.

Public property timestampElement : TdateTime_ read GettimestampElement write SettimestampElement;
 
Public property total : integer read Gettotal write Settotal;

The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter.

Public property totalElement : Tinteger read GettotalElement write SettotalElement;
 
Public property offset : integer read Getoffset write Setoffset;

If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL not be present.

Public property offsetElement : Tinteger read GetoffsetElement write SetoffsetElement;
 
Public property parameter : TValueSetParameterArray read GetparameterArray;

A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.

Public property contains : TValueSetContainsArray read GetcontainsArray;

The codes that are contained in the value set expansion.


Generated by PasDoc 0.15.0.