|
@ -59,12 +59,12 @@ public class QLCController {
|
|
|
SQLResponResult restResponseResult = new SQLResponResult();
|
|
|
Object s = null;
|
|
|
try {
|
|
|
isEmpty(EventType, "EventType为空");
|
|
|
isEmpty(EventNo, "EventNo为空");
|
|
|
isEmpty(CardType, "CardType为空");
|
|
|
isEmpty(CardNo, "CardNo为空");
|
|
|
isEmpty(PatientId, "PatientId为空");
|
|
|
isEmpty(HospitalId, "HospitalId为空");
|
|
|
isEmpty(EventType, "EventType is null");
|
|
|
isEmpty(EventNo, "EventNo is null");
|
|
|
isEmpty(CardType, "CardType is null");
|
|
|
isEmpty(CardNo, "CardNo is null");
|
|
|
isEmpty(PatientId, "PatientId is null");
|
|
|
isEmpty(HospitalId, "HospitalId is null");
|
|
|
|
|
|
String param = "<Req><TransactionCode>5001</TransactionCode><Data><CardType>" + CardType + "</CardType><CardNo>" + CardNo + "</CardNo><PatientId>" + PatientId + "</PatientId></Data></Req>";
|
|
|
String apiparam = "{\"ChannelId\"=\"" + Config.channelId + "\"," +
|
|
@ -129,12 +129,12 @@ public class QLCController {
|
|
|
SQLResponResult restResponseResult = new SQLResponResult();
|
|
|
Object s = null;
|
|
|
try {
|
|
|
isEmpty(CardType, "CardType为空");
|
|
|
isEmpty(CardNo, "CardNo为空");
|
|
|
isEmpty(ReportType, "ReportType为空");
|
|
|
isEmpty(ReportId, "ReportId为空");
|
|
|
isEmpty(State, "State为空");
|
|
|
isEmpty(HospitalId, "HospitalId为空");
|
|
|
isEmpty(CardType, "CardType is null");
|
|
|
isEmpty(CardNo, "CardNo is null");
|
|
|
isEmpty(ReportType, "ReportType is null");
|
|
|
isEmpty(ReportId, "ReportId is null");
|
|
|
isEmpty(State, "State is null");
|
|
|
isEmpty(HospitalId, "HospitalId is null");
|
|
|
|
|
|
if ("1".equals(State)) {
|
|
|
throw new Exception("报告未出,结束");
|