Class TPatientLink

Unit

Declaration

type TPatientLink = class(TBackboneElement)

Description

Demographics and other administrative information about an individual or animal receiving care or other health-related services.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property other : TReference read Getother write Setother;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TLinkType read Gettype_Element write Settype_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property other : TReference read Getother write Setother;

The other patient resource that the link refers to.

Public property type_ : string read Gettype_ write Settype_;

The type of link between this patient resource and another patient resource.

Public property type_Element : TLinkType read Gettype_Element write Settype_Element;
 

Generated by PasDoc 0.15.0.