Class TValueSetExpansion
Unit
bsFhir_stu3
Declaration
type TValueSetExpansion = 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 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.
|
|
property identifierElement : Turi read GetidentifierElement write SetidentifierElement; |
|
|
property timestamp : string read Gettimestamp write Settimestamp; |
The time at which the expansion was produced by the expanding system.
|
|
property timestampElement : TdateTime_ read GettimestampElement write SettimestampElement; |
|
|
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.
|
|
property totalElement : Tinteger read GettotalElement write SettotalElement; |
|
|
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.
|
|
property offsetElement : Tinteger read GetoffsetElement write SetoffsetElement; |
|
|
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.
|
|
property contains : TValueSetContainsArray read GetcontainsArray; |
The codes that are contained in the value set expansion.
|
Generated by PasDoc 0.15.0.
|