Class BundleEntry
An entry in a bundle resource - will either contain a resource, or information about a resource (transactions and history only).
Implements
Inherited Members
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 |
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. |
Link
A series of links that provide context to this entry.
Declaration
public List<BundleLink> Link { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
Bundle |
Resource
The Resources for the entry.
Declaration
public Resource Resource { get; set; }
Property Value
Type | Description |
---|---|
Resource |
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 |
---|---|
Bundle |
Search
Information about the search process that lead to the creation of this entry.
Declaration
public BundleEntrySearch Search { get; set; }
Property Value
Type | Description |
---|---|
Bundle |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |