Class TEvidenceReportCharacteristic

Unit

Declaration

type TEvidenceReportCharacteristic = class(TBackboneElement)

Description

The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property exclude : boolean read Getexclude write Setexclude;
Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

Characteristic code.

Public property valueReference : TReference read GetvalueReference write SetvalueReference;

Characteristic value. (choose any one of value*, but only one)

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Characteristic value. (choose any one of value*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

Characteristic value. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

Characteristic value. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

Characteristic value. (choose any one of value*, but only one)

Public property exclude : boolean read Getexclude write Setexclude;

Is used to express not the characteristic.

Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Timeframe for the characteristic.


Generated by PasDoc 0.15.0.