Class TImplementationGuidePage
Unit
bsFhir_r4
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 name_ : TElement read Getname_ write Setname_; |
The source address for the page.
|
|
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.
|