Class TCodeSystemDesignation
Unit
bsFhir_r4b
Declaration
type TCodeSystemDesignation = 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 language : string read Getlanguage write Setlanguage; |
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
property use : TCoding read Getuse write Setuse; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property language : string read Getlanguage write Setlanguage; |
The language this designation is defined for.
|
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
|
property use : TCoding read Getuse write Setuse; |
A code that details how this designation would be used.
|
|
property value : string read Getvalue write Setvalue; |
The text value for this designation.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|