Class TImplementationGuidePage1

Unit

Declaration

type TImplementationGuidePage1 = 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_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property anchor : TBSFHIRPrimitiveStringArray read GetanchorArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Relative path to the page.

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

Label for the page intended for human display.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property anchor : TBSFHIRPrimitiveStringArray read GetanchorArray;

The name of an anchor available on the page.


Generated by PasDoc 0.15.0.