Class TEvidenceVariableTimeFromEvent

Unit

Declaration

type TEvidenceVariableTimeFromEvent = class(TBackboneElement)

Description

The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property note : TAnnotationArray read GetnoteArray;
Public property eventCodeableConcept : TCodeableConcept read GeteventCodeableConcept write SeteventCodeableConcept;
Public property eventReference : TReference read GeteventReference write SeteventReference;
Public property eventDateTime : string read GeteventDateTime write SeteventDateTime;
Public property eventDateTimeElement : TdateTime_ read GeteventDateTimeElement write SeteventDateTimeElement;
Public property eventId : string read GeteventId write SeteventId;
Public property eventIdElement : Tid read GeteventIdElement write SeteventIdElement;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property range : TRange read Getrange write Setrange;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human readable description.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property note : TAnnotationArray read GetnoteArray;

A human-readable string to clarify or explain concepts about the timeFromEvent.

Public property eventCodeableConcept : TCodeableConcept read GeteventCodeableConcept write SeteventCodeableConcept;

The event used as a base point (reference point) in time. (choose any one of event*, but only one)

Public property eventReference : TReference read GeteventReference write SeteventReference;

The event used as a base point (reference point) in time. (choose any one of event*, but only one)

Public property eventDateTime : string read GeteventDateTime write SeteventDateTime;

The event used as a base point (reference point) in time. (choose any one of event*, but only one)

Public property eventDateTimeElement : TdateTime_ read GeteventDateTimeElement write SeteventDateTimeElement;
 
Public property eventId : string read GeteventId write SeteventId;

The event used as a base point (reference point) in time. (choose any one of event*, but only one)

Public property eventIdElement : Tid read GeteventIdElement write SeteventIdElement;
 
Public property quantity : TQuantity read Getquantity write Setquantity;

Used to express the observation at a defined amount of time before or after the event.

Public property range : TRange read Getrange write Setrange;

Used to express the observation within a period before and/or after the event.


Generated by PasDoc 0.15.0.