diff include/db.h @ 2:c066fde99517

Added Batch Print Mode.
author pyon@macmini
date Fri, 23 Aug 2013 18:32:09 +0900
parents 7b6dab24f4b8
children fdba695b99f1
line wrap: on
line diff
--- a/include/db.h	Sun Aug 04 21:42:49 2013 +0900
+++ b/include/db.h	Fri Aug 23 18:32:09 2013 +0900
@@ -1,24 +1,29 @@
 // Filename   : db.h
-// Last Change: 02-Aug-2013.
+// Last Change: 23-Aug-2013.
 //
 #ifndef __DB_H__
 #define __DB_H__
 
 #include "common.h"
 
-// $BHoJ]HV$GHoJ]81<T>pJs$r<hF@(B
+// 被保番で被保険者情報を取得
 wxString GetHhsInfoByHhsNo( wxString hhsno );
-// $B;aL>%+%J$GHoJ]81<T$r8!:w(B
+// 氏名カナで被保険者を検索
 wxArrayString GetHhsInfoByKana( wxString kana, bool fuzzy );
-// $BHoJ]81<THV9f$+$i%U%!%$%k%Q%9$r<hF@(B
+// 被保険者番号からファイルパスを取得
 wxArrayString GetPathByHhsNo( wxString hhsno );
-// $B9g5DBN3+:EF|$r<hF@(B
+/* 被保険者が審査会にかかったかどうか */
+bool IsHhsJudged( wxString hhsno );
+// 合議体開催日を取得
 wxArrayString GetCcnDate( void );
+// 日付から審査会を取得
 wxArrayString GetCcnByDate( wxString date );
+// 合議体から被保険者番号を取得
 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date );
-wxArrayString GetPathByHhsNo( wxString hhs );
-// $B%$%s%G%C%/%9$r99?7(B
-void UpdateIndex( wxArrayString paths );
+// インデックスを更新
+void UpdateIndex( wxString datedir, wxString date );
+// DBの整合性をチェック
+wxArrayString CheckDBs( void );
 
 #endif //__DB_H__