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 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 valueReference : TReference read GetvalueReference write SetvalueReference;
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 valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)

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

The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)

Public property valueReference : TReference read GetvalueReference write SetvalueReference;

The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)

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.