提交 | 用户 | age | ||
739bf5 | 1 | package com.hx.phip.his.service; |
C | 2 | |
3 | import com.hx.phip.model.SyncBasicInformationRecord; | |
4 | import net.sf.json.JSONObject; | |
5 | ||
6 | public interface SyncMedicalRecordsService { | |
7 | void saveHisMedicalRecordsTemplate(SyncBasicInformationRecord basicInformationRecord); | |
8 | ||
9 | void saveHisMedicalRecords(SyncBasicInformationRecord basicInformationRecord); | |
10 | ||
11 | void handleHisMedicalRecords(JSONObject fromObject); | |
12 | } |