Class TElementDefinitionMapping

Unit

Declaration

type TElementDefinitionMapping = class(TBackboneType)

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 identity : string read Getidentity write Setidentity;
Public property identityElement : Tid read GetidentityElement write SetidentityElement;
Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
Public property map : string read Getmap write Setmap;
Public property mapElement : Tstring read GetmapElement write SetmapElement;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tmarkdown read GetcommentElement write SetcommentElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identity : string read Getidentity write Setidentity;

An internal reference to the definition of a mapping.

Public property identityElement : Tid read GetidentityElement write SetidentityElement;
 
Public property language : string read Getlanguage write Setlanguage;

Identifies the computable language in which mapping.map is expressed.

Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
 
Public property map : string read Getmap write Setmap;

Expresses what part of the target specification corresponds to this element.

Public property mapElement : Tstring read GetmapElement write SetmapElement;
 
Public property comment : string read Getcomment write Setcomment;

Comments that provide information about the mapping or its use.

Public property commentElement : Tmarkdown read GetcommentElement write SetcommentElement;
 

Generated by PasDoc 0.15.0.