Class TValueSetParameter
Unit
bsFhir_r5
Declaration
type TValueSetParameter = 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](codesystem.html) definitions and their use in [coded elements](terminologies.html).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Name of the input parameter to the $expand operation; may be a server-assigned name for additional default or other server-supplied parameters used to control the expansion process.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property valueString : string read GetvalueString write SetvalueString; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement; |
|
|
property valueUri : string read GetvalueUri write SetvalueUri; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement; |
|
|
property valueCode : string read GetvalueCode write SetvalueCode; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement; |
|
|
property valueDateTime : string read GetvalueDateTime write SetvalueDateTime; |
The value of the parameter. (choose any one of value*, but only one)
|
|
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
Generated by PasDoc 0.15.0.
|