Class TImplementationGuideGlobal
Unit
bsFhir_stu3
Declaration
type TImplementationGuideGlobal = 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_; |
The type of resource that all instances must conform to.
|
|
property type_Element : TResourceType read Gettype_Element write Settype_Element; |
|
|
property profile : TReference read Getprofile write Setprofile; |
A reference to the profile that all instances must conform to.
|
Generated by PasDoc 0.15.0.
|