Class TValueSetProperty1

Unit

Declaration

type TValueSetProperty1 = 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 code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property valueCode : string read GetvalueCode write SetvalueCode;
Public property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement;
Public property valueCoding : TCoding read GetvalueCoding write SetvalueCoding;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;
Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
Public property subProperty : TValueSetSubPropertyArray read GetsubPropertyArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

A code that is a reference to ValueSet.expansion.property.code.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property valueCode : string read GetvalueCode write SetvalueCode;

The value of this property. (choose any one of value*, but only one)

Public property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement;
 
Public property valueCoding : TCoding read GetvalueCoding write SetvalueCoding;

The value of this property. (choose any one of value*, but only one)

Public property valueString : string read GetvalueString write SetvalueString;

The value of this property. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

The value of this property. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The value of this property. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

The value of this property. (choose any one of value*, but only one)

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;

The value of this property. (choose any one of value*, but only one)

Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
 
Public property subProperty : TValueSetSubPropertyArray read GetsubPropertyArray;

A subproperty value for this concept.


Generated by PasDoc 0.15.0.