Class TImplementationGuideManifest

Unit

Declaration

type TImplementationGuideManifest = 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 rendering : string read Getrendering write Setrendering;
Public property renderingElement : Turl read GetrenderingElement write SetrenderingElement;
Public property resource : TImplementationGuideResource1Array read GetresourceArray;
Public property page : TImplementationGuidePage1Array read GetpageArray;
Public property image : TBSFHIRPrimitiveStringArray read GetimageArray;
Public property other : TBSFHIRPrimitiveStringArray read GetotherArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property rendering : string read Getrendering write Setrendering;

A pointer to official web page, PDF or other rendering of the implementation guide.

Public property renderingElement : Turl read GetrenderingElement write SetrenderingElement;
 
Public property resource : TImplementationGuideResource1Array read GetresourceArray;

A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.

Public property page : TImplementationGuidePage1Array read GetpageArray;

Information about a page within the IG.

Public property image : TBSFHIRPrimitiveStringArray read GetimageArray;

Indicates a relative path to an image that exists within the IG.

Public property other : TBSFHIRPrimitiveStringArray read GetotherArray;

Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG.


Generated by PasDoc 0.15.0.