Class TElementDefinitionExample

Unit

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

Public constructor Create; override;

Properties

Public property label_ : string read Getlabel_ write Setlabel_;
Public property label_Element : Tstring read Getlabel_Element write Setlabel_Element;
Public property value : TElement read Getvalue write Setvalue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property label_ : string read Getlabel_ write Setlabel_;

Describes the purpose of this example amoung the set of examples.

Public property label_Element : Tstring read Getlabel_Element write Setlabel_Element;
 
Public 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.