Show / Hide Table of Contents

Class BundleEntry

An entry in a bundle resource - will either contain a resource, or information about a resource (transactions and history only).

Inheritance
System.Object
Element
BackboneElement
BundleEntry
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class BundleEntry : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_FullUrl

Extension container element for FullUrl

Declaration
public Element _FullUrl { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

FullUrl

The Absolute URL for the resource. This must be provided for all resources. The fullUrl SHALL not disagree with the id in the resource. The fullUrl is a version independent reference to the resource.

Declaration
public string FullUrl { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Link

A series of links that provide context to this entry.

Declaration
public List<BundleLink> Link { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<BundleLink>
| Improve this Doc View Source

Request

Additional information about how this entry should be processed as part of a transaction.

Declaration
public BundleEntryRequest Request { get; set; }
Property Value
Type Description
BundleEntryRequest
| Improve this Doc View Source

Resource

The Resources for the entry.

Declaration
public Resource Resource { get; set; }
Property Value
Type Description
Resource
| Improve this Doc View Source

Response

Additional information about how this entry should be processed as part of a transaction.

Declaration
public BundleEntryResponse Response { get; set; }
Property Value
Type Description
BundleEntryResponse
| Improve this Doc View Source

Search

Information about the search process that lead to the creation of this entry.

Declaration
public BundleEntrySearch Search { get; set; }
Property Value
Type Description
BundleEntrySearch

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX