TestReportStatus
public enum TestReportStatus: String
The current status of the test report.
URL: http://hl7.org/fhir/report-status-codes ValueSet: http://hl7.org/fhir/ValueSet/report-status-codes
-
All test operations have completed
Declaration
Swift
case completed = "completed"
-
A test operations is currently executing
Declaration
Swift
case inProgress = "in-progress"
-
A test operation is waiting for an external client request
Declaration
Swift
case waiting = "waiting"
-
The test script execution was manually stopped
Declaration
Swift
case stopped = "stopped"
-
This test report was entered or created in error
Declaration
Swift
case enteredInError = "entered-in-error"