Class TBundleResponse
Unit
bsFhir_r4b
Declaration
type TBundleResponse = class(TBackboneElement)
Description
A container for a collection of resources.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property status : string read Getstatus write Setstatus; |
The status code returned by processing this entry. The status SHALL start with a 3 digit HTTP code (e.g. 404) and may contain the standard HTTP description associated with the status code.
|
|
property statusElement : Tstring read GetstatusElement write SetstatusElement; |
|
|
property location : string read Getlocation write Setlocation; |
The location header created by processing this operation, populated if the operation returns a location.
|
|
property locationElement : Turi read GetlocationElement write SetlocationElement; |
|
|
property etag : string read Getetag write Setetag; |
The Etag for the resource, if the operation for the entry produced a versioned resource (see [Resource Metadata and Versioning](http.html#versioning) and [Managing Resource Contention](http.html#concurrency)).
|
|
property etagElement : Tstring read GetetagElement write SetetagElement; |
|
|
property lastModified : string read GetlastModified write SetlastModified; |
The date/time that the resource was modified on the server.
|
|
property lastModifiedElement : Tinstant read GetlastModifiedElement write SetlastModifiedElement; |
|
|
property outcome : TResource read Getoutcome write Setoutcome; |
An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.
|
Generated by PasDoc 0.15.0.
|