Class TAuditEventDetail

Unit

Declaration

type TAuditEventDetail = class(TBackboneElement)

Description

A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
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 valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;
Public property valueTime : string read GetvalueTime write SetvalueTime;
Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
Public property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod;
Public property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary;
Public property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of extra detail provided in the value.

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

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

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

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

Public property valueString : string read GetvalueString write SetvalueString;

The value of the extra detail. (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 extra detail. (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 extra detail. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueRange : TRange read GetvalueRange write SetvalueRange;

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

Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;

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

Public property valueTime : string read GetvalueTime write SetvalueTime;

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

Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

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

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 
Public property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod;

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

Public property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary;

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

Public property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement;
 

Generated by PasDoc 0.15.0.