* @return PatientVisitModel のコレクション
*/
@SuppressWarnings("unchecked")
public Collection<PatientVisitModel> getPvt(String[] date, int firstRecord) {
PatientVisitSpec spec = new PatientVisitSpec();
spec.setDate(date[0]);
spec.setAppodateFrom(date[1]);
spec.setAppodateTo(date[2]);
spec.setSkipCount(firstRecord);
try {
Collection<PatientVisitModel> ret = getService().getPvt(spec);
// 健康保険情報は,カルテオープン時に取得する