Class TImplementationGuideTemplate

Unit

Declaration

type TImplementationGuideTemplate = 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 code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property source : string read Getsource write Setsource;
Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
Public property scope : string read Getscope write Setscope;
Public property scopeElement : Tstring read GetscopeElement write SetscopeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Type of template specified.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property source : string read Getsource write Setsource;

The source location for the template.

Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
 
Public property scope : string read Getscope write Setscope;

The scope in which the template applies.

Public property scopeElement : Tstring read GetscopeElement write SetscopeElement;
 

Generated by PasDoc 0.15.0.