Class TPersonLink

Unit

Declaration

type TPersonLink = class(TBackboneElement)

Description

Demographics and administrative information about a person independent of a specific health-related context.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property target : TReference read Gettarget write Settarget;
Public property assurance : string read Getassurance write Setassurance;
Public property assuranceElement : TIdentityAssuranceLevel read GetassuranceElement write SetassuranceElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property target : TReference read Gettarget write Settarget;

The resource to which this actual person is associated.

Public property assurance : string read Getassurance write Setassurance;

Level of assurance that this link is actually associated with the target resource.

Public property assuranceElement : TIdentityAssuranceLevel read GetassuranceElement write SetassuranceElement;
 

Generated by PasDoc 0.15.0.