Class TGroupCharacteristic

Unit

Declaration

type TGroupCharacteristic = class(TBackboneElement)

Description

Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.

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;

A code that identifies the kind of trait being asserted.

Public property value : TElement read Getvalue write Setvalue;

The value of the trait that holds (or does not hold - see 'exclude') for members of the group.

Public property exclude : boolean read Getexclude write Setexclude;

If true, indicates the characteristic is one that is NOT held by members of the group.

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

The period over which the characteristic is tested; e.g. the patient had an operation during the month of June.


Generated by PasDoc 0.15.0.