BundleUsCore class

BundleUsCore A container for a collection of resources.

Inheritance
  • Object
  • Resource
  • BundleUsCore

Constructors

BundleUsCore({String? id, Meta? meta, Code? type, Instant? timestamp, UnsignedInt? total, List<BundleLink>? link, List<BundleEntry>? entry, Signature? signature})
BundleUsCore A container for a collection of resources.
factory

Properties

contained List<Resource>?
getter/setter pairinherited
entry List<BundleEntry>?
entry An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).
no setter
extension_ List<FhirExtension>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
getter/setter pairinherited-setteroverride-getter
implicitRules ↔ FhirUri?
getter/setter pairinherited
language ↔ Code?
getter/setter pairinherited
link A series of links that provide context to this bundle.
no setter
meta ↔ Meta?
meta The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
getter/setter pairinherited-setteroverride-getter
modifierExtension List<FhirExtension>?
getter/setter pairinherited
path String
Local Reference for this Resource, form is "ResourceType/Id"
no setterinherited
resourceType ↔ R4ResourceType?
getter/setter pairinherited
resourceTypeString String?
produce a string of the resourceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature → Signature?
signature Digital Signature - base64 encoded. XML-DSig or a JWT.
no setter
text ↔ Narrative?
getter/setter pairinherited
thisReference → Reference
Convenience method to return a Reference referring to that Resource
no setterinherited
timestamp → Instant?
timestamp The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.
no setter
total → UnsignedInt?
total If a set of search matches, this is the total number of entries of type 'match' across all pages in the search. It does not include search.mode = 'include' or 'outcome' entries and it does not provide a count of the number of entries in the Bundle.
no setter
type → Code?
type Indicates the purpose of this bundle - how it is intended to be used.
no setter
value → Bundle
Bundle A container for a collection of resources.
no setter

Methods

newId() → Resource
returns the same resource with a new ID (even if there is already an ID present)
inherited
newIdIfNoId() → Resource
returns the same resource with a new ID if there is no current ID
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map<String, dynamic> of the Resource
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object
inherited
updateVersion({Meta? oldMeta}) → Resource
Updates the meta field of this Resource, updates the meta.lastUpdated field, adds 1 to the version number
inherited

Operators

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