Class TImplementationGuideResource1
Unit
bsFhir_r5
Declaration
type TImplementationGuideResource1 = 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
Description
Methods
|
constructor Create; override; |
|
Properties
|
property reference : TReference read Getreference write Setreference; |
Where this resource is found.
|
|
property isExample : boolean read GetisExample write SetisExample; |
If true, indicates the resource is an example instance.
|
|
property isExampleElement : Tboolean read GetisExampleElement write SetisExampleElement; |
|
|
property relativePath : string read GetrelativePath write SetrelativePath; |
The relative path for primary page for this resource within the IG.
|
|
property relativePathElement : Turl read GetrelativePathElement write SetrelativePathElement; |
|
Generated by PasDoc 0.15.0.
|