Class TGroupMember
Unit
bsFhir_r4
Declaration
type TGroupMember = 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 entity : TReference read Getentity write Setentity; |
A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The period that the member was in the group, if known.
|
|
property inactive : boolean read Getinactive write Setinactive; |
A flag to indicate that the member is no longer in the group, but previously may have been a member.
|
|
property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement; |
|
Generated by PasDoc 0.15.0.
|