Variable: ERR_SEVERITIES
constERR_SEVERITIES:object
HL7 Table 0516: Error severity (ERR-4). A v2.5+ construct (ERR was structured differently in v2.3.1).
Type Declaration
E
readonlyE:"E"="E"
Error.
I
readonlyI:"I"="I"
Information.
W
readonlyW:"W"="W"
Warning.
Example
import { ERR_SEVERITIES } from "@cosyte/hl7";
ERR_SEVERITIES.E; // "E" (Error)