Class TOperationDefinitionParameter
Unit
bsFhir_stu3
Declaration
type TOperationDefinitionParameter = class(TBackboneElement)
Description
A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
The name of used to identify the parameter.
|
|
property name_Element : Tcode read Getname_Element write Setname_Element; |
|
|
property use : string read Getuse write Setuse; |
Whether this is an input or an output parameter.
|
|
property min : integer read Getmin write Setmin; |
The minimum number of times this parameter SHALL appear in the request or response.
|
|
property minElement : Tinteger read GetminElement write SetminElement; |
|
|
property max : string read Getmax write Setmax; |
The maximum number of times this element is permitted to appear in the request or response.
|
|
property maxElement : Tstring read GetmaxElement write SetmaxElement; |
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Describes the meaning or use of this parameter.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type for this parameter.
|
|
property type_Element : TFHIRAllTypes read Gettype_Element write Settype_Element; |
|
|
property searchType : string read GetsearchType write SetsearchType; |
How the parameter is understood as a search parameter. This is only used if the parameter type is 'string'.
|
|
property searchTypeElement : TSearchParamType read GetsearchTypeElement write SetsearchTypeElement; |
|
|
property profile : TReference read Getprofile write Setprofile; |
A profile the specifies the rules that this parameter must conform to.
|
|
property binding : TOperationDefinitionBinding read Getbinding write Setbinding; |
Binds to a value set if this parameter is coded (code, Coding, CodeableConcept).
|
Generated by PasDoc 0.15.0.
|