# README
Doctra LIS Middleware
Middleware mediator between medical devices and Doctra HIS
# Packages
Package api provides the API for the application.
Package app provides the interface that defines the methods that an application should implement.
Package cmd provides the command line interface for the Doctra Middleware.
Package config provides functions for reading and writing JSON config files.
Package driver provides the interface for the driver of the laboratory device.
Package log provides a wrapper around the zerolog package to log messages at different levels.
Package model provides the models for the application.
Package server provides the server struct that represents the server.
Package services provides services for the application.
Package store provides the interface that defines the methods that a store should implement.
No description provided by the author