Table of Contents

Enum ResultStatuses

Namespace
Skyware.Lis.EventsModel.Results
Assembly
Skyware.Lis.EventsModel.dll

The statuses of a single test (assay) result entry.

public enum ResultStatuses

Fields

Corrected = 4

Result overrides already validated one.

Pending = 1

Pending result, hasn't value.

Preliminary = 2

Technically validated, but not medically validated, therefore not ready for reporting.

Unknown = 0

Unknown.

Validated = 3

Validated, final.