claims-x12-dsl-0.1.0.0: Type-safe DSL for healthcare claims validation and X12 processing
Safe HaskellSafe-Inferred
LanguageHaskell2010

Claims.Parser.AST

Synopsis

Documentation

data ParsedRule Source #

A parsed rule from the external DSL

Instances

Instances details
Show ParsedRule Source # 
Instance details

Defined in Claims.Parser.AST

Eq ParsedRule Source # 
Instance details

Defined in Claims.Parser.AST

data Action Source #

Actions that can be taken on a claim

Instances

Instances details
Show Action Source # 
Instance details

Defined in Claims.Parser.AST

Eq Action Source # 
Instance details

Defined in Claims.Parser.AST

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

data CompOp Source #

Comparison operators

Constructors

Gt 
Lt 
Eq 
Gte 
Lte 

Instances

Instances details
Show CompOp Source # 
Instance details

Defined in Claims.Parser.AST

Eq CompOp Source # 
Instance details

Defined in Claims.Parser.AST

Methods

(==) :: CompOp -> CompOp -> Bool #

(/=) :: CompOp -> CompOp -> Bool #