Class TListEntry
Unit
bsFhir_r4b
Declaration
type TListEntry = class(TBackboneElement)
Description
A list is a curated collection of resources.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property flag : TCodeableConcept read Getflag write Setflag; |
The flag allows the system constructing the list to indicate the role and significance of the item in the list.
|
|
property deleted : boolean read Getdeleted write Setdeleted; |
True if this item is marked as deleted in the list.
|
|
property deletedElement : Tboolean read GetdeletedElement write SetdeletedElement; |
|
|
property date_ : string read Getdate_ write Setdate_; |
When this item was added to the list.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property item : TReference read Getitem write Setitem; |
A reference to the actual resource from which data was derived.
|
Generated by PasDoc 0.15.0.
|