Class TResource

Unit

Declaration

type TResource = class(TBSFHIRObject)

Description

This is the base resource type for everything.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property id : string read Getid write Setid;
Public property idElement : Tid read GetidElement write SetidElement;
Public property meta : TMeta read Getmeta write Setmeta;
Public property implicitRules : string read GetimplicitRules write SetimplicitRules;
Public property implicitRulesElement : Turi read GetimplicitRulesElement write SetimplicitRulesElement;
Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;

Description

Methods

Public constructor Create; override;
 

Properties

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

Public property idElement : Tid read GetidElement write SetidElement;
 
Public 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.

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

Public property implicitRulesElement : Turi read GetimplicitRulesElement write SetimplicitRulesElement;
 
Public property language : string read Getlanguage write Setlanguage;

The base language in which the resource is written.

Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
 

Generated by PasDoc 0.15.0.