Class TImplementationGuidePage
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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)
|
|
property sourceUrlElement : Turl read GetsourceUrlElement write SetsourceUrlElement; |
|
|
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)
|
|
property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement; |
|
|
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)
|
|
property sourceMarkdownElement : Tmarkdown read GetsourceMarkdownElement write SetsourceMarkdownElement; |
|
|
property name_ : string read Getname_ write Setname_; |
The url by which the page should be known when published.
|
|
property name_Element : Turl read Getname_Element write Setname_Element; |
|
|
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.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property generation : string read Getgeneration write Setgeneration; |
A code that indicates how the page is generated.
|
|
property generationElement : TGuidePageGeneration read GetgenerationElement write SetgenerationElement; |
|
Generated by PasDoc 0.15.0.
|