Class TImplementationGuideParameter
Unit
bsFhir_r5
Declaration
type TImplementationGuideParameter = 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 : TCoding read Getcode write Setcode; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCoding read Getcode write Setcode; |
A tool-specific code that defines the parameter.
|
|
property value : string read Getvalue write Setvalue; |
Value for named type.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|