Class TElementDefinitionBinding

Unit

Declaration

type TElementDefinitionBinding = class(TElement)

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 strength : string read Getstrength write Setstrength;
Public property strengthElement : TBindingStrength read GetstrengthElement write SetstrengthElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property valueSet : TElement read GetvalueSet write SetvalueSet;

Description

Methods

Public constructor Create; override;
 

Properties

Public property strength : string read Getstrength write Setstrength;

Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.

Public property strengthElement : TBindingStrength read GetstrengthElement write SetstrengthElement;
 
Public property description : string read Getdescription write Setdescription;

Describes the intended use of this particular set of codes.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property valueSet : TElement read GetvalueSet write SetvalueSet;

Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used. If the binding refers to an explicit value set - the normal case - then use a Reference(ValueSet) preferably containing the canonical URL for the value set. If the reference is to an implicit value set - usually, an IETF RFC that defines a grammar, such as mime types - then use a uri.


Generated by PasDoc 0.15.0.