Class TParametersParameter
Unit
bsFhir_r4
Declaration
type TParametersParameter = class(TBackboneElement)
Description
This resource is a non-persisted resource used to pass information into and back from an [operation](operations.html). It has no other use, and there is no RESTful endpoint associated with it.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
The name of the parameter (reference to the operation definition).
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property value : TElement read Getvalue write Setvalue; |
If the parameter is a data type.
|
|
property resource : TResource read Getresource write Setresource; |
If the parameter is a whole resource.
|
Generated by PasDoc 0.15.0.
|