Class TExpansionProfileDesignation1
Unit
bsFhir_stu3
Declaration
type TExpansionProfileDesignation1 = class(TBackboneElement)
Description
Resource to define constraints on the Expansion of a FHIR ValueSet.
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; |
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; |
Which kinds of designation to include in the expansion.
|
Generated by PasDoc 0.15.0.
|