สถานะข้อมูลในโปรแกรม e-Claim
0 = ผ่านการตรวจสอบขั้นต้น รอส่ง
1 = ไม่ผ่านการตรวจสอบขั้นต้น
2 = ส่งข้อมูลไปยัง สปสช.
3 = ไม่ผ่านการตรวจสอบจาก สปสช.
4 = ผ่านการตรวจสอบจาก สปสช.
5 = ข้อมูลเก่า
5 = ข้อมูลเก่า
ฐาน MySQL ใช้คำสั่ง
update eclaimdb.m_registerdata m set m.status='0' where m.filename_send in ('eclaim_10953_1_25630410_131803924.ecd','eclaim_10953_1_25630410_142522738.ecd','eclaim_10953_2_25630414_140014667.ecd','eclaim_10953_1_25630414_14045515.ecd');
ฐาน Access ใช้คำสั่ง
update m_registerdata m set m.status='0' where m.filename_send in ('eclaim_10953_1_25630410_131803924.ecd', 'eclaim_10953_1_25630410_142522738.ecd','eclaim_10953_2_25630414_140014667.ecd','eclaim_10953_1_25630414_14045515.ecd');
ฐาน MySQL ใช้คำสั่ง
update eclaimdb.m_registerdata m set m.status='0' where m.filename_send in ('eclaim_10953_OPCS_25621113_145121585.ecd');
ฐาน Access ใช้คำสั่ง
update m_registerdata m set m.status='0' where m.filename_send in ('eclaim_10953_OPCS_25621113_145121585.ecd');
เมื่อดำเนินการเรียบร้อย ข้อมูลที่เคยส่งจะเปลี่ยนจากสีเหลืองเป็นสีขาว ให้หน่วยบริการแก้ไขเคสที่มีปัญหา จากนั้นส่งออกข้อมูลทั้งหมดใหม่อีกครั้ง
ไม่มีความคิดเห็น:
แสดงความคิดเห็น