0
|
1 // Filename : db.h
|
1
|
2 // Last Change: 02-Aug-2013.
|
0
|
3 //
|
|
4 #ifndef __DB_H__
|
|
5 #define __DB_H__
|
|
6
|
|
7 #include "common.h"
|
|
8
|
1
|
9 // $BHoJ]HV$GHoJ]81<T>pJs$r<hF@(B
|
|
10 wxString GetHhsInfoByHhsNo( wxString hhsno );
|
|
11 // $B;aL>%+%J$GHoJ]81<T$r8!:w(B
|
|
12 wxArrayString GetHhsInfoByKana( wxString kana, bool fuzzy );
|
|
13 // $BHoJ]81<THV9f$+$i%U%!%$%k%Q%9$r<hF@(B
|
0
|
14 wxArrayString GetPathByHhsNo( wxString hhsno );
|
1
|
15 // $B9g5DBN3+:EF|$r<hF@(B
|
0
|
16 wxArrayString GetCcnDate( void );
|
|
17 wxArrayString GetCcnByDate( wxString date );
|
|
18 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date );
|
|
19 wxArrayString GetPathByHhsNo( wxString hhs );
|
1
|
20 // $B%$%s%G%C%/%9$r99?7(B
|
0
|
21 void UpdateIndex( wxArrayString paths );
|
|
22
|
|
23 #endif //__DB_H__
|
|
24
|