Medial Code Documentation
Loading...
Searching...
No Matches
MedModelExceptions.h
1#pragma once
2
3//
4// List of Exceptions thrown through out medial infrastructure
5//
6
7
8// int exception codes
9
10#define MED_EXCEPTION_NO_BYEAR_GIVEN -100
11#define MED_EXCEPTION_NO_AGE_GIVEN -101
12#define MED_EXCEPTION_NO_GENDER_GIVEN -102