Class TListEntry

Unit

Declaration

type TListEntry = class(TBackboneElement)

Description

A list is a curated collection of resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property flag : TCodeableConcept read Getflag write Setflag;
Public property deleted : boolean read Getdeleted write Setdeleted;
Public property deletedElement : Tboolean read GetdeletedElement write SetdeletedElement;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property item : TReference read Getitem write Setitem;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property deleted : boolean read Getdeleted write Setdeleted;

True if this item is marked as deleted in the list.

Public property deletedElement : Tboolean read GetdeletedElement write SetdeletedElement;
 
Public property date_ : string read Getdate_ write Setdate_;

When this item was added to the list.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property item : TReference read Getitem write Setitem;

A reference to the actual resource from which data was derived.


Generated by PasDoc 0.15.0.