script นับจำนวนผู้ป่วยที่มาในเวรเช้า
Value := GetSQLIntegerData('select count(*) from er_regist '+
' where vstdate = "'+formatdatetime('yyyy-mm-dd',DBPipeLine['vstdate'])+'" '+
' and er_period = 1 ');
script นับจำนวนผู้ป่วยที่มาประเภททฉุกเฉิน
Value := GetSQLIntegerData('select count(*) from er_regist '+
' where vstdate = "'+formatdatetime('yyyy-mm-dd',DBPipeLine['vstdate'])+'" '+
' and er_emergency_type = 1 ');
ผมอยากได้ script นับจำนวนผู้ป่วยที่มาในเวรเช้าและมาด้วยประเภทฉุกเฉินครับ(รวมกัน) ใครรู้ช่วยทีครับ ขอบคณครับ