Class TParametersParameter
Unit
bsFhir_stu3
Declaration
type TParametersParameter = class(TBackboneElement)
Description
This special resource type is used to represent an operation request and response (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.
|