Class TResource
Unit
bsFhir_stu3
Declaration
type TResource = class(TBSFHIRObject)
Description
This is the base resource type for everything.
Hierarchy
Overview
Methods
Properties
|
property id : string read Getid write Setid; |
|
property idElement : Tid read GetidElement write SetidElement; |
|
property meta : TMeta read Getmeta write Setmeta; |
|
property implicitRules : string read GetimplicitRules write SetimplicitRules; |
|
property implicitRulesElement : Turi read GetimplicitRulesElement write SetimplicitRulesElement; |
|
property language : string read Getlanguage write Setlanguage; |
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property id : string read Getid write Setid; |
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
property idElement : Tid read GetidElement write SetidElement; |
|
|
property meta : TMeta read Getmeta write Setmeta; |
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.
|
|
property implicitRules : string read GetimplicitRules write SetimplicitRules; |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.
|
|
property implicitRulesElement : Turi read GetimplicitRulesElement write SetimplicitRulesElement; |
|
|
property language : string read Getlanguage write Setlanguage; |
The base language in which the resource is written.
|
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
Generated by PasDoc 0.15.0.
|