Class TAuditEventDetail
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of extra detail provided in the value.
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
The value of the extra detail. (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 extra detail. (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 extra detail. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueRatio : TRatio read GetvalueRatio write SetvalueRatio; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueTime : string read GetvalueTime write SetvalueTime; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement; |
|
|
property valueDateTime : string read GetvalueDateTime write SetvalueDateTime; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
|
property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary; |
The value of the extra detail. (choose any one of value*, but only one)
|
|
property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement; |
|
Generated by PasDoc 0.15.0.
|