Class TGroup

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property active : boolean read Getactive write Setactive;
Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TGroupType read Gettype_Element write Settype_Element;
Public property actual : boolean read Getactual write Setactual;
Public property actualElement : Tboolean read GetactualElement write SetactualElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property quantity : Int64 read Getquantity write Setquantity;
Public property quantityElement : TunsignedInt read GetquantityElement write SetquantityElement;
Public property managingEntity : TReference read GetmanagingEntity write SetmanagingEntity;
Public property characteristic : TGroupCharacteristicArray read GetcharacteristicArray;
Public property member : TGroupMemberArray read GetmemberArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique business identifier for this group.

Public 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.

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
Public property type_ : string read Gettype_ write Settype_;

Identifies the broad classification of the kind of resources the group includes.

Public property type_Element : TGroupType read Gettype_Element write Settype_Element;
 
Public 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.

Public property actualElement : Tboolean read GetactualElement write SetactualElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc.

Public property name_ : string read Getname_ write Setname_;

A label assigned to the group for human identification and communication.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property quantity : Int64 read Getquantity write Setquantity;

A count of the number of resource instances that are part of the group.

Public property quantityElement : TunsignedInt read GetquantityElement write SetquantityElement;
 
Public property managingEntity : TReference read GetmanagingEntity write SetmanagingEntity;

Entity responsible for defining and maintaining Group characteristics and/or registered members.

Public property characteristic : TGroupCharacteristicArray read GetcharacteristicArray;

Identifies traits whose presence r absence is shared by members of the group.

Public property member : TGroupMemberArray read GetmemberArray;

Identifies the resource instances that are members of the group.


Generated by PasDoc 0.15.0.