Class TOperationDefinitionReferencedFrom
Unit
bsFhir_r4
Declaration
type TOperationDefinitionReferencedFrom = 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
|
property source : string read Getsource write Setsource; |
|
property sourceElement : Tstring read GetsourceElement write SetsourceElement; |
|
property sourceId : string read GetsourceId write SetsourceId; |
|
property sourceIdElement : Tstring read GetsourceIdElement write SetsourceIdElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property source : string read Getsource write Setsource; |
The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource.
|
|
property sourceElement : Tstring read GetsourceElement write SetsourceElement; |
|
|
property sourceId : string read GetsourceId write SetsourceId; |
The id of the element in the referencing resource that is expected to resolve to this resource.
|
|
property sourceIdElement : Tstring read GetsourceIdElement write SetsourceIdElement; |
|
Generated by PasDoc 0.15.0.
|