TestReportSetup

open class TestReportSetup: BackboneElement

The results of the series of required setup operations before the tests were executed.

  • The results of the series of required setup operations before the tests were executed.

    Declaration

    Swift

    override open class var resourceType: String
  • A setup operation or assert that was executed.

    Declaration

    Swift

    public var action: [TestReportSetupAction]?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(action: [TestReportSetupAction])
  • 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 TestReportSetup: BackboneElement