TestReportParticipantType
public enum TestReportParticipantType: String
The type of participant.
URL: http://hl7.org/fhir/report-participant-type ValueSet: http://hl7.org/fhir/ValueSet/report-participant-type
-
The test execution engine.
Declaration
Swift
case testEngine = "test-engine"
-
A FHIR Client
Declaration
Swift
case client = "client"
-
A FHIR Server
Declaration
Swift
case server = "server"