Class TPersonLink
Unit
bsFhir_r4b
Declaration
type TPersonLink = class(TBackboneElement)
Description
Demographics and administrative information about a person independent of a specific health-related context.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property target : TReference read Gettarget write Settarget; |
The resource to which this actual person is associated.
|
|
property assurance : string read Getassurance write Setassurance; |
Level of assurance that this link is associated with the target resource.
|
Generated by PasDoc 0.15.0.
|