Class TGroup
Unit
bsFhir_r4
Declaration
type TGroup = class(TDomainResource)
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. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
A unique business identifier for this group.
|
|
property active : boolean read Getactive write Setactive; |
Indicates whether the record for the group is available for use or is merely being retained for historical purposes.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
Identifies the broad classification of the kind of resources the group includes.
|
|
property type_Element : TGroupType read Gettype_Element write Settype_Element; |
|
|
property actual : boolean read Getactual write Setactual; |
If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals.
|
|
property actualElement : Tboolean read GetactualElement write SetactualElement; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc.
|
|
property name_ : string read Getname_ write Setname_; |
A label assigned to the group for human identification and communication.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property quantity : Int64 read Getquantity write Setquantity; |
A count of the number of resource instances that are part of the group.
|
|
property quantityElement : TunsignedInt read GetquantityElement write SetquantityElement; |
|
|
property managingEntity : TReference read GetmanagingEntity write SetmanagingEntity; |
Entity responsible for defining and maintaining Group characteristics and/or registered members.
|
|
property characteristic : TGroupCharacteristicArray read GetcharacteristicArray; |
Identifies traits whose presence r absence is shared by members of the group.
|
|
property member : TGroupMemberArray read GetmemberArray; |
Identifies the resource instances that are members of the group.
|
Generated by PasDoc 0.15.0.
|