BundleRequestUsCore class

BundleRequestUsCore A container for a collection of resources.

Constructors

BundleRequestUsCore({String? id, Code? method, FhirUri? url, String? ifNoneMatch, Instant? ifModifiedSince, String? ifMatch, String? ifNoneExist})
BundleRequestUsCore A container for a collection of resources.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setter
ifMatch String?
ifMatch Only perform the operation if the Etag value matches. For more information, see the API section "Managing Resource Contention".
no setter
ifModifiedSince → Instant?
ifModifiedSince Only perform the operation if the last updated date matches. See the API documentation for "Conditional Read".
no setter
ifNoneExist String?
ifNoneExist Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for "Conditional Create". This is just the query portion of the URL - what follows the "?" (not including the "?").
no setter
ifNoneMatch String?
ifNoneMatch If the ETag values match, return a 304 Not Modified status. See the API documentation for "Conditional Read".
no setter
method → Code?
method 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.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url → FhirUri?
url The URL for this entry, relative to the root (the address to which the request is posted).
no setter
value → BundleRequest
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited