Class TPerson

Unit

Declaration

type TPerson = class(TDomainResource)

Description

Demographics and administrative information about a person independent of a specific health-related context. 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 name_ : THumanNameArray read Getname_Array;
Public property telecom : TContactPointArray read GettelecomArray;
Public property gender : string read Getgender write Setgender;
Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
Public property birthDate : string read GetbirthDate write SetbirthDate;
Public property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement;
Public property address : TAddressArray read GetaddressArray;
Public property photo : TAttachment read Getphoto write Setphoto;
Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;
Public property active : boolean read Getactive write Setactive;
Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
Public property link : TPersonLinkArray read GetlinkArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for a person within a particular scope.

Public property name_ : THumanNameArray read Getname_Array;

A name associated with the person.

Public property telecom : TContactPointArray read GettelecomArray;

A contact detail for the person, e.g. a telephone number or an email address.

Public property gender : string read Getgender write Setgender;

Administrative Gender.

Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
 
Public property birthDate : string read GetbirthDate write SetbirthDate;

The birth date for the person.

Public property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement;
 
Public property address : TAddressArray read GetaddressArray;

One or more addresses for the person.

Public property photo : TAttachment read Getphoto write Setphoto;

An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.

Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;

The organization that is the custodian of the person record.

Public property active : boolean read Getactive write Setactive;

Whether this person's record is in active use.

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
Public property link : TPersonLinkArray read GetlinkArray;

Link to a resource that concerns the same actual person.


Generated by PasDoc 0.15.0.