Class TGroupCharacteristic
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
A code that identifies the kind of trait being asserted.
|
|
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.
|
|
property exclude : boolean read Getexclude write Setexclude; |
If true, indicates the characteristic is one that is NOT held by members of the group.
|
|
property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement; |
|
|
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.
|