Class TCodeSystemProperty1
Unit
bsFhir_r4
Declaration
type TCodeSystemProperty1 = class(TBackboneElement)
Description
The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.
Hierarchy
Overview
Methods
Properties
|
property code : string read Getcode write Setcode; |
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
property value : TElement read Getvalue write Setvalue; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
A code that is a reference to CodeSystem.property.code.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property value : TElement read Getvalue write Setvalue; |
The value of this property.
|
Generated by PasDoc 0.15.0.
|