TestReportSetupActionAssert

open class TestReportSetupActionAssert: BackboneElement

The assertion to perform.

The results of the assertion performed on the previous operations.

  • The assertion to perform.

    The results of the assertion performed on the previous operations.

    Declaration

    Swift

    override open class var resourceType: String
  • A link to further details on the result.

    Declaration

    Swift

    public var detail: FHIRString?
  • A message associated with the result.

    Declaration

    Swift

    public var message: FHIRString?
  • The result of this assertion.

    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

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class TestReportSetupActionAssert: BackboneElement