Class TPatientLink
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property other : TReference read Getother write Setother; |
The other patient resource that the link refers to.
|
|
property type_ : string read Gettype_ write Settype_; |
The type of link between this patient resource and another patient resource.
|
|
property type_Element : TLinkType read Gettype_Element write Settype_Element; |
|
Generated by PasDoc 0.15.0.
|