TestReportSetupActionOperation
open class TestReportSetupActionOperation: BackboneElement
The operation to perform.
The operation performed.
-
The operation to perform.
The operation performed.
Declaration
Swift
override open class var resourceType: String -
A link to further details on the result.
Declaration
Swift
public var detail: FHIRURL? -
A message associated with the result.
Declaration
Swift
public var message: FHIRString? -
The result of this operation.
Declaration
Swift
public var result: TestReportActionResult? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(result: TestReportActionResult) -
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 TestReportSetupActionOperation: BackboneElement
View on GitHub
Install in Dash
TestReportSetupActionOperation Class Reference