Class TImplementationGuidePage

Unit

Declaration

type TImplementationGuidePage = class(TBackboneElement)

Description

A set of rules of how FHIR is used to solve a particular problem. 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 source : string read Getsource write Setsource;
Public property sourceElement : Turi read GetsourceElement write SetsourceElement;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property kind : string read Getkind write Setkind;
Public property kindElement : TGuidePageKind read GetkindElement write SetkindElement;
Public property type_ : TBSFHIRPrimitiveStringArray read Gettype_Array;
Public property package : TBSFHIRPrimitiveStringArray read GetpackageArray;
Public property format : string read Getformat write Setformat;
Public property formatElement : Tcode read GetformatElement write SetformatElement;
Public property page : TImplementationGuidePageArray read GetpageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property source : string read Getsource write Setsource;

The source address for the page.

Public property sourceElement : Turi read GetsourceElement write SetsourceElement;
 
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 kind : string read Getkind write Setkind;

The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest.

Public property kindElement : TGuidePageKind read GetkindElement write SetkindElement;
 
Public property type_ : TBSFHIRPrimitiveStringArray read Gettype_Array;

For constructed pages, what kind of resources to include in the list.

Public property package : TBSFHIRPrimitiveStringArray read GetpackageArray;

For constructed pages, a list of packages to include in the page (or else empty for everything).

Public property format : string read Getformat write Setformat;

The format of the page.

Public property formatElement : Tcode read GetformatElement write SetformatElement;
 
Public property page : TImplementationGuidePageArray read GetpageArray;

Nested Pages/Sections under this page.


Generated by PasDoc 0.15.0.