TestReportParticipant

open class TestReportParticipant: BackboneElement

A participant in the test execution, either the execution engine, a client, or a server.

  • A participant in the test execution, either the execution engine, a client, or a server.

    Declaration

    Swift

    override open class var resourceType: String
  • The display name of the participant.

    Declaration

    Swift

    public var display: FHIRString?
  • The type of participant.

    Declaration

    Swift

    public var type: TestReportParticipantType?
  • uri

    The uri of the participant. An absolute URL is preferred.

    Declaration

    Swift

    public var uri: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: TestReportParticipantType, uri: FHIRURL)
  • 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 TestReportParticipant: BackboneElement