TestScriptSetupActionOperation
open class TestScriptSetupActionOperation: BackboneElement
The setup operation to perform.
The operation to perform.
-
The setup operation to perform.
The operation to perform.
Declaration
Swift
override open class var resourceType: String
-
The content-type or mime-type to use for RESTful operation in the ‘Accept’ header.
Declaration
Swift
public var accept: ContentType?
-
The content-type or mime-type to use for RESTful operation in the ‘Content-Type’ header.
Declaration
Swift
public var contentType: ContentType?
-
Tracking/reporting operation description.
Declaration
Swift
public var description_fhir: FHIRString?
-
Server responding to the request.
Declaration
Swift
public var destination: FHIRInteger?
-
Whether or not to send the request url in encoded format.
Declaration
Swift
public var encodeRequestUrl: FHIRBool?
-
Tracking/logging operation label.
Declaration
Swift
public var label: FHIRString?
-
Server initiating the request.
Declaration
Swift
public var origin: FHIRInteger?
-
Explicitly defined path parameters.
Declaration
Swift
public var params: FHIRString?
-
Each operation can have one or more header elements.
Declaration
Swift
public var requestHeader: [TestScriptSetupActionOperationRequestHeader]?
-
Fixture Id of mapped request.
Declaration
Swift
public var requestId: FHIRString?
-
Resource type.
Declaration
Swift
public var resource: FHIRString?
-
Fixture Id of mapped response.
Declaration
Swift
public var responseId: FHIRString?
-
Fixture Id of body for PUT and POST requests.
Declaration
Swift
public var sourceId: FHIRString?
-
Id of fixture used for extracting the [id], [type], and [vid] for GET requests.
Declaration
Swift
public var targetId: FHIRString?
-
The operation code type that will be executed.
Declaration
Swift
public var type: Coding?
-
Request URL.
Declaration
Swift
public var url: FHIRString?
-
Request URL.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class TestScriptSetupActionOperation: BackboneElement