Class TOperationDefinitionBinding
Unit
bsFhir_r4
Declaration
type TOperationDefinitionBinding = 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 strength : string read Getstrength write Setstrength; |
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.
|
|
property strengthElement : TBindingStrength read GetstrengthElement write SetstrengthElement; |
|
|
property valueSet : string read GetvalueSet write SetvalueSet; |
Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used.
|
|
property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement; |
|
Generated by PasDoc 0.15.0.
|