Class TList

Unit

Declaration

type TList = class(TDomainResource)

Description

A set of information summarized from a list of other resources. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TListStatus read GetstatusElement write SetstatusElement;
Public property mode : string read Getmode write Setmode;
Public property modeElement : TListMode read GetmodeElement write SetmodeElement;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property source : TReference read Getsource write Setsource;
Public property orderedBy : TCodeableConcept read GetorderedBy write SetorderedBy;
Public property note : TAnnotationArray read GetnoteArray;
Public property entry : TListEntryArray read GetentryArray;
Public property emptyReason : TCodeableConcept read GetemptyReason write SetemptyReason;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for the List assigned for business purposes outside the context of FHIR.

Public property status : string read Getstatus write Setstatus;

Indicates the current state of this list.

Public property statusElement : TListStatus read GetstatusElement write SetstatusElement;
 
Public property mode : string read Getmode write Setmode;

How this list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

Public property modeElement : TListMode read GetmodeElement write SetmodeElement;
 
Public property title : string read Gettitle write Settitle;

A label for the list assigned by the author.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

This code defines the purpose of the list - why it was created.

Public property subject : TReference read Getsubject write Setsubject;

The common subject (or patient) of the resources that are in the list, if there is one.

Public property encounter : TReference read Getencounter write Setencounter;

The encounter that is the context in which this list was created.

Public property date_ : string read Getdate_ write Setdate_;

The date that the list was prepared.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property source : TReference read Getsource write Setsource;

The entity responsible for deciding what the contents of the list were. Where the list was created by a human, this is the same as the author of the list.

Public property orderedBy : TCodeableConcept read GetorderedBy write SetorderedBy;

What order applies to the items in the list.

Public property note : TAnnotationArray read GetnoteArray;

Comments that apply to the overall list.

Public property entry : TListEntryArray read GetentryArray;

Entries in this list.

Public property emptyReason : TCodeableConcept read GetemptyReason write SetemptyReason;

If the list is empty, why the list is empty.


Generated by PasDoc 0.15.0.