Class TValueSetParameter

Unit

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

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;
Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
Public property valueUri : string read GetvalueUri write SetvalueUri;
Public property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement;
Public property valueCode : string read GetvalueCode write SetvalueCode;
Public property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property valueString : string read GetvalueString write SetvalueString;

The value of the parameter. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The value of the parameter. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

The value of the parameter. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;

The value of the parameter. (choose any one of value*, but only one)

Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
 
Public property valueUri : string read GetvalueUri write SetvalueUri;

The value of the parameter. (choose any one of value*, but only one)

Public property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement;
 
Public property valueCode : string read GetvalueCode write SetvalueCode;

The value of the parameter. (choose any one of value*, but only one)

Public property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

The value of the parameter. (choose any one of value*, but only one)

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 

Generated by PasDoc 0.15.0.