Class TDataElementMapping
Unit
bsFhir_stu3
Declaration
type TDataElementMapping = class(TBackboneElement)
Description
The formal description of a single piece of information that can be gathered and reported.
Hierarchy
Overview
Methods
Properties
 |
property identity : string read Getidentity write Setidentity; |
 |
property identityElement : Tid read GetidentityElement write SetidentityElement; |
 |
property uri : string read Geturi write Seturi; |
 |
property uriElement : Turi read GeturiElement write SeturiElement; |
 |
property name_ : string read Getname_ write Setname_; |
 |
property name_Element : Tstring read Getname_Element write Setname_Element; |
 |
property comment : string read Getcomment write Setcomment; |
 |
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property identity : string read Getidentity write Setidentity; |
An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis.
|
 |
property identityElement : Tid read GetidentityElement write SetidentityElement; |
|
 |
property uri : string read Geturi write Seturi; |
An absolute URI that identifies the specification that this mapping is expressed to.
|
 |
property uriElement : Turi read GeturiElement write SeturiElement; |
|
 |
property name_ : string read Getname_ write Setname_; |
A name for the specification that is being mapped to.
|
 |
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
 |
property comment : string read Getcomment write Setcomment; |
Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage.
|
 |
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
Generated by PasDoc 0.15.0.
|