| | |
| | | |
| | | public ServiceSubtask boxedServiceSubtask(ServiceTask serviceTask, PatMedOuthosp patMedOuthosp, PatArchive patArchive); |
| | | |
| | | //门诊记录再次随访 |
| | | public Integer followUpAgainByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Date adminDate, Integer visitTimeNum); |
| | | /** |
| | | * 门诊记录首次随访 |
| | | * @param patMedOuthosp |
| | | * @return |
| | | */ |
| | | public Integer followUpByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum); |
| | | |
| | | /** |
| | | * 门诊记录再次随访 |
| | | * @param patMedOuthosp |
| | | * @return |
| | | */ |
| | | public Integer followUpAgainByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum); |
| | | |
| | | /** |
| | | * 门诊记录处理 |
| | | * @param patMedOuthosp |
| | | * @return |
| | | */ |
| | | public Integer dealPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum); |
| | | |
| | | } |