BundleEntryRequest
open class BundleEntryRequest: BackboneElement
Transaction Related Information.
Additional information about how this entry should be processed as part of a transaction.
-
Transaction Related Information.
Additional information about how this entry should be processed as part of a transaction.
Declaration
Swift
override open class var resourceType: String -
For managing update contention.
Declaration
Swift
public var ifMatch: FHIRString? -
For managing update contention.
Declaration
Swift
public var ifModifiedSince: Instant? -
For conditional creates.
Declaration
Swift
public var ifNoneExist: FHIRString? -
For managing cache currency.
Declaration
Swift
public var ifNoneMatch: FHIRString? -
The HTTP verb for this entry in either a change history, or a transaction/ transaction response.
Declaration
Swift
public var method: HTTPVerb? -
URL for HTTP equivalent of this entry.
Declaration
Swift
public var url: FHIRURL? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class BundleEntryRequest: BackboneElement
View on GitHub
Install in Dash
BundleEntryRequest Class Reference