Class TValueSetParameter

Unit

Declaration

type TValueSetParameter = class(TBackboneElement)

Description

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

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property value : TElement read Getvalue write Setvalue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of the parameter.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property value : TElement read Getvalue write Setvalue;

The value of the parameter.


Generated by PasDoc 0.15.0.