17 lines
499 B
C
Executable File
17 lines
499 B
C
Executable File
// definizione campi dell'archivio ATSTATD
|
|
|
|
#define ATS_CODSEZ "CODSEZ"
|
|
#define ATS_CODSOT "CODSOT"
|
|
#define ATS_DATA "DATA"
|
|
#define ATS_ANNO "ANNO"
|
|
#define ATS_MESE "MESE"
|
|
#define ATS_GIORNO "GIORNO"
|
|
#define ATS_TIPODON "TIPODON"
|
|
#define ATS_NUMERO "NUMERO"
|
|
#define ATS_NUMPRIME "NUMPRIME"
|
|
#define ATS_NUMERO2 "NUMERO2"
|
|
#define ATS_NUMPRIME2 "NUMPRIME2"
|
|
#define ATS_GRUPPO "GRUPPO"
|
|
#define ATS_RH "RH"
|
|
#define ATS_PUNTO "PUNTO"
|