Class TImplementationGuidePage

Unit

Declaration

type TImplementationGuidePage = class(TBackboneElement)

Description

A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property sourceUrl : string read GetsourceUrl write SetsourceUrl;
Public property sourceUrlElement : Turl read GetsourceUrlElement write SetsourceUrlElement;
Public property sourceString : string read GetsourceString write SetsourceString;
Public property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement;
Public property sourceMarkdown : string read GetsourceMarkdown write SetsourceMarkdown;
Public property sourceMarkdownElement : Tmarkdown read GetsourceMarkdownElement write SetsourceMarkdownElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Turl read Getname_Element write Setname_Element;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property generation : string read Getgeneration write Setgeneration;
Public property generationElement : TGuidePageGeneration read GetgenerationElement write SetgenerationElement;
Public property page : TImplementationGuidePageArray read GetpageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sourceUrl : string read GetsourceUrl write SetsourceUrl;

Indicates the URL or the actual content to provide for the page. (choose any one of source*, but only one)

Public property sourceUrlElement : Turl read GetsourceUrlElement write SetsourceUrlElement;
 
Public property sourceString : string read GetsourceString write SetsourceString;

Indicates the URL or the actual content to provide for the page. (choose any one of source*, but only one)

Public property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement;
 
Public property sourceMarkdown : string read GetsourceMarkdown write SetsourceMarkdown;

Indicates the URL or the actual content to provide for the page. (choose any one of source*, but only one)

Public property sourceMarkdownElement : Tmarkdown read GetsourceMarkdownElement write SetsourceMarkdownElement;
 
Public property name_ : string read Getname_ write Setname_;

The url by which the page should be known when published.

Public property name_Element : Turl read Getname_Element write Setname_Element;
 
Public property title : string read Gettitle write Settitle;

A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property generation : string read Getgeneration write Setgeneration;

A code that indicates how the page is generated.

Public property generationElement : TGuidePageGeneration read GetgenerationElement write SetgenerationElement;
 
Public property page : TImplementationGuidePageArray read GetpageArray;

Nested Pages/Sections under this page.


Generated by PasDoc 0.15.0.