Class TCodeSystemDesignation

Unit

Declaration

type TCodeSystemDesignation = 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 language : string read Getlanguage write Setlanguage;
Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
Public property use : TCoding read Getuse write Setuse;
Public property additionalUse : TCodingArray read GetadditionalUseArray;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property language : string read Getlanguage write Setlanguage;

The language this designation is defined for.

Public property languageElement : Tcode read GetlanguageElement write SetlanguageElement;
 
Public property use : TCoding read Getuse write Setuse;

A code that details how this designation would be used.

Public property additionalUse : TCodingArray read GetadditionalUseArray;

Additional codes that detail how this designation would be used, if there is more than one use.

Public property value : string read Getvalue write Setvalue;

The text value for this designation.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.