Class TCodeSystemDesignation

Unit

Declaration

type TCodeSystemDesignation = class(TBackboneElement)

Description

A code system resource specifies a set of codes drawn from one or more code systems.

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 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 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.