Class TValueSetParameter

Unit

Declaration

type TValueSetParameter = class(TBackboneElement)

Description

A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html).

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_;

Name of the input parameter to the $expand operation; may be a server-assigned name for additional default or other server-supplied parameters used to control the expansion process.

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.