Class TImplementationGuideDependency
Unit
bsFhir_stu3
Declaration
type TImplementationGuideDependency = class(TBackboneElement)
Description
A set of rules of how FHIR is used to solve a particular problem. 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 type_ : string read Gettype_ write Settype_; |
How the dependency is represented when the guide is published.
|
|
property uri : string read Geturi write Seturi; |
Where the dependency is located.
|
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
Generated by PasDoc 0.15.0.
|