Class BundleEntryRequest
Additional information about how this entry should be processed as part of a transaction.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class BundleEntryRequest : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_IfMatch
Extension container element for IfMatch
Declaration
public Element _IfMatch { get; set; }
Property Value
Type | Description |
---|---|
Element |
_IfModifiedSince
Extension container element for IfModifiedSince
Declaration
public Element _IfModifiedSince { get; set; }
Property Value
Type | Description |
---|---|
Element |
_IfNoneExist
Extension container element for IfNoneExist
Declaration
public Element _IfNoneExist { get; set; }
Property Value
Type | Description |
---|---|
Element |
_IfNoneMatch
Extension container element for IfNoneMatch
Declaration
public Element _IfNoneMatch { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Method
Extension container element for Method
Declaration
public Element _Method { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Url
Extension container element for Url
Declaration
public Element _Url { get; set; }
Property Value
Type | Description |
---|---|
Element |
IfMatch
Only perform the operation if the Etag value matches. For more information, see the API section "Managing Resource Contention".
Declaration
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
System. |
IfModifiedSince
Only perform the operation if the last updated date matches. See the API documentation for "Conditional Read".
Declaration
public string IfModifiedSince { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 "?").
Declaration
public string IfNoneExist { get; set; }
Property Value
Type | Description |
---|---|
System. |
IfNoneMatch
If the ETag values match, return a 304 Not modified status. See the API documentation for "Conditional Read".
Declaration
public string IfNoneMatch { get; set; }
Property Value
Type | Description |
---|---|
System. |
Method
The HTTP verb for this entry in either a update history, or a transaction/ transaction response.
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System. |
Url
The URL for this entry, relative to the root (the address to which the request is posted).
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |