Class TCodeSystemProperty1

Unit

Declaration

type TCodeSystemProperty1 = class(TBackboneElement)

Description

The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property value : TElement read Getvalue write Setvalue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

A code that is a reference to CodeSystem.property.code.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property value : TElement read Getvalue write Setvalue;

The value of this property.


Generated by PasDoc 0.15.0.