Improve mobile UI and add infinite scroll
This commit is contained in:
@@ -38,10 +38,10 @@ BEGIN
|
||||
ORDER BY mn.Mcu_NumberID DESC
|
||||
LIMIT 1;
|
||||
|
||||
DELETE FROM cpone_corporate.kelainan_details
|
||||
DELETE FROM cpone_dashboard.kelainan_details
|
||||
WHERE T_OrderHeaderID = p_order_header_id;
|
||||
|
||||
INSERT INTO cpone_corporate.kelainan_details (
|
||||
INSERT INTO cpone_dashboard.kelainan_details (
|
||||
Numbering, Tx_KelainanID, Tx_Type, T_OrderHeaderID, T_OrderHeaderDate, T_OrderHeaderLabNumber,
|
||||
AgePatient, M_PatientID, M_PatientNoReg, M_PatientDOB, M_PatientGender, M_PatientIdentifierValue,
|
||||
M_PatientNIP, M_PatientJob, M_PatientPosisi, M_PatientDivisi, M_PatientLocation, M_PatientDepartement,
|
||||
@@ -75,7 +75,7 @@ BEGIN
|
||||
LEFT JOIN cpone.m_title ON M_PatientM_TitleID=M_TitleID AND M_TitleIsActive='Y'
|
||||
WHERE T_KelainanNonLabIsActive='Y' AND T_OrderHeaderID=p_order_header_id;
|
||||
|
||||
INSERT INTO cpone_corporate.kelainan_details (
|
||||
INSERT INTO cpone_dashboard.kelainan_details (
|
||||
Numbering, Tx_KelainanID, Tx_Type, T_OrderHeaderID, T_OrderHeaderDate, T_OrderHeaderLabNumber,
|
||||
AgePatient, M_PatientID, M_PatientNoReg, M_PatientDOB, M_PatientGender, M_PatientIdentifierValue,
|
||||
M_PatientNIP, M_PatientJob, M_PatientPosisi, M_PatientDivisi, M_PatientLocation, M_PatientDepartement,
|
||||
@@ -108,7 +108,7 @@ BEGIN
|
||||
WHERE T_KelainanLabIsActive='Y' AND T_OrderHeaderID=p_order_header_id
|
||||
GROUP BY T_KelainanLabID;
|
||||
|
||||
INSERT INTO cpone_corporate.kelainan_details (
|
||||
INSERT INTO cpone_dashboard.kelainan_details (
|
||||
Numbering, Tx_KelainanID, Tx_Type, T_OrderHeaderID, T_OrderHeaderDate, T_OrderHeaderLabNumber,
|
||||
AgePatient, M_PatientID, M_PatientNoReg, M_PatientDOB, M_PatientGender, M_PatientIdentifierValue,
|
||||
M_PatientNIP, M_PatientJob, M_PatientPosisi, M_PatientDivisi, M_PatientLocation, M_PatientDepartement,
|
||||
@@ -169,10 +169,10 @@ BEGIN
|
||||
ORDER BY mn.Mcu_NumberID DESC
|
||||
LIMIT 1;
|
||||
|
||||
DELETE FROM cpone_corporate.mcu_result_all
|
||||
DELETE FROM cpone_dashboard.mcu_result_all
|
||||
WHERE Mcu_ResultAllT_OrderHeaderID = p_order_header_id;
|
||||
|
||||
INSERT INTO cpone_corporate.mcu_result_all (
|
||||
INSERT INTO cpone_dashboard.mcu_result_all (
|
||||
Numbering, Mcu_ResultAllM_LangID, Mcu_ResultAllMgm_McuID, Mcu_ResultAllT_OrderHeaderID,
|
||||
Mcu_ResultAllT_OrderHeaderLabNumber, Mcu_ResultAllReffID, Mcu_ResultAllT_TestCode,
|
||||
Mcu_ResultAllT_TestName, Mcu_ResultAllResult, Mcu_ResultAllUnit, Mcu_ResultAllRefference,
|
||||
|
||||
Reference in New Issue
Block a user