Packages

MED Medical Application

Current section

Files

Jump to
med include program.hrl
Raw

include/program.hrl

-ifndef(PROGRAM_HRL).
-define(PROGRAM_HRL, "account_hrl").
-record(program, {id = [],next = [],prev = [],
name = [],
type = telecom,
formula = [],
date = [],
etc = []
}).
-endif.