Class TBundleRequest
Unit
bsFhir_r4b
Declaration
type TBundleRequest = class(TBackboneElement)
Description
A container for a collection of resources.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property method : string read Getmethod write Setmethod; |
In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.
|
|
property methodElement : THTTPVerb read GetmethodElement write SetmethodElement; |
|
|
property url : string read Geturl write Seturl; |
The URL for this entry, relative to the root (the address to which the request is posted).
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property ifNoneMatch : string read GetifNoneMatch write SetifNoneMatch; |
If the ETag values match, return a 304 Not Modified status. See the API documentation for ["Conditional Read"](http.html#cread).
|
|
property ifNoneMatchElement : Tstring read GetifNoneMatchElement write SetifNoneMatchElement; |
|
|
property ifModifiedSince : string read GetifModifiedSince write SetifModifiedSince; |
Only perform the operation if the last updated date matches. See the API documentation for ["Conditional Read"](http.html#cread).
|
|
property ifModifiedSinceElement : Tinstant read GetifModifiedSinceElement write SetifModifiedSinceElement; |
|
|
property ifMatch : string read GetifMatch write SetifMatch; |
Only perform the operation if the Etag value matches. For more information, see the API section ["Managing Resource Contention"](http.html#concurrency).
|
|
property ifMatchElement : Tstring read GetifMatchElement write SetifMatchElement; |
|
|
property ifNoneExist : string read GetifNoneExist write SetifNoneExist; |
Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for ["Conditional Create"](http.html#ccreate). This is just the query portion of the URL - what follows the "?" (not including the "?").
|
|
property ifNoneExistElement : Tstring read GetifNoneExistElement write SetifNoneExistElement; |
|
Generated by PasDoc 0.15.0.
|