Class TValueSetSubProperty
Unit
bsFhir_r5
Declaration
type TValueSetSubProperty = 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 code : string read Getcode write Setcode; |
A code that is a reference to ValueSet.expansion.property.code.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property valueCode : string read GetvalueCode write SetvalueCode; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement; |
|
|
property valueCoding : TCoding read GetvalueCoding write SetvalueCoding; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueDateTime : string read GetvalueDateTime write SetvalueDateTime; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
|
property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal; |
The value of this subproperty. (choose any one of value*, but only one)
|
|
property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement; |
|
Generated by PasDoc 0.15.0.
|