Class TList
Unit
bsFhir_r5
Declaration
type TList = class(TDomainResource)
Description
A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier for the List assigned for business purposes outside the context of FHIR.
|
|
property status : string read Getstatus write Setstatus; |
Indicates the current state of this list.
|
|
property statusElement : TListStatus read GetstatusElement write SetstatusElement; |
|
|
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.
|
|
property modeElement : TListMode read GetmodeElement write SetmodeElement; |
|
|
property title : string read Gettitle write Settitle; |
A label for the list assigned by the author.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
This code defines the purpose of the list - why it was created.
|
|
property subject : TReferenceArray read GetsubjectArray; |
The common subject(s) (or patient(s)) of the resources that are in the list if there is one (or a set of subjects).
|
|
property encounter : TReference read Getencounter write Setencounter; |
The encounter that is the context in which this list was created.
|
|
property date_ : string read Getdate_ write Setdate_; |
Date list was last reviewed/revised and determined to be 'current'.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
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.
|
|
property orderedBy : TCodeableConcept read GetorderedBy write SetorderedBy; |
What order applies to the items in the list.
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments that apply to the overall list.
|
|
property emptyReason : TCodeableConcept read GetemptyReason write SetemptyReason; |
If the list is empty, why the list is empty.
|
Generated by PasDoc 0.15.0.
|