Class TElementDefinitionBinding

Unit

Declaration

type TElementDefinitionBinding = 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 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 : string read GetvalueSet write SetvalueSet;
Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;

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 : string read GetvalueSet write SetvalueSet;

Refers to the value set that identifies the set of codes the binding refers to.

Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
 

Generated by PasDoc 0.15.0.