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 name_ : TElement read Getname_ write Setname_;
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 name_ : TElement read Getname_ write Setname_;

The source address for the page.

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.