Class TEvidenceReportCharacteristic

Unit

Declaration

type TEvidenceReportCharacteristic = class(TBackboneElement)

Description

The EvidenceReport Resource is a specialized container for a collection of resources and codable 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 value : TElement read Getvalue write Setvalue;
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 value : TElement read Getvalue write Setvalue;

Characteristic value.

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.