BundleResponseUsCore class

Constructors

BundleResponseUsCore({String? id, String? status, FhirUri? location, String? etag, Instant? lastModified, Resource? outcome})
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
factory

Properties

etag String?
etag The Etag for the resource, if the operation for the entry produced a versioned resource (see Resource Metadata and Versioning and Managing Resource Contention).
no setter
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
lastModified → Instant?
lastModified The date/time that the resource was modified on the server.
no setter
location → FhirUri?
location The location header created by processing this operation, populated if the operation returns a location.
no setter
outcome → Resource?
outcome An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
status 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.
no setter
value → BundleResponse
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