Class TElementDefinitionExample
Unit
bsFhir_r4b
Declaration
type TElementDefinitionExample = class(TBackboneElement)
Description
Captures constraints on each element within the resource, profile, or extension. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property label_ : string read Getlabel_ write Setlabel_; |
Describes the purpose of this example amoung the set of examples.
|
|
property label_Element : Tstring read Getlabel_Element write Setlabel_Element; |
|
|
property value : TElement read Getvalue write Setvalue; |
The actual value for the element, which must be one of the types allowed for this element.
|
Generated by PasDoc 0.15.0.
|