|
@ -182,7 +182,7 @@ public class ImService {
|
|
|
"a.type AS \"type\"," +
|
|
|
"a.title AS \"title\"," +
|
|
|
"a.symptoms AS \"symptoms\"," +
|
|
|
"a.czrq AS \"czrq\"," +
|
|
|
"to_char(a.czrq,'YYYY-MM-DD hh24:mi:ss') AS \"czrq\"," +
|
|
|
"b.status AS \"status\"," +
|
|
|
"b.evaluate AS \"evaluate\"," +
|
|
|
"d.name AS \"doctorName\"," +
|
|
@ -1588,7 +1588,7 @@ public class ImService {
|
|
|
"a.score as \"score\"," +
|
|
|
"a.score_type as \"score_type\"," +
|
|
|
"a.content as \"content\"," +
|
|
|
"b.create_time as \"create_time\"," +
|
|
|
"to_char(b.create_time,'YYYY-MM-DD hh24:mi:ss') AS \"create_time\"," +
|
|
|
"c.type as \"type\"," +
|
|
|
"c.name as \"patientname\"," +
|
|
|
"b.id as \"id\"," +
|
|
@ -1699,7 +1699,7 @@ public class ImService {
|
|
|
"a.type AS \"type\"," +
|
|
|
"a.title AS \"title\"," +
|
|
|
"a.symptoms AS \"symptoms\"," +
|
|
|
"a.czrq AS \"czrq\"," +
|
|
|
"to_char(a.czrq,'YYYY-MM-DD hh24:mi:ss') AS \"czrq\"," +
|
|
|
"b.status AS \"status\"," +
|
|
|
"b.evaluate AS \"evaluate\"," +
|
|
|
"d.name AS \"patientName\"," +
|
|
@ -1719,7 +1719,7 @@ public class ImService {
|
|
|
"a.type AS \"type\"," +
|
|
|
"a.title AS \"title\"," +
|
|
|
"a.symptoms AS \"symptoms\"," +
|
|
|
"a.czrq AS \"czrq\"," +
|
|
|
"to_char(a.czrq,'YYYY-MM-DD hh24:mi:ss') AS \"czrq\"," +
|
|
|
"b.status AS \"status\"," +
|
|
|
"b.evaluate AS \"evaluate\"," +
|
|
|
"d.name AS \"patientName\"," +
|
|
@ -2077,7 +2077,7 @@ public class ImService {
|
|
|
"a.type AS \"type\"," +
|
|
|
"a.title AS \"title\"," +
|
|
|
"a.symptoms AS \"symptoms\"," +
|
|
|
"a.czrq AS \"czrq\"," +
|
|
|
"to_char(a.czrq,'YYYY-MM-DD hh24:mi:ss') AS \"czrq\"," +
|
|
|
"b.status AS \"status\"," +
|
|
|
"b.evaluate AS \"evaluate\"," +
|
|
|
"d.name AS \"patientName\"," +
|
|
@ -2380,7 +2380,7 @@ public class ImService {
|
|
|
"a.type AS \"type\"," +
|
|
|
"a.title AS \"title\"," +
|
|
|
"a.symptoms AS \"symptoms\"," +
|
|
|
"a.czrq AS \"czrq\"," +
|
|
|
"to_char(a.czrq,'YYYY-MM-DD hh24:mi:ss') AS \"czrq\"," +
|
|
|
"b.status AS \"status\"," +
|
|
|
"b.evaluate AS \"evaluate\"," +
|
|
|
"b.doctor AS \"doctorCode\"," +
|
|
@ -2412,7 +2412,7 @@ public class ImService {
|
|
|
"patient.sex AS \"patientsex\"," +
|
|
|
"patient.photo AS \"patientphoto\"," +
|
|
|
"op.id AS \"outpatientid\"," +
|
|
|
"op.register_date AS \"registerDate\"," +
|
|
|
"to_char(op.register_date,'YYYY-MM-DD hh24:mi:ss') AS \"registerDate\"," +
|
|
|
"op.status AS outpatientstatus " +
|
|
|
"FROM wlyy_outpatient op," +
|
|
|
"base_patient patient " +
|