Skip to content

LabOrderInterpretation

Interpretations for Lab Orders and related objects

Used By

Definition

"""
Interpretations for Lab Orders and related objects
"""
enum LabOrderInterpretation {
"""
Unknown interpretation
"""
UNKNOWN
"""
Normal
"""
NORMAL
"""
Abnormal
"""
ABNORMAL
"""
Critical
"""
CRITICAL
}