|
@ -31,7 +31,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalFirstExamRecord","获取孕妇建卡信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalFirstExamRecord","获取孕妇建卡信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -40,10 +40,11 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
* 7.33 获取非第一次产检记录
|
|
|
* @param idcard
|
|
|
* @param hospitalCode
|
|
|
* @param pregnancyNo 产检号
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public String getEhrMaternalReExamRecord(String idcard,String hospitalCode) throws Exception{
|
|
|
public String getEhrMaternalReExamRecord(String idcard,String hospitalCode,String pregnancyNo) throws Exception{
|
|
|
|
|
|
String[] hospitalMapping = getHospitalMapping(hospitalCode); //获取机构映射
|
|
|
String hospital = hospitalMapping[0];
|
|
@ -56,8 +57,9 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
Map<String,String> params = new HashMap<>();
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
params.put("PREGNANCY_NO",pregnancyNo);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalReExamRecord","获取非第一次产检记录",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalReExamRecord","获取非第一次产检记录",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -82,7 +84,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalBedPrecontractRecord","获取产床预约信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalBedPrecontractRecord","获取产床预约信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -107,7 +109,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalPregnancyHighRecord","获取高危产妇信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalPregnancyHighRecord","获取高危产妇信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -132,7 +134,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalDeliveryRecord","获取孕妇分娩信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalDeliveryRecord","获取孕妇分娩信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -157,7 +159,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalDeliveryChildRecord","获取新生儿基本信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalDeliveryChildRecord","获取新生儿基本信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -182,7 +184,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalChildMedicalRecord","获取儿童健康体检0-6岁记录",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalChildMedicalRecord","获取儿童健康体检0-6岁记录",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -207,7 +209,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalHomeVisitRecord","获取新生儿访视信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalHomeVisitRecord","获取新生儿访视信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -232,7 +234,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalChildImmuneRecord","获取新生儿免疫记录",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalChildImmuneRecord","获取新生儿免疫记录",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -256,7 +258,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalPreFirstExamRecord","获取孕妇预建卡信息",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalPreFirstExamRecord","获取孕妇预建卡信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -280,7 +282,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
|
|
|
|
|
|
String response = postSecond("SaveEhrMaternalPreFirstExamRecord","上传孕妇预建卡信息",params,null,header,false,1);
|
|
|
String response = postSecond("SaveEhrMaternalPreFirstExamRecord","上传孕妇预建卡信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -304,7 +306,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("ORG_CODE",hospital);
|
|
|
params.put("IDENTITY_CARD_NO",idcard);
|
|
|
|
|
|
String response = postSecond("SaveEhrMaternalHomeVisitRecord","上传新生儿访视信息",params,null,header,false,1);
|
|
|
String response = postSecond("SaveEhrMaternalHomeVisitRecord","上传新生儿访视信息",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -331,7 +333,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("PUERPERA_ID_NUMBER",idcard);
|
|
|
params.put("TPP_RECORD_DATE_TIME",searchTime);//身份证和查询时间必填一个,区间为一天
|
|
|
|
|
|
String response = postSecond("getEhrMaternalZSPreDeliveryRecord","获取待产记录",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalZSPreDeliveryRecord","获取待产记录",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -358,7 +360,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("PUERPERA_ID_NUMBER",idcard);
|
|
|
params.put("CREATE_TIME",searchTime);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalZSDeliveryRecord","获取阴道分娩记录",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalZSDeliveryRecord","获取阴道分娩记录",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|
|
@ -384,7 +386,7 @@ public class ZysoftMaternalService extends ZysoftBaseService{
|
|
|
params.put("PUERPERA_ID_NUMBER",idcard);//身份证和查询时间必填一个
|
|
|
params.put("CREATE_TIME",searchTime);
|
|
|
|
|
|
String response = postSecond("getEhrMaternalZSCaesareanBirthRecord","获取剖宫产记录",params,null,header,false,1);
|
|
|
String response = postSecond("getEhrMaternalZSCaesareanBirthRecord","获取剖宫产记录",params,null,header,false,1,"3");
|
|
|
|
|
|
return response;
|
|
|
}
|