Class TImplementationGuideTemplate
Unit
bsFhir_r4b
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
Properties
|
property code : string read Getcode write Setcode; |
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
property source : string read Getsource write Setsource; |
|
property sourceElement : Tstring read GetsourceElement write SetsourceElement; |
|
property scope : string read Getscope write Setscope; |
|
property scopeElement : Tstring read GetscopeElement write SetscopeElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
Type of template specified.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property source : string read Getsource write Setsource; |
The source location for the template.
|
|
property sourceElement : Tstring read GetsourceElement write SetsourceElement; |
|
|
property scope : string read Getscope write Setscope; |
The scope in which the template applies.
|
|
property scopeElement : Tstring read GetscopeElement write SetscopeElement; |
|
Generated by PasDoc 0.15.0.
|