Files
upm/src/ehr/pyupm_ehr.i
Abhishek Malik a08b8bbcb0 EHR: Removed Grove dependency
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2016-09-14 14:09:13 -07:00

12 lines
186 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_ehr
%include "../upm.i"
%feature("autodoc", "3");
%include "ehr.hpp"
%{
#include "ehr.hpp"
%}