TestReportTest

open class TestReportTest: BackboneElement

A test executed from the test script.

  • A test executed from the test script.

    Declaration

    Swift

    override open class var resourceType: String
  • A test operation or assert that was performed.

    Declaration

    Swift

    public var action: [TestReportTestAction]?
  • Tracking/reporting short description of the test.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Tracking/logging name of this test.

    Declaration

    Swift

    public var name: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

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