Class TValueSetParameter
Unit
bsFhir_r4 
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
Properties
  | 
property name_ : string read Getname_ write Setname_; | 
 
  | 
property name_Element : Tstring read Getname_Element write Setname_Element; | 
 
  | 
property value : TElement read Getvalue write Setvalue; | 
 
 
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
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.  
 |  
 
  | 
property name_Element : Tstring read Getname_Element write Setname_Element; | 
 
| 
  |  
 
  | 
property value : TElement read Getvalue write Setvalue; | 
 
| 
 
 The value of the parameter.  
 |  
 
 Generated by PasDoc 0.15.0. 
 |