@@ -54,6 +54,16 @@ public class DataService {
}
+ /**
+ * 写入报告
+ *
+ * @param instutionId
+ * @param number
+ */
+ public void updatePatientInfo(Map<String, String> map) {
+ postWithParameters(UPDATE_PATIENT_URL, map);
+ }
+
public static String postWithParameters(String url, Map<String, String> map) {
FormBody.Builder formbody = new FormBody.Builder();